Quote:
|
Originally Posted by Just Jace
yes, the one added through the admin
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
|
Do you hav PHPMyadmin installed.
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