Forums

add "blogroll" links to a page (4 posts)

  1. Eiland
    Member
    Posted 6 months ago #

    Hi,

    Is there a way to create a links page? I was trying to name a pgae links, and add the <?php wp_list_bookmarks("'orderby' => 'name',
    'order' => 'ASC',
    'limit' => -1,
    'category' => '',
    'category_name' => 'links',
    'hide_invisible' => 1,
    'show_updated' => 0,
    'include' => '',
    'exclude' => ''"
    ); ?>
    code to. Unfortubately, that doesn't work.

    I don't really know how i could make a template page to do that?

    thanks!!

  2. samboll
    moderator
    Posted 6 months ago #

    you can - you just need a plugin to execute php code in pages or posts
    http://wordpress.org/extend/plugins/exec-php/

  3. Eiland
    Member
    Posted 5 months ago #

    thanks that should do the trick...

  4. Eiland
    Member
    Posted 5 months ago #

    oh, but thats nothing i couldn't do without template hacking...

Reply

You must log in to post.

About this Topic