mrzpro on "Problem to customize Site Title and motto"

ساخت وبلاگ

Just one year ago @rdellconsulting solved this problem with this code:

add_filter( 'tc_tagline_text ', 'my_tagline_text' );
function my_tagline_text($html) {
$myExtraTaglines = '
<h4>This is my 2nd line</h4>
<h5>This is my 3rd line</h5>
<h6>This is my 4th line</h6>
';
$html = $html . $myExtraTaglines;
retu $html;
}
now it gives following error:

Waing: Missing argument 1 for my_tagline_text(), called in /home/mhd-01/www.ferentino.org/htdocs/ferwp/wp-content/themes/ferentino/functions.php on line 104
and defined in /home/mhd-01/www.ferentino.org/htdocs/ferwp/wp-content/themes/ferentino/functions.php on line 75

What is possible to do to fix the problem?

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

برچسب : نویسنده : استخدام کار wpss بازدید : 151 تاريخ : جمعه 24 ارديبهشت 1395 ساعت: 9:52