Wordpress Guru tutorials

WordPress Tutorials for beginners

  • Home
  • Wordpress
    • Plugins and Developments
    • Posts
    • Themes
  • PHP
    • Core PHP
    • Advance PHP OOPs
    • Libraries
  • Javascript
  • Jquery
  • CSS3
  • HTML5 Stuffs
Home / Archive for August 2015

How to Make Or Generate ShortCode Of any Function

Unknown - 07:18 0 Edit
How to Make Or Generate ShortCode Of any Function Add Hooks for shortcodes <?  // syntax php add_shortcode( $tag , $func );  ?...

How to Install Wordpress

Unknown - 08:05 0 Edit
How to Install Wordpress   Step:1 First make Database in MySql like "wpdemo"   Step:2 Then Place wordpress zip file...

How to Add Wordpress category programmatically

Unknown - 04:46 5 Edit
  How to Add Wordpress category programmatically   function example_insert_category() { wp_insert_category( array( 'cat_name...

How to Insert Post Programmatically

Unknown - 04:30 0 Edit
How to Insert Post Programmatically (dynamics published)   global $user_ID ; $new_post = array ( 'post_title' => '...

How to Fetch post from database

Unknown - 00:43 0 Edit
How to Fetch post from database: <?php   $getpostdraft = $wpdb -> get_results ( " SELECT ID, post_title FROM $wpdb-...

How to make post Pagination Without Plugins

Unknown - 00:07 0 Edit
  How to make post Pagination Without Plugins <?php function my_pagination ( $pages = '' , $range = 2 ) { $showitem...

Wordpress custom post fetching

Unknown - 23:35 0 Edit
Wordpress By Default array : <?php   $args = array ( 'posts_per_page' => 5 , 'offset' => 0 , ...
Subscribe to: Posts ( Atom )

Click to Know More

Popular Posts

  • How to Fetch post from database
    How to Fetch post from database: <?php   $getpostdraft = $wpdb -> get_results ( " SELECT ID, post_title FROM $wpdb-...
  • How to Add Wordpress category programmatically
      How to Add Wordpress category programmatically   function example_insert_category() { wp_insert_category( array( 'cat_name...
  • How to Install Wordpress
    How to Install Wordpress   Step:1 First make Database in MySql like "wpdemo"   Step:2 Then Place wordpress zip file...
  • Wordpress custom post fetching
    Wordpress By Default array : <?php   $args = array ( 'posts_per_page' => 5 , 'offset' => 0 , ...
  • How to Insert Post Programmatically
    How to Insert Post Programmatically (dynamics published)   global $user_ID ; $new_post = array ( 'post_title' => '...
  • successful blogging tutorials in wordpress
    Earn money using wordpress blog   click to see Earn money using wordpress blog , with stuffed quality Creating php files→ Make mypl...
  • How to make post Pagination Without Plugins
      How to make post Pagination Without Plugins <?php function my_pagination ( $pages = '' , $range = 2 ) { $showitem...
  • web development tutorials
    Web developments tutorials Click here to know more visit for more info     this is for those who want to learn web developments ...
  • HTML5 game tutorial in javascript
    Javascript game tutorial click here to watch video   How to implement game logic in javascript      
  • How to Make Or Generate ShortCode Of any Function
    How to Make Or Generate ShortCode Of any Function Add Hooks for shortcodes <?  // syntax php add_shortcode( $tag , $func );  ?...

Facebook

Blog Archive

  • ▼  2015 (11)
    • ►  December (1)
    • ►  October (3)
    • ▼  August (7)
      • How to Make Or Generate ShortCode Of any Function
      • How to Install Wordpress
      • How to Add Wordpress category programmatically
      • How to Insert Post Programmatically
      • How to Fetch post from database
      • How to make post Pagination Without Plugins
      • Wordpress custom post fetching
Powered by Blogger.
Copyright © 2015 Wordpress Guru tutorials
Distributed By Blogger Templates