dalveernayak/custom_plugin
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== Custom plugin === Contributors: nayak Donate link: http://www.a2zmp.com/ Tags: You can create any type plugin after look these files, custom plugin wordpress tutorial for beginners, beginners can learn to create custom plugin with easy code and understand, wordpress plugin creation for beginners Requires at least: 4.1 Tested up to: 4.1 == Description == You can create any type plugin after look these files, custom plugin wordpress tutorial for beginners, beginners can learn to create custom plugin with easy code and understand, wordpress plugin creation for beginners, create custom plugin, how we create custom plugin, custom plugin development for beginners, Copy one of the following shorcodes into any post inside Wordpress visual editor: *[comp_company_login]* *[nayak_searchboxes options='{"size":"160x600"}']* *[comp_create_company]* *[comp_company_listing]* To add a demo output, footer or sidebar, open the template file in Wordpress editor and copy the following code in it (based on the sice you want to use): *`<?php echo do_shortcode('[comp_company_login]'); ?>`* *`<?php echo do_shortcode('[comp_company_listing]'); ?>`* *`<?php echo do_shortcode('[comp_create_company]'); ?>`*