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 myplugin.php
inside it white below PHP code↵
<?php
/*
* Plugin Name: My plugin superb name
* Plugin URI: http://mypluginuri.com/
* Description: A brief description about your plugin.
* Version: 1.0 or whatever version of the plugin 
* Author: Plugin Author's Name * Author URI: Author's website
* License: A "Slug" license name e.g. GPL12 */
*/
?>


<?php
function make_echo(){
echo "this is echo by plugin";
}
/* add shortcode of plugin */
add_shortcode('echo_code','make_echo');
?>
Plugin is ready to use with shortcode
You can use 'echo_code' shortcode in post or any template page
Earn money using wordpress blog
Earn money using wordpress blog

Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment