Plugin to automatically change anchor text of urls to the destinations title?

Decided to entertain the idea. Adapted from my snippet that changes anchors to collapsed domain names. Little too verbose, but seems to work. add_filter( ‘the_content’, ‘anchors_to_page_titles’ ); function anchors_to_page_titles( $content ) { preg_match_all( ‘/<a.*?href=”https://wordpress.stackexchange.com/questions/6023/(.*?)”.*?>(.*?)<\/a>/’, $content, $matches ); array_shift( $matches ); foreach( $matches[0] as $key => $url ) { $anchor = $matches[1][$key]; if( $url == $anchor … Read more

jQuery Image Annotation

It sounds like you are asking for two features here: Image annotation Image comments You referenced a plugin for the first, and WordPress supports the second out of the box! As another choice, in the last link you provided, that person is using Flickr to handle their annotations and comments. This is another great option … Read more

Plugin to tag (add a class to?) images attached to a post?

register_taxonomy_for_object_type(‘post_tag’, ‘attachment’); should do the trick. I think you could even do this from your themes functions.php . Edit: ok, try this (save as attachmenttags/attachmenttags.php in your plugins folder and make sure WP can read it, then activate in plugin manager): /* Plugin Name: AttachmentTags Description: enables tagging attachments Author: Wyrfel <[email protected]> Version: 0.1 */ … Read more

Site Registration & MailChimp Coordination? [closed]

Mailchimp has several WordPress plugin you can get directly from their site. Other mail services also provide WordPress specific plugins besides Mailchimp. http://kb.mailchimp.com/connect These plugins interface directly with WordPress signups or as a separate form, the Mailchimp signups by default need user confirmation and provide opt-out. As for download only for members, it depends how … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)