Aside

How To premaritally Delete Old Taxonomies from WordPress

While working on a project to integrate Magento store to work with WooCommerce, one of the things to consider is the URL structure in WordPress that is different from Magneto. For example,  the shop categories and tags will always have the “/shop/” in their slug. I found that when you create a taxonomy and delete it, it’s not [...]

Continue Reading 0
Video

Why I Use ManageWP to Maintain my WordPress Sites

I am using ManageWP for the last year or so, it makes my life easier, I use their premium service, it’s totally worth the time I Save! So, Why ManageWP is so great? manageWP is a super-easy (5 min install+integration) dashboard where you can manage multiple WordPress sites. ManageWP allow you easy installs, updates and [...]

Continue Reading 0
Link

What, Whys, and How to’s of Post Formats

The Post Formats feature in WordPress allows you to display posts in a different way . “You can specify the display “format” of a specific post. This feature expands the micro-blogging aspect of WordPress because now you can have videos, links, images, audios, quotes, statuses, etc. all in one place, and the best part is [...]

Continue Reading 0

How to move WordPress Site to a New Hosting

I recently decided to move one of my WordPress Blogs to a new hosting, it’s a simple move where the domain and site content do not change. These are the steps I followed for a quick and easy move: Backup your WordPress database using phpMyAdmin Download/Upload all your WordPress files using FTP create a new [...]

Continue Reading 0
Image

Woothemes introduce WooDojo, Free WordPress Tools Plugin

woodojo wordpress plugin

WooDojo is a “functionality suite” plugin from Woothemes which adds additional functionality to your WordPress installation. The idea behind this new WordPress plugin is to create generic version of specific functionality and widgets that have only been included so far in wooFramework and in specific premium themes. In the past, this kind of functionality has [...]

Continue Reading 0
Video

Content To Commerce Using Pinterest

There is a huge buzz around Pinterest lately, and indeed it’s a fun and easy way to organize and share all the beautiful things you find on the web (and your products…) People use pinboards to plan their weddings, decorate their homes, and organize their favorite recipes. You can browse pinboards created by other people. [...]

Continue Reading 0
Image

Create WordPress Shortcode to display Websites Screenshot Thumbnails

I was searching for a way to show screenshot preview of sites in WordPress instead of uploading images, this way, if a site changes, It will show the updated version, extremly helpful when you have a directory that needs to be updated (less maintanance…) Example: [ss_screenshot width='600' site='http://www.zorem.com/'] [code] function wpr_snap($atts, $content = null) { [...]

Continue Reading 0