Hi,
How can I change the title ‘Posts’ in archive.php? I would like to show the page-title, is that possible?
Regards,
Erwin
Hey erwin_m,
I think I found what you are looking for here: https://kriesi.at/support/topic/archive-pages-titles/#post-308835
If not can you add a screenshot of what you are trying to do, with URL?
Best regards,
Mike
Hey Mike,
Thank you for your reply. But I think this file has been altered since that post. Now it shows the following code:
<?php
$tds = term_description();
if($tds)
{
echo "<div class='category-term-description'>{$tds}</div>";
}
?>
Tried to add the code from the post you’re lonking to, but it doesn’t show up.
Hope you, or someone else, knows where to put it.
Regards,
Erwin
Hi,
Can you point out the specific text in the archive page of the demo site you want to change: http://kriesi.at/themes/enfold/2014/04/
Is it the Archive for month: April, 2014? or the title of the listed posts for example New electric cars are getting really fast?
Best regards,
Nikko