Title: mccaskey's Replies | WordPress.org

---

# mccaskey

  [  ](https://wordpress.org/support/users/mccaskey/)

 *   [Profile](https://wordpress.org/support/users/mccaskey/)
 *   [Topics Started](https://wordpress.org/support/users/mccaskey/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mccaskey/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mccaskey/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mccaskey/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mccaskey/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mccaskey/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts in Sidebar] Group by taxonomy](https://wordpress.org/support/topic/group-by-taxonomy/)
 *  Thread Starter [mccaskey](https://wordpress.org/support/users/mccaskey/)
 * (@mccaskey)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/group-by-taxonomy/#post-8945526)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Share Buttons with Floating Sidebar] Plugin showing signs instead of spaces in desktop email clients](https://wordpress.org/support/topic/plugin-showing-signs-instead-of-spaces-in-desktop-email-clients/)
 *  [mccaskey](https://wordpress.org/support/users/mccaskey/)
 * (@mccaskey)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/plugin-showing-signs-instead-of-spaces-in-desktop-email-clients/#post-6699805)
 * Has this been fixed? I see the same behavior on Thunderbird, WP version 4.5.2,
   plugin 2.6.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Manually editing the count](https://wordpress.org/support/topic/manually-editing-the-count/)
 *  Thread Starter [mccaskey](https://wordpress.org/support/users/mccaskey/)
 * (@mccaskey)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/manually-editing-the-count/#post-7332938)
 * That’s what I needed. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Featured Image Admin Thumb] Change column position](https://wordpress.org/support/topic/change-column-position/)
 *  [mccaskey](https://wordpress.org/support/users/mccaskey/)
 * (@mccaskey)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/change-column-position/#post-7231507)
 * I’d vote to have the thumbnail on the left.
 * Even more enthusiastically, I’d vote to remove the pencil icon. It wastes precious
   space and doesn’t add any functionality. If you want to edit the image, click
   on it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Credit Tracker] 1.1.7](https://wordpress.org/support/topic/117-1/)
 *  Thread Starter [mccaskey](https://wordpress.org/support/users/mccaskey/)
 * (@mccaskey)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/117-1/#post-7105415)
 * My mistake. That’s exactly what I was asking for. On my first usage, it appeared
   the plug-in was not passing on the target value. But it is. I was wrong.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Credit Tracker] Can Credit Tracker insert a title to the img tag?](https://wordpress.org/support/topic/can-credit-tracker-insert-a-title-to-the-img-tag/)
 *  Thread Starter [mccaskey](https://wordpress.org/support/users/mccaskey/)
 * (@mccaskey)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/can-credit-tracker-insert-a-title-to-the-img-tag/#post-7072523)
 * In the meantime, this change to credit-tracker-shortcodes.php is working for 
   me:
 *     ```
       $content = str_replace('<img', '<img itemprop="contentUrl" title="' . $ct_copyright . '"', $content);
   
       if ($image['link']) {
       	$ret .= '<a href="' . $image['link'] . '">';
       }
       $ret .= do_shortcode($content);
       if ($image['link']) {
       	$ret .= '</a>';
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Credit Tracker] The null source](https://wordpress.org/support/topic/customizing-and-viewing-source/)
 *  Thread Starter [mccaskey](https://wordpress.org/support/users/mccaskey/)
 * (@mccaskey)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/customizing-and-viewing-source/#post-7089898)
 * Also, it seems that the plugin ignores the “Copyright format” field when one 
   of the non-Custom options is selected. Is that right?
 * I was hoping the retriever would fill in the data and then the Copyright format
   field could be used to create the desired caption.
 * This would also ensure consistency between sources.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Credit Tracker] The null source](https://wordpress.org/support/topic/customizing-and-viewing-source/)
 *  Thread Starter [mccaskey](https://wordpress.org/support/users/mccaskey/)
 * (@mccaskey)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/customizing-and-viewing-source/#post-7089780)
 * It would still be nice to allow null.
 * Or can you say where in the code I could just remove that text “Custom”? I found
   one place. That removed “Custom” from the drop-down list, but “Custom” still 
   got entered in the field.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Credit Tracker] The null source](https://wordpress.org/support/topic/customizing-and-viewing-source/)
 *  Thread Starter [mccaskey](https://wordpress.org/support/users/mccaskey/)
 * (@mccaskey)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/customizing-and-viewing-source/#post-7089706)
 * Or maybe this generalizes the issue: Can there be a way to enter a value other
   than those on the list? (I need “Wikimedia”.)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Credit Tracker] Can Credit Tracker insert a title to the img tag?](https://wordpress.org/support/topic/can-credit-tracker-insert-a-title-to-the-img-tag/)
 *  Thread Starter [mccaskey](https://wordpress.org/support/users/mccaskey/)
 * (@mccaskey)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/can-credit-tracker-insert-a-title-to-the-img-tag/#post-7072404)
 * That’s a way to put the author and link in the Credit Tracker caption. What I
   want is to change the contents of the <img> tag, so that the assembled string
   ends up in the title=” ” of that tag. This way the caption is available in a 
   hover, instead of being shown in text below the image.

Viewing 10 replies - 1 through 10 (of 10 total)