• I’ve been playing with this plugin and like it – the only thing left is I want to change the “Related Posts” title to “Related Articles” (I run a magazine style blog).

    I see that the language calls are in simple-tags.client.php, and that there are 2 of these – one in the 2.3 folder and the other in the 2.5 folder. I’ve changed the text to “Articles” in both files and uploaded and still no change.

    Anyone know where this could possibly be calling the default text?

Viewing 9 replies - 1 through 9 (of 9 total)
  • This plug-in isn’t 100% compatible with version 2.7 yet. The admin panels look a little funny.

    The 2.3 folder is for WordPress version 2.3 and the 2.5 folder is for WordPress versions 2.5, 2.6, and 2.7.

    What lines have you changed the “related posts” text on? They should be on lines 86, 87, 553, and 554.

    Thread Starter horizon70s

    (@horizon70s)

    I changed these lines twice in the 2.5 version:

    'title' => __('<h4>Related Posts</h4>', 'simpletags'),
    		'nopoststext' => __('No related posts.', 'simpletags'),

    It’s just odd that it doesn’t change the text on the page?

    Thread Starter horizon70s

    (@horizon70s)

    I should note I change this:

    'title' => __('<h4>Related Posts</h4>', 'simpletags'),
    		'nopoststext' => __('No related posts.', 'simpletags'),

    to this:

    'title' => __('<h4>Related Articles</h4>', 'simpletags'),
    		'nopoststext' => __('No related articles.', 'simpletags'),

    And the change isn’t made on my blog?

    Thread Starter horizon70s

    (@horizon70s)

    Anyone have any idea where it’s possibly pulling from outside this file?

    Uhm, last time I checked this was in the theme’s code, not in the plugin’s code. Did you check your theme and the plugin functions it uses?

    Thread Starter horizon70s

    (@horizon70s)

    simple-tags.client.php is a part of the plugin, not the theme.

    That’s what I meant. So, where do you want “Related Articles” to appear?

    Thread Starter horizon70s

    (@horizon70s)

    Nevermind…it was in the Related Posts section of the admin.

    Thanks for the update too…cleaned up a small bug I was having with the plugin and 2.7.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘What simple-tags.client.php file is WP2.7 pulling from?’ is closed to new replies.