In WP 2.1, what happened to the "toggle visibility" button on the Links (now Blogroll) page? I used that feature a lot to make multiple links visible/invisible. Now the only mass-edit button that I can see is a delete.
In WP 2.1, what happened to the "toggle visibility" button on the Links (now Blogroll) page? I used that feature a lot to make multiple links visible/invisible. Now the only mass-edit button that I can see is a delete.
"Move to category" and "auto-toggle" seem to also have disappeared.
Yes this is causing me problems as well.
As an alternative, has anyone discovered a way to bulk edit the database on this, setting conditions for which records are to be toggled?
For instance, I have this code to bulk edit text strings in phpmyadmin:
UPDATE wp_links SET link_description = replace(link_description,"findstring","replacestring");
Can anyone advise me if it can be adapted to toggle the visibility of all links in a specific category?
This topic has been closed to new replies.