How can I replicate this functionality on my site?
How can I replicate this functionality on my site?
How can I replicate this functionality on my site?
I would either recommend PHPurchase or Shopp for WordPress. Each have their own pro’s and cons in relation to set-up and features. Both of the below plugins are not free, but a lot of free e-commerce solutions like WP E-Commerce sometimes just aren’t enough to build a great online store. PHPurchase Allows you customise every … Read more
mmm, well Comments Notifier (WordPress Plugin) did the trick
You might be probably looking for a plugin that offer’s groupon-like functionality (“Groupon 1.0 started on a WordPress blog.”). By googling I learned that there is a plugin called WP Coupon (WordPress Plugin) (review). No idea if it fits in what you need, but it looks like it does what you’re looking for. But it’s … Read more
Basics of my approach to sliders: Query arguments for selection of posts. Get The Image (plus custom code and caching when needed) to mine for images. Separate function for markup generation so it could be easily swapped. Just add JavaScript slider you like. When you like/need another more just swap markup and script. Of course … Read more
Try this two plugins: Post Notification Subscribe2
there is plenty of plugins in the wordpress directory. here is one http://wordpress.org/extend/plugins/popular-widget/screenshots/
You can completely write that by Javascript, using a jQUery lightbox plugin, follow these step: add a “hidden” link to your page, when its “click” event is fired, that will pops your form (we’ll make the fake click event later) create HTML markup for the popup form enqueue jQuery lightbox plugin (you may choose Colorbox, … Read more
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