"This plugin adds the new drag & drop-features introduced in WordPress 3.3 to the post thumbnail widget." via WordPress › Drag & Drop for Post Thumbnails « WordPress Plugins.
Tag Archives: wordpress
Need to perform automatic backups, periodically, to your Dropbox? I've tried two plugins that do this, and both worked on two different WP installation on different servers. First, WordPress Backup to Dropbox pushes your entire WordPress site to your Dropbox, file by file. Database is also included. Interface is clean and authorization uses OAuth, so […]
Tim's blog uses DOMTab for tabbing the top lists of popular posts. Tabs are populated with WordPress Popular Posts plugin and some manual lists as well. Remember to allow shortcodes in sidebar. Then add a text widget with something like: <div class="domtab"> <ul class="domtabs"> <li class="active"><a class="domtab1" href="#t1" style="cursor:pointer;">Current hits</a></li> <li><a class="domtab2" href="#t2" style="cursor:pointer;">All time</a></li> <li><a […]
Add the following in header.php, within the html head tag. <?php if (has_post_thumbnail() && is_single()) { // if feat im exists && current page is single article $thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'medium' ); $thumb_url = $thumb['0']; ?> <meta property="og:image" content="<?php echo $thumb_url; ?>" />
This plugin utilizes widgets and BTBuckets. WP BTBuckets WordPress Plugin | OMNINOGGIN.