valintg on "[Theme: Customizr] 404 error page"

ساخت وبلاگ

Hi Guys!

This theme is awesome, so I'd like to say a big thanks to You!

I've got only one question. I try to create a page for my business, but the 404 error site's title and text aren't the right ones. I'd like to rewrite these, but I couldn't find the 404.php page. Where could I modify these texts? Which php file contains these?

Thank a lot!

Gergő

Hi,
Add these to your child theme's functions.php and change title and content to suit your requirements.

add_filter('tc_404_title','my_404_title');
function my_404_title($content) { retu "My own 404 title"; //CHANGE
}
add_filter('tc_404_content','my_404_content');
function my_404_content($content) { retu "This is what I want to appear on my 404 page"; //CHANGE
}

Hi Menaka!

Thanks your help :). It works.

One more question :).

How can I modify the breadcrumb text?

Thanks your help! Have a good day!

Menaka S.
Member
Posted 13 hours ago #

Hi,
Add this to child theme's functions.php

add_filter('tc_breadcrumb_display','my_bc_display');
function my_bc_display($content) { retu "my own breadcrumb";
}

valintg
Member
Posted 25 seconds ago #

Thanks!! :)

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 241 تاريخ : چهارشنبه 16 تير 1395 ساعت: 1:11