Anybody know mass bulk wordpress posts editor?

termik

Newbie
Joined
Aug 1, 2011
Messages
15
Reaction score
1
Hi,

I need to edit every post on my blog.

Just add one some html code etc. on the end of every post

I used Search Regex but in wordpress 3.5 it doesn't work because of this:
Code:
[COLOR=#333333][FONT=sans-serif]Warning: Missing argument 2 for wpdb::prepare(), called in /home/xxxxx/public_html/wp-content/plugins/search-regex/searches/post_content.php on line 10 and defined in /home/xxxxx/public_html/wp-includes/wp-db.php on line 990[/FONT][/COLOR]

So, anybody know good bulk post editor?


Cheers,
termik
 
I've used Search and Replace WP plugin. Worked okay the few times I've needed it.
 
Hi, i also need to bulk edit post titles (there are 100k posts on my blog)
I need to change the year form 2019 to 2020 for every post title!
Hope some of you can help me find a way to do that
 
I'm pretty sure this can be easily done using a search and replace sql query in the database no?
 
Hi,

I need to edit every post on my blog.

Just add one some html code etc. on the end of every post

I used Search Regex but in wordpress 3.5 it doesn't work because of this:
Code:
[COLOR=#333333][FONT=sans-serif]Warning: Missing argument 2 for wpdb::prepare(), called in /home/xxxxx/public_html/wp-content/plugins/search-regex/searches/post_content.php on line 10 and defined in /home/xxxxx/public_html/wp-includes/wp-db.php on line 990[/FONT][/COLOR]

So, anybody know good bulk post editor?


Cheers,
termik
If u want to "add" a code u can use plu6in like adsense inserter . add the code and set to show in the end article?
 
if you use wordpress, you can install plugin name ad inserter. it's free and from that plugin you can add the html code to basically every page that you one. worth to try!
 
Back
Top