• I do not find the way to modify the text of the title “View all posts filed under ….” which appears as title in the category link in the catégory list in the sidebar and have no idea from where this text comes from? I have looked everywhere possible certainely I missed it but I looked and search for such a long time that I hope somebody can help. Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You have to modify the classes.php file in the wp-includes folder.

    Look for sprintf(__( 'View all posts filed under %s' ), $cat_name)

    Also, if you want to change the “View all posts in …” text that shows up when mousing over a category link, edit the category-template.php file also in the wp-includes folder.

    Look for sprintf( __( "View all posts in %s" ), $parent->cat_name )

    The code appears 6 or 7 times and you have to change them all.

    Also, you may have to edit the files again every time you upgrade wordpress.

    muslimways

    (@muslimways)

    Thanks seenontv

    I’ve asked this elsewhere, but have just found this discussion. I’ve upgraded to 2.9 and find that there is no classes.php in this version!

    I’ve modified all the text in category-template.php but that’s not enough. It also needs to be in something like a classes.php file but there isn’t anything called that in 2.9.

    Any ideas how to get round this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Would like to modify “title=”View all posts filed under ….”’ is closed to new replies.