Sometimes you have to work on a subdomain on a WordPress site where you set your robots.txt to not to crawl it. Or you do work on your local machine. But when it’s finished…you’ll have to move it to the final domain. But how ? Here is a basic synopsis of what you need to...
WordPress Templates
posted by xav
If you wan’t to get into WP development you should be familiar with a theme structure and the mandatory pages that make a theme. If you do, you surely are aware of templates (which are not mandatory). The template files will allow you to display the pages on your site by using...
WordPress Quick tip ...
posted by xav
If you want to be able to use shortcodes in widgets, like a text widget for example. Make sure to have this line somewhere in your functions.php file (in your theme). <?php //line to enable shortcodes in widgets add_filter('widget_text', 'do_shortcode'); ?>
WP Wamp Installer
posted by xav
Each time you have to work on a new project based on WordPress, and working locally on your machine with Wamp or Mamp. You surely go to through the following steps : Download the last WordPress Archive Create a folder in your webserver webroot And unzip the Archive in the newly created...
Child theme in WordP...
posted by xav
When dealing with WordPress it often happen that you end up using one of the fabulous themes the exist in large amounts and for all tastes. It is a quest on itself and it is time consuming to check the features, once you think you’ve found a candidate. Anyway ! Let’s say...


Abduzeedo