How to batch resize images and change image url?
This plugin might help you : Regenerate Thumbnails Just change the image dimensions in WP’s Media Settings and run the plugin.
This plugin might help you : Regenerate Thumbnails Just change the image dimensions in WP’s Media Settings and run the plugin.
Since you’re a beginner I would like to mention that WordPress already has an archive widget. If ever it does not suit your needs, You can browse through the available archive plugins at wordpress.org and choose which one is the best for you.
I had much success using https://github.com/interconnectit/Search-Replace-DB Though there are Plugins for WordPress available that do a Search & Replace, i recommend the above linked script. In older WordPress versions it was possible to move an entire site by simply replacing some strings, but as far as i know, WordPress now creates hashes/indexes for some strings … Read more
I use Facebook Photo Fetcher to share all photos from my facebook fan page to wordpress(organizing by Album is not yet available). It works well except you need to refresh the code after every upload of new photos to facebook fan page, it’s not automatic. Unfortunately for me, This plugin doesn’t do what I want … Read more
This metabox class does exactly what you are after and so much more. wpalchemy-metaboxes
(Copy from comment to make the solution appear in our search results) Use the Report Comments Plugin from Dagon Design.
I followed this guide to insert the feed in the post: http://digwp.com/2009/11/import-and-display-feeds-in-wordpress/ My only problem is that I need to strip away the HTML from the feed.
I’ve used jpaging before which is simple ,easy and highly customizable.
You could create your own widget that queries posts from a certain category then displays the_post_thumbnail in an unordered list linking to the post. Example widget (add to functions.php): <?php class c3m_thumbnail_posts extends WP_Widget { function c3m_thumbnail_posts() { $widget_ops = array( ‘classname’ => ‘thumbnail-posts’, ‘description’ => ‘Displays post thumbnails’ ); $control_ops = array( ‘id_base’ => … Read more
Try the JetPack Plugin from WordPress.com http://wordpress.org/extend/plugins/jetpack/