I have made a page called links and want to display my links in there.
I've tried going to HTML view and adding this code -
<?php wp_list_bookmarks(); ?>
But it doesn't work.
Any ideas?
Andy
I have made a page called links and want to display my links in there.
I've tried going to HTML view and adding this code -
<?php wp_list_bookmarks(); ?>
But it doesn't work.
Any ideas?
Andy
Where did you create this "page"? Is it a file in your theme folder or a page in WordPress? Sounds like since you went to HTML view you must be doing it in the editor. By default, PHP in pages do not execute when WordPress shows the page. To do this, you will need a plugin like:
This topic has been closed to new replies.