• Anyone knows if it′s possible to use a special template for the POST of certain category. For example, if the post are from the category NOTES.
    I know HOW to call the header and footer

    get_header( ‘notesheader’ );
    get_footer( ‘notesheader’ );

    But I don′t know how to define a template (eg, index-notres.php) for the POST of that category. NOT for the category.

    Anyone can help me?

  • The topic ‘Different template for post of certain category’ is closed to new replies.