• Resolved reneegade

    (@reneegade)


    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); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    Thread Starter reneegade

    (@reneegade)

    Much easier to do the plugin…. saves time…

    thank you..

    Resolved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Manage/Page: No code?’ is closed to new replies.