Reputation: 1633
I am new to wordpress, I would like to know how to call wordpress plugin without shortcode in pages.
Upvotes: 0
Views: 869
Reputation: 131
You can call your plugins functions without shortcode, just call the function. If the plugin is activated and the function exist it should work.
Upvotes: 0
Reputation: 901
For calling plugin on page you have to use shortcode, and if you don't want to use shortcode than add the relevant plugin code to functions.php file.
Upvotes: 1
Reputation: 618
Open the page in the admin section and in editor of the page add your short code then update it.
Upvotes: 0