Adding subtitle to widget
-
Hi,
I need to add subtitle code to WordPress Popular Posts Widget. This is the part of the code that I need to change but I don’t know how.$content .= "<li>{$thumb}<b><a href=\"{$permalink}\" title=\"{$title}\" class=\"wpp-post-title\" target=\"".$this->user_ops['tools']['link']['target']."\">{$title_sub}</b><strong>if(function_exists('the_subtitle')) the_subtitle();</strong></a> {$excerpt}<span class=\"post-stats\">{$stats}</span>{$rating}</li>" . "\n";
I don’t know PHP and I’ve tried that but I know that something is wrong.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding subtitle to widget’ is closed to new replies.