• i would like to categorize a lot off links. it’s not good at all to have them all on sidebar, so i decided to put all of them on individual page.

    as i see, default kubrick theme has template “links.php”, but in WP 2.0 there is no way (or i just can’t find) to call this page 🙁

    i’ve codded small script to use links page, but i dont really think it’s right sollution.

    [code]
    <?php
    /*
    http://www.myblog.com/mylinks.php
    */
    require('wp-blog-header.php');
    $template = get_query_template('links');
    include($template); exit;
    ?>
    [/code]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘why links page was removed?’ is closed to new replies.