Alright, I have almost finished up a clients project in WordPress, but I have hit a wall. I am not really great with jQuery (and I have yet to find a plugin to achieve what they are looking for). The client wants an automatic slider on the homepage that pulls in featured posts out of their five categories. I have scoured the net for plugins to achieve the “look” they want, but to no avail.
The look in question can be seen here.
Does anyone know how to go about this?
This is one of those things you probably have to do yourself, even though there are some slider plugins, they are difficult to customize.
Using a jquery slider is pretty straightforward, they are usually just controlled with ID’s and CLASS’s, so you can wrap any WordPress code, for instance a wp_query (for featured posts).
toscho’s answer pretty much covers it, I tend to use Jquery Tools a lot since it has great docs and tons of functionality, http://flowplayer.org/tools/index.html
Check out the AnythingSlider for WordPress plugin. Should do everything you need it to do.
I have used the Anything Slider to do this. A checkbox added to the post editor â¦
⦠and a simple query later â¦
⦠and it is nearly done.
You have to tweak the stylesheet very much. Itâs a mess. But in the end you get a slider that can contain any HTML, is usable for keyboard users and fits to a percentage width.