If like I want to add a shortcode for a plugin in the home.php or sidebar_page.php
is it possible?
If like I want to add a shortcode for a plugin in the home.php or sidebar_page.php
is it possible?
is it possible?
If like I want to add a shortcode for a plugin in the home.php or sidebar_page.php
is it possible?
The plugin is called subscribe2
and I can’t add it to my home.php
every time I add the shortcode it doesnt display anything, not even the shortcode itself
Thanks!

















3 Comments Received
January 25th, 2010 @1:56 am
If you own own your own blog yes, simply look for those file that you mention and put the code in there.
January 26th, 2010 @3:10 am
All depends what plugin you are talking about. Each plugin can display the plugin output in many different ways, and some acually make a function that you can call yourself.
Can you provide the name / link of the plugin you want to use ?
January 29th, 2010 @2:40 pm
Hello,
You need to include the following snippet of code into your site:
That will allow you to have the subscribe plugin appear where you designated it. An example of this is go to Main Index template and include the code on that page where you see fit. you might have to cut/paste the code in a few different places before you can get it where you want it to be.
There are a bunch of other wp plugins out there, check my source box for me. Hope this helps. Alex
Leave A Reply