![]() |
Wordpress needs more bulk edit features
I would love more bulk edit features in wordpress
I have like 60 links I need to change one thing on each, just setting them all so they open _blank when clicked |
www.wordpress.org - why not make a suggestion to them?
|
Quote:
|
Quote:
<li><a href="<?php the_permalink(); ?> " target="_new"><?php the_title() ?></a></li> If your talkin' links in the DB its easy enough to write something in Perl or PHP to access directly from the MySQL data |
Quote:
|
Yup
Open sidebar.php find the title line and make the change. |
Why the new handle? :S
i'm a bit lost here eh |
Quote:
If you mean links added through Manage Links then that would be in the editor. Theres an option there. |
bulk delete of the links they put in by default would be nice
|
Or bulk change categories, etc...
|
i agree, i have same problem and clicking each link "Edit" is a pain in the ass :(
|
Quote:
and yes, I know there is an option there....but not for 60 links at once hence, from the beginning again, I would love if it bulk edited |
Quote:
|
Quote:
|
Quote:
Its actually very easy to do if so. After log in select the DB Click on wp_links table Click Create PHP Code The query would look like this: UPDATE wp_links SET link_target='_blank' WHERE link_target='whatever is there now' Click go reload the table to see changes Same could be done for link categories or any thing else. This could also be done in Perl or PHP, not a plugin just a simple script |
There are a few nifty tools for mass editing. One is Search and Replace; the others are Draft Control and Post control
|
Quote:
http://codex.wordpress.org/Manage_Li...Multiple_Links |
Quote:
Search and Replace looks like a good place to start. With some editing of the script could easily be made to do it |
All times are GMT -7. The time now is 11:16 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123