View Single Post
Old 07-15-2006, 07:45 AM  
Dvae
Confirmed User
 
Dvae's Avatar
 
Industry Role:
Join Date: Feb 2005
Location: US
Posts: 5,326
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

Last edited by Dvae; 07-15-2006 at 07:47 AM..
Dvae is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote