🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
A

AMS Single Post Template Selector

0/5 (0 ratings) 70 active installs Updated Jan 23, 2022
In post edit screen screenshot-1.jpg.

In post edit screen screenshot-1.jpg.

This plugin allows you to choose different template for individual post, for the purpose of single post view, by selecting previously created post template from the provided drop-down list in the post edit screen.

The plugin will replace the default template (single.php) with selected template for the post you applied the new template.

To create a post template, write an opening PHP comment at the top of the file that states the template’s name.

<?php
/*
Post Template - Name: Template Name
*/
?>

Please Note: Post template name ussage: “Post Template – Name:”.