Maybe use shortcodes instead…
One plugin that might help if you are talking about something that can be handled with template tags:
http://ww.wp.xz.cn/extend/plugins/template-tag-shortcodes/
If not that, then a plugin to put code in a post:
http://ww.wp.xz.cn/extend/plugins/exec-php/
Thread Starter
cazzab
(@cazzab)
Hi MichaelH
Thanks for your response. The short codes seem to be blog specific info (I’m looking for ways to add, for example, my quote of the day or email sign up or flickr widget within a page rather than just the sidebar). Everyone & their dog has the same format – everything listed down the side.
The plugin looks scary & seems to rely on you knowing php code – which i don’t…
Mmm
Thread Starter
cazzab
(@cazzab)
Thanks. I’m not sure how this is helping to put widgets inside the content area of a page though?
I don’t believe you can ‘invoke’ widgets inside the content area of a Page.
Thread Starter
cazzab
(@cazzab)
ok thanks for your help. That was the gist of my original question when asking about adding inside the content section.
Yeah I should have been more direct to begin with. Should have said, “can’t do that, look at shortcodes!” 😉
I have developed a plugin which defines a new ‘widgets area’ which can be included inside posts and pages through the use of a shortcode.
See Widgets on Pages plugin.
Note I have just committed v 0.0.2 which is simpler to use.
Please let me know if this is helpful