• The plugin uses single.php to display a calendar. I’d like to keep single.php as-is (for my blog) and use a slightly edited clone of single-php for calendars. As I understand it, one would usually do this by appending the custom post type slug to the cloned template’s file name, something like single-simple_calendar.php. Have I got that right? That particular file name — single-simple_calendar.php — isn’t recognized by the plugin, presumably because I haven’t correctly guessed the custom post type slug. What’s the slug? And if I use the correct slug, will the plugin use the new template instead of single.php?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    The slug is just calendar. It should work I imagine, but if it doesn’t then please let me know.

Viewing 1 replies (of 1 total)

The topic ‘Use a template other than single.php’ is closed to new replies.