Hi, I just downloaded your Select Display Posts Shortcode plugin, but I do not like the old typewriter style font it displays the posts in the cat. How can I change it to arial? I did not see a code for font in the editor.../
http://wordpress.org/extend/plugins/display-posts-shortcode/
The display of the posts is determined by your theme's stylesheet. It outputs a simple unordered list, so it is up to you to style it.
remittancegirl
Member
Posted 8 months ago #
I had the same thing happen to me. It's because you copied and pasted the shortcode from the developer website and it carried the 'code' html tag along with it.
Just go to your page or post, look at it in HTML mode, and then get ride of the [code] and [/code] tags on either side of your shortcode call.