ThemeShaper Forums » Thematic

[closed]

Adding page content to category pages

(1 post)
  • Started 14 years ago by saski
  • This topic is not resolved
  1. Hi, I'm trying to make custom category pages: each one has the thematic_categoryloop,
    but i cant manage to insert before some content from a page.
    I've tried with this category template, but it doesn't work:

    <div id="content">
        <h2>categoria pinchin!!!</h2>
        <?php get_sidebar('index-top') ?>
        <?php thematic_navigation_above();?>
    
       <?php query_posts('page_id=580'); ?>
       <?php the_post() ?>
       <?php the_content() ?>
    
        <?php thematic_above_categoryloop() ?>
        <?php thematic_categoryloop() ?>
        <?php thematic_below_categoryloop() ?>
        <?php thematic_navigation_below();?>
        <?php get_sidebar('index-bottom') ?>
      </div>

    The strange thing is: if i put that code below the category_loop, it works ok, but I need the page content above the loop.

    I know it would be even better doing this using a child theme, but for me it's even harder.

    Any ideas?
    thanks!

    Posted 14 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.