开发者

Persistent post names in Wordpress sidebar

I need to display all my post titles in the sidebar of my Wordpress theme all the time. Just now it works only when I am browsing a category (it shows all post titles from that category). But when I click on a post, only this post title remains into my sidebar, which is not supposed to function like that.

Could you help me, please?

Thank you very开发者_运维技巧 much in advance! Hristo


If you are able to write a plugin yourself, which is quite easy using the API of WordPress, you can make yourself a widget that uses the the_loop() function to print out all post titles.

If you have made your own theme, you can even integrate it into your functions.php file and then output the title within your sidebar template.

To query the post from the database you will need the query_posts() function, where you can also filter on some fields of your posts.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜