thanks but this is not that i require ….i need information regarding how i can put some info the right side of the home page .
I have already read all that information.
Are these topics in your sidebar? Are they Posts or Pages? If so, then you’ll need to learn how to create custom secondary Loops:
http://codex.wordpress.org/Function_Reference/get_posts
http://codex.wordpress.org/Function_Reference/WP_Query
Hi ,
thanks for the reply.
i am building a site that has navigation menu like
home…… abt us….. news….. contact
Now , i want some recent news from page “news” to display on the right side of the page “home “. That’s it . this is my query .
How doi do that .
I already have some text on home page
Thanks
If you want to show posts from a specific category, you’ll need to create a custom secondary Loop in the theme’s sidebar template file (probably sidebar.php). Please see the pages at the link I posted above.