Earn money using wordpress blog click to see Earn money using wordpress blog , with stuffed quality Creating php files→ Make mypl...
Home / Archive for 2015
Javascript 2d game logic impliment
how to make javascript game click here to view game details how to implement javascript game logic overview thanks
HTML5 game tutorial in javascript
Javascript game tutorial click here to watch video How to implement game logic in javascript
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 ...
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 ); ?...
How to Install Wordpress
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
How to Add Wordpress category programmatically function example_insert_category() { wp_insert_category( array( 'cat_name...
How to Insert Post Programmatically
How to Insert Post Programmatically (dynamics published) global $user_ID ; $new_post = array ( 'post_title' => '...
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 make post Pagination Without Plugins
How to make post Pagination Without Plugins <?php function my_pagination ( $pages = '' , $range = 2 ) { $showitem...
Wordpress custom post fetching
Wordpress By Default array : <?php $args = array ( 'posts_per_page' => 5 , 'offset' => 0 , ...
Subscribe to:
Posts
(
Atom
)