• I, It’s a noob question, but i didn’t find the answer…

    I have a blogroll in my administration panel. I have also some categories, i know there is something to add in the “sidebar.php” file, but i don’t know what. So I can’t display my links, the recents comments, recents posts etc…

    Thanks for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Features like links lists, blogroll etc. are called by template tags placed in sidebar.php. So to add a list of your links in the category Blogroll, you might insert <?php wp_get_linksbyname('Blogroll') ?> where you want the list to appear in sidebar.php.

    Plugins might be more suitable for the recent comments and recent posts features. The Recent Comments plugin is fairly popular, or you could search for alternatives at https://wp-plugins.net.

    Thread Starter MatthieuM

    (@matthieum)

    Thanks a lot ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to display categories, blogroll, recent post etc… ?’ is closed to new replies.