PHP Tricks

Few codes to visualise your imagination

  • PHP
  • WordPress
  • Magento
  • JQuery
  • CSS
  • Server Management
  • Contact

Add PHP page/template in WordPress

posted in WordPress on February 28, 2017 by Ashutosh Pratap 0 Comment
Add PHP page/template in WordPress

An article which helps you to add Template page in your WordPress website.We can start with a sample file and copy page.php, rename it on your choice and put it inside the theme folder ../wp-content/themes/mytheme/ .

WordPress Installation Guide

posted in WordPress on February 28, 2017 by Ashutosh Pratap 0 Comment
WordPress Installation Guide

This article helps you to install WordPress in your computer/server in simplest way. WordPress requires PHP and MySQL. In case you would like to install WordPress in your computer then you must have to install open source cross-platform web server like XAMPP, WAMP, LAMP etc.

How to Create Shortcode in WordPress

posted in WordPress on February 28, 2017 by Ashutosh Pratap 0 Comment
How to Create Shortcode in WordPress

A SIMPLE SHORTCODE The shortcode API works very simply: first you need to create a callback function that will run anytime the shortcode is used; then you need to tie that function to a specific shortcode making it ready for use. The code is frequently placed in the functions.php file, but if you plan on… Continue reading →

Newer posts →