Viewing 1 replies (of 1 total)
  • Plugin Author Marcus Downing

    (@marcusdowning)

    I just tried and it worked for me. What I did was to use a single-post_type.php template (such as single-movie-review.php, etc), and added the header to that.

    In the case of custom post types the order it looks for templates is:

    • single-post_type.php
    • single.php
    • index.php

    which should match up to the template hierarchy that WordPress uses. In the case of a post, the file would be single-post.php

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Post-Specific Widgets] Does it work with post and custom post types’ is closed to new replies.