I like to style some post (bold and link) in the post editor (easy and fun) and categorize it as “quote”. Then display it based on CSS in a sidebar, rotating it, like show 1 each 5 second, randomly. Do you know a plugin the just do that?
Leave a Reply
You must be logged in to post a comment.
You don’t need a plugin for that (and I can’t imagine that one would exist for that). A plain simple function, that you call in your sidebar, is enough:
The Query
This would simply be placed in your functions.php file and called in you desired sidebar.
The Script and jQuery Plugin definition
You then just would have to add some jQuery: (Use this plugin and place it inside a folder named
/js
inside your theme).Note
This รขยย is not tested. If it’s not working, check your errors, enable
WP_DEBUG
totrue
in your wp-config.php file and check for typos.Happy rotating. ๐