I guess you would call this a static page.
I was creating a page in the page Management category. I tried to create a page with links(buttons) to others.
would I use this.?--------> <?php wp_get_links($link_cat->cat_id); ?>
I guess you would call this a static page.
I was creating a page in the page Management category. I tried to create a page with links(buttons) to others.
would I use this.?--------> <?php wp_get_links($link_cat->cat_id); ?>
Page or post... you cannor run PHP code typed in the text input area. You have two options:
1. Make a Page template and include the code in it
(for a "Links" Page that's the more recommended)
see Pages and Page templates in this Codex article.
2. Use a plugin that enables PHP in posts/Pages.Plugins
look for RunPHP, PHPExec, execPHP
Much easier to do the plugin.... saves time...
thank you..
Resolved!
This topic has been closed to new replies.