What code is used to display the page content? I'm new to wordpress so am unfamiliar with the coding needed for this. I'm currently using the sample page to test this.
I've tried it but its still blank widgets work but the content its self is missing, do I need code in the functions.php or is their something I'm missing?
You have to make sure you place that function within the WordPress loop. Here is an example of the loop taken from WP site. I have bolded the function: Hope that helps - Scott
Thanks I got it working I was missing this code : How do you get only certain entries to show from one category I want to have two columns with two sets of entries both from different categories, I'm also trying to get one to show 10 posts the other 5 any idea's?. Here is my current code :
Awesome! Glad you got it working. The code you missed is the first part of the WordPress loop and is essential for things to work (as you discovered).