• Hello,

    I am using the following template:

    http://www.templatemonster.com/wordpress-themes/40162.html

    Upon install everything works great. The issue is that the content that loads on the homepage comes from around the entire site. In order to pull from the news section as required, I changed this:

    if (have_posts()) : while (have_posts()) : the_post();

    To this:

    query_posts('cat=75');
    if (have_posts()) : while (have_posts()) : the_post();

    The proper content is now loading but — it breaks the footer of the site. Any ideas?

Viewing 1 replies (of 1 total)
  • I’m sorry but as you appear to be using a non-WPORG theme, you need to seek support from the theme’s developers – paid or otherwise. We only support themes downloaded from wordpress.org here.

Viewing 1 replies (of 1 total)
  • The topic ‘Homepage Posts from Specific Category Breaking Template’ is closed to new replies.