Fix my posts!

By : Philipp

This plugin is meant for admins/people that have basic understanding of how WordPress works.

This is very useful after you import posts/images from another CMS via direct SQL or when you somehow messed up your posts/images.

The Plugin will process your posts one-by-one and repair some basic things when it finds a problem:

General repair

  • Create a valid post_name for all posts

Image repair

  • Fix image-metadata
  • Creates missing image-thumbnails

(The plugin uses core WordPress methods to fix images. So the result is exactly same, as if you re-uploaded the images via WordPress)

Custom repair

Simply create an action handler to manually check each single post-item in the database and repair it if required!

<?php
add_action( 'fix-the-post', 'your_handler' );
function your_handler( $the_post ) {
    $the_post->title = 'new title';
    wp_update_post( $post );
    echo 'Title updated!'; // You will see this in the repair-log on screen.
}
?>

CM Custom Reports

The CM Custom Reports Plugin will generate your WordPress usage reports, track and measure different activities on your site. Reports data can also be exported to PDF. By using this plugin, you are adding an important tool that will help you manage content flow and usage within your WordPress site..........

Similar: 13%

Dark Login Screen

With this light-weight plugin, change WordPress login screen to dark color to make it more contrast....

Similar: 12%

White Login Screen

With this light-weight plugin, change WordPress login screen to white color to make it clearer....

Similar: 11%

Black Login Screen

With this light-weight plugin, change WordPress login screen to black color to make it more contrast....

Similar: 11%

Import CSV with Ultimate CSV Importer

Import CSV data to WordPress is made very easy even for novice users as in few clicks and 3 simple steps with CSV Importer plugin. Now csv importer supports multi language and almost every WordPress modules and plugin fields as follows. Import data feed periodically from csv file as...

Similar: 8%

User Meta Manager

User Meta Manager is a handy plugin, with a simple interface, for managing user meta data....

Similar: 7%

Weather sidebar widget

The Weather sidebar widget shows current weather and forecasts for the current day and the next three days for any location you choose. Multilingual widget (Afrikaans, Arabic, Basque, Chinese, Danish, Dutch, English, Filipino, French, German, Indonesian, Norwegian, Persian, Italian, Turkish, Portugu.........

Similar: 6%

SEO by SQUIRRLYâ„¢

Squirrly SEO helps you write content that is SEO friendly and ALSO Human friendly. You'll get to improve your rankings, while providing your readers with great content. See Your SEO Stats, get a weekly SEO Audit and find the best keywords. It works well with WordPress sites that already have Yoast .........

Similar: 6%

Social Share 2.0 - Social Bookmarks

This plugin adds a small widget within each blog post to share blog posts on Facebook, Twitter, Google Buzz, Digg, Surfpeople, and well over 100 more social bookmarking and sharing sites ....

Similar: 4%

Ads Manager WP/BB

Use this plugin to quickly and easily insert Any Ad code Unit to your posts and BuddyPress sections including Forum topics....

Similar: 4%