toshina69
Member
Posted 7 years ago #
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 http://www.frozen-wings.net/03/links.php
Thanks.
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.
toshina69
Member
Posted 7 years ago #