bitsybride
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Media Tags] WP 3.5 Compatibility Issuenevermind! just needed to upgrade your plugin. 🙂
Forum: Plugins
In reply to: [Slingpic] StatsThe ability for all to view right on the post seems to be an industry standard, however it would be nice to also have a single view for administrators where I can get more of an overview as opposed to having to go from post to post to see the stats.
Forum: Plugins
In reply to: [Media Tags] adding tags to captionHere is another failed attempt:
add_filter( 'img_caption_shortcode', 'wp_image_credit_img_caption_shortcode', 10, 3 ); function wp_image_credit_img_caption_shortcode($attr, $content, $html){ global $post; $content = (object)$content; $credit = wp_image_credit_get_credit_link(substr($content->id, strpos($content->id, "_") + 1)); $mt_terms = the_mediatags($id = 0); $result = <<<END <div id="{$content->id}" class="wp-caption {$content->align}" style="width: {$content->width}px">{$html}</span><p class="wp-caption-text"> {$content->caption} <div style="float: right; width: 50%;"><p class="wp-caption-text"></br>$credit</p></div><div style="float: left; width: 50%;"><p style="font-size:12px"></br> tags: coming soon! $mt_terms </style></p></div></div> END; return $result; }Forum: Themes and Templates
In reply to: Columns in Captionsthanks.
Forum: Themes and Templates
In reply to: Columns in CaptionsHonestly, I dont know the specifics of what I want to do, only what I want it to look like. (see link above). What would you recommend?
Did you ever get an answer?
Forum: Themes and Templates
In reply to: Customizing Image caption backgroundNo thanks. I’m happy here and can wait for a response.
Viewing 7 replies - 1 through 7 (of 7 total)