How to add a line of text at the bortom of 350 wordpress posts in one operation?

2 replies
  • WEB DESIGN
  • |
Does anyone know about a tool that can do this? I'm hoping not having to editor all the posts one at a time.

The text is a shortcode that need to be inside the wordpress posts to work.

Any help is appreciated!
#350 #add #bortom #line #operation #posts #text #wordpress
  • Profile picture of the author AdNetworks
    You need a signature for your all posts? or for some posts?
    WP Biographia can help you to add your signature to all posts (or some posts by categories)

    WordPress › WP Biographia « WordPress Plugins
    Signature

    ♥ When the Last Tree Is Cut Down, the Last Fish Eaten, and the Last Stream Poisoned, You Will Realize That You Cannot Eat Money.

    {{ DiscussionBoard.errors[9439888].message }}
  • Profile picture of the author Paul M Smith
    If you are familiar with phpmyadmin and sql queries, why not use a query like this one to try and achieve what you need? Make sure your table is still the default or replace it with the new name you've created. Of course replace the caption shortcode with yours. Make sure you backup your database first!

    UPDATE wp_posts SET post_content = Concat( post_content, '<br />[caption]New Caption[/caption]' );
    {{ DiscussionBoard.errors[9442846].message }}

Trending Topics