Labs64 / credit-tracker

Credit Tracker WordPress plugin
https://wordpress.org/plugins/credit-tracker/
GNU General Public License v2.0
20 stars 20 forks source link

Fix for issue 37 (Add Featured Image Credit but not on main page) #39

Closed idea--list closed 3 years ago

idea--list commented 5 years ago

Hi there,

Here is a possible fix for the 'Add Featured Image Credit but not on main page' issue. In options.php i replaced a checkbox with radio buttons allowing 3 different choices how captions for the featured images should be generated In credit-tracker-shortcodes.php the function name 'creddit_tracker_thumbnail' was mistyped, now corrected it to 'credit_tracker_thumbnail' and also enhanced that function to render the caption corresponding the current settings of the plugin

r-brown commented 3 years ago

outdated