Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Template for Custom Post Types

Descrizione

This plugin will allow you to assign page template to any custom post type or posts same as Page. The template will be used to display single post in front end.

You can create template same as page template for wordpress pages. You need to select post types where you want to apply template from settings page of this plugin from admin side.

To create template file you need to create .php file in current theme’s directory with Template Name: your template name in comment at first line of your file. Ex.

You can create template files in subdirectory of current theme folder also. Now WordPress 4.7 has introduced this functionality in core.

Screenshot

  • Setting screen
  • Template file example
  • Assign template
  • Display in front

Installazione

  1. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Templates for CP screen to configure the plugin
  4. Select post types for which you want to assign page templates
  5. You can create template file same as for page with Template name in comment of template file
  6. Choose template from metabox for custom post types you have selected in plugin setting screen

FAQ

Any suggestions or queries are welcome at my email address: rahulgandhi1010@gmail.com

Recensioni

16 Maggio 2017 1 risposta
Only works if your templates are in your parent theme. I can't do this because I have a child theme and need it to work there. Sorry

No!

10 Settembre 2016 1 risposta
Didn/t work and did not see a way to add a template.
3 Settembre 2016
I have made this plugin very light weight so that users will not face any problems about conflicts with other plugins or Query conflicts. If you like my plugin then rate it 5 starts. I will add some more useful light weight plugins to the WordPress repository soon.
3 Settembre 2016
Thanks, Rahul, this a great plugin. Most importantly it outputs a page template class into the body tag. I've noticed other plugins like this don't always do this. The body class is super handy for styling. A small request. At the moment, the body class outputs with a forward slash. For example: page-template-page-templates/full-width-php. Perhaps that could be changed to a hyphen in future? Thanks again 🙂
Leggi tutte le recensioni di 7

Contributi e sviluppo

“Template for Custom Post Types” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “Template for Custom Post Types” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.0.5

  • Compatible with WordPress 4.7

1.0.4

  • Compatible with WordPress 4.6.1

1.0.3

  • Compatible with WordPress 4.5

1.0

  • Our First release of the plugin.