Recently published WordPress themes and plugins

Smart Backup Plugin
Smart Backup is a complete WordPress solution for database backup and restore...


Ambient Occlusion Theme
Ambient Occlusion is a clean and warm theme, with a brown/cocoa colour...



WordPress Theme: Cyanide
This theme has originally been created for an offshore client. The theme...




WordPress Theme: Clear Apple
Clear Apple is a clean magazine theme, no thumbnails for posts, wide...


WordPress Theme – X5 Turbo
X5 is the successor of X4.1 and has some small improvements over...

On the blog
Recommended
Currently Exploring
seoIf you are receiving warnings or even errors about your homepage being accessible both via domain.ext and domain.ext/index.php, there are two solutions: Add to your header file, or to your index.php file the following snippet: <?php $cpage = $_SERVER['REQUEST_URI']; if($cpage == '/index.html' || $cpage == '/index.html') echo '<link rel="canonical" href="http://www.butterflymedia.ro/" />'; ?> This way, Google (and the other search engines...