Paid modification to plugin
-
Hi Guido. Thanks for this excellent plugin. Would you be interested in making a tweak to this plugin please for a fee? I’d like it recognise the following kind of code, so that when posts are listed, post titles that have been tagged with a specific tag, show a specified suffix:
function add_suffix_to_title( $the_title ) { if ( has_tag( 'freecontent' ) ) { $the_title .= ' - <span class="freecontent">Free</span>'; } return $the_title; } add_filter( 'the_title', 'add_suffix_to_title' );
Please let me know. Thanks.
P.S. I have added this code to my theme’s functions.php file, but the suffix isn’t showing when I’m listing posts on a summary page using VS Knowledge Base.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Paid modification to plugin’ is closed to new replies.