How to get the post content from a category on my homepage
Is it really necessary to echo so much. If you make proper use of opening and closing php tags you can eliminate using echo. And why are you echoing get_the_title() when there is a build in feature for that. the_title() does exactly the same. You can use WP_Query to create a special loop to get … Read more