Posts cloud – Anyone?
Take a look at CloudClutter theme and see how its done http://wordpress.org/extend/themes/cloudclutter
Take a look at CloudClutter theme and see how its done http://wordpress.org/extend/themes/cloudclutter
I’ve used both WPaudio MP3 Player and Flash MP3 Player So I can say that my clients found WPaudio MP3 Player easier to use and I found it easier to customize to look and feel, and to make it even easier to use you can create a small tinymce plugin (or as a media upload … Read more
I’m the developer of the List Category Posts WordPress plugin. The plugin uses a short code to get posts from a category and you can include thumbnails too. Give it a try and hopefully you’ll find it useful.
Not a plugin but easy to integrate into your wp theme: jQuery Image Gallery with jCarousel. You’ll just have to insert special queries to get the images commimg from posts or even special categories or even custom post type ‘featured’.
WP-Crontrol. http://wordpress.org/extend/plugins/wp-crontrol/
I use Easy Fancybox. It has a number of great features that allows for auto-detection of image files, and fancybox allows for HTML or inline, which is what you are looking for. It also allows for it to automatically popup, just attached the fancybox-auto class
You may want to consider Cart66. I bought a single site license a few weeks back as I was looking for something along a similar line to you. It doesn’t force a bunch of bespoke templates on you, instead, you have to create each product through a custom post (which is what you are doing … Read more
Mark Jaquith wrote a plugin a while back that fetches data from plugins on the WordPress repo, i’d suggest taking a look at this plugin’s code to get some ideas about how to query the WordPress Repository API, it’s not a huge plugin so you should be able to pluck the necessary info from the … Read more
I wouldn’t call myself an expert so test what I’m offering, but you may try to add a hook when you publish the post that uses a preg_match (or similar function) to find those terms in the post content. Then, based on what you found you could add the wp_set_post_terms.
The user automatically gets a profile page, in the form of http://example.com/author/user-name When a user has no posts, most themes display the 404 template. But it’s perfectly possible for a theme to customise the author.php template to display more than just a list of posts by that user, even when the user doesn’t have any … Read more