Thread Starter
dviero
(@dviero)
Yeah i fixed it by commenting our the span.topMore in the stylesheet
Approx line 347
CHANGE THIS:
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
TO THIS:
.topPost span.topComments, .topPost /*span.topMore,*/ .topPost span.topTags {
Nevermind, i sorted it out. Cheers!
Hi do i add shortcode to the sidebar?
I’ve tried adding [flickr-gallery] to my themes sidebar.php and i tried enclosing it inside <?php tags but it just gets echo’d to the page “[flickr-gallery]” text.
Ive googled and can’t find easy answer.
Also installed Sidebar Shortcodes plugin.