hardeeps
Forum Replies Created
-
Forum: Plugins
In reply to: How to setup a wrapperThanks all, I was able to get the code working. Esp the link on ‘Template Hierarchy’ helped. If someone needs help on how I did this, please contact me via my blog http://blog.hardeep.name.
Each time I make a code change to wordpress, I am amazed at how modular and pluggable it is.
Forum: Plugins
In reply to: How to setup a wrapperI want to accept a GET parameter from the URL and then show content based on that in that PAGE. Even if I include some page specific code in the PHP that shows the page – how do I accept the GET parameter?
I had the same problem, and I was able to get to the root cause. I had ‘subscribe to comment’ plugin installed, and had added code to comments.php [show_manual_subscription_form();] to allow users to subscribe without commenting. However, instead of adding it after the </form> tag (as recommended), I had added just before the </form> tag.
@swaroopch your solution would also solve the problem, but its a workaround. Maybe its good for you (and others who, like me, might find the page in future) to know.
Hardeep Singh
http://blog.hardeep.name