Hi guys. I need to Remove “Archive for category.” (and show only category title). For example Now I have
Archive for category: Negocios
I need to show only Negocios.
Thank you!
Hey marilusnm,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
Hi, I’m working on localhost. I will put the site online tomorrow, and I will show you what I mean. Thank you
Hi again, the site is online!
Hi!
1- Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_title_args', 'avia_fix_category_title', 10, 2);
function avia_fix_category_title($args,$id)
{
if (is_category)
{
$args['title'] = single_cat_title('',false);
}
return $args;
}
2- Please go to Appearance > Widgets and add empty text widgets to your footer widget areas if you would not like to display default widgets. You can also turn off footer widgets in Enfold theme options > Footer tab.
Regards,
Yigit
Hi Yigit!! Could you help me to remove “INTERESTING LINKS
Here are some interesting links for you! Enjoy your stay :)” too?
thank you so much!
Hi!
Login credentials are not working for me, however please see my answer #2 above. That is to remove default widget from footer widget area :)
Best regards,
Yigit
Perfect, if I delete the widget and erase the text! Thanks! The issue is that I do not see the footer …
I need a footer..
P.s. I dont know happened to the password but I changed again por the same
Yigit, could you please help me with this other post too?
I need to understand how to do use it.
thank you so much!