PDA

View Full Version : How do i.. [wordpress users, come in!]


malique
09-23-2007, 08:32 PM
How do i insert the blogroll codex into a static page?

i tried inserting the code but it ended up as a pasted code.
seems like it works only on the sidebar but not content.
<?php get_links_list('id'); ?>

anyone can solve this mystery? :sigh

Michael Martin
09-23-2007, 09:21 PM
When you say a static page, I take it you don't actually mean a static page? (HTML)

Do you mean a WordPress Page? If so, you're probably looking for the Exec PHP plugin (http://bluesome.net/post/2005/08/18/50/). :)

adalante
09-23-2007, 10:30 PM
Well,we already chatted on Gtalk, but here's a link just in case someone else needs it :D

Publish your blogroll to an individual post or page with the Blogroll Page Plugin at WordPress Themes, Plugins, Blog Tips, Make Money Online >> WPthemesplugin.com (http://wpthemesplugin.com/publish-your-blogroll-to-an-individual-post-or-page-with-the-blogroll-page-plugin/)

malique
09-24-2007, 06:21 PM
michael, yes on a wordpress page.

moses (adalante) saved the day~ Weeee. :D

mccormicky
09-27-2007, 12:21 PM
Don't you have to insert php code into the template file? If you want to include php in a regular write page situation,the execPHp plugin is the way to go.

goldfries
09-28-2007, 03:53 AM
Bluesome - Exec-PHP plugin for Wordpress (http://bluesome.net/post/2005/08/18/50/)

this is the one I use, same like the one Michael posted. :)

I've used it in many pages, like my contact page and photo gallery. All customized PHP pages working from a Wordpress Page.