Display single post content in sidebar on wordpress
May 20, 2010
Hello All,
In order to display single post in wordpress blog sidebar, there is some ways. this one is the easiest one that exist:D you just need to perform below mentioned steps:
1) Write and publish a post. Its a normal post.
2) Find out the post’s ID (egg. 143). To finding your post ID you can find the way here.
3) Open your themes Sidebar.php
4) Include this code:
That’s it!
Advertisement