Quote:
|
Originally Posted by Jace
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
|
You can add the target tag in your themes files
<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