• ok I’ve got a static home page. i now want for some of my categories to have a short fixed piece of text to show up before the first post. Is this possible?

Viewing 1 replies (of 1 total)
  • if ( in_category(x) ):
      $static_content = 'some static content';
      echo apply_filters('the_content', $static_content);
    endif;
    the_content();
Viewing 1 replies (of 1 total)
  • The topic ‘fixed text on post category.’ is closed to new replies.