Everything else translates fine throughout the site except this archive.php file. I hope someone here see’s this and would be kind to assist me.
https://www.ads-software.com/plugins/polylang/
]]>I use theme Responsive and I don’t know how to remove “Archive for” and “Blog Archives” on category page.It looks stupid.
My webpage: https://zauspechem.cz
There’s a picture:
Thank you for help.
]]>Cheers!
(Great theme, by the way!!)
]]><h1><?php printf(__(‘Archive for ‘%s’ category’), single_cat_title(”, false)); ?></h1>
I’ve been able to edit it to remove “Archive for” and “category” but it still leaves two ‘ marks (one before and after the category names). So it reads ‘PRINT’
This is the new php code:
<h1><?php printf(__(‘ ‘%s’ ‘), single_cat_title(”, false)); ?></h1>
My question is, how do I make it read PRINT and not ‘PRINT’ on the page?
Thank you!!
]]>Also, I can’t get some of the sidebar widgets to work properly and in the admin panel there are multiple versions of them. Why would that bit?
One final thing, am I able to have to create a blog section on the site for myself that isn’t directly related to the site. I don’t want it to appear on the menu under the header, I’d want it to appear in a box only that says “Personal Blog”
]]>