• I’m really new to WordPress so there is alot of things I don’t get.

    For example, I am not sure what script I need to paste onto my links.php page for the links to show up. I have already added links into the categories I made. I just want to know how to make them show up.

    The URL to the page is https://www.frozen-wings.net/03/links.php

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Well, the problem may be that the page you are trying to show the links in doesn’t know of WordPress? It seems it’s not a page made in WP, so you need <?php require_once('./wp-blog-header.php'); ?> (that is, if wp-blog-header.php is in the same folder – WP root – as links.php file) at the beginning of the file, anywhere before WP template tags.

    Thread Starter toshina69

    (@toshina69)

    It works. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does not know how to display links.’ is closed to new replies.