Title: Missing Post Templates
Last modified: August 22, 2016

---

# Missing Post Templates

 *  [chops07876](https://wordpress.org/support/users/chops07876/)
 * (@chops07876)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/missing-post-templates/)
 * I’ve been using WP Post Template fine for a project, now it does not show the
   custom post templates I have created when editing/adding a post. The widget is
   still visible in the sidebar though.
 * Strangely, the posts with custom templates assigned do still use the correct 
   template.
 * I’ve disabled all plugins and even removed and reinstalled WP Post Template
 * Has anyone seen this before?
 * [https://wordpress.org/plugins/wp-custom-post-template/](https://wordpress.org/plugins/wp-custom-post-template/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [koh-taka](https://wordpress.org/support/users/koh-taka/)
 * (@koh-taka)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/missing-post-templates/#post-5525995)
 * Hi.
    If possible, edit “wp-custom-post-template.php”.
 * line85: $themes = get_themes();
    to line85: $themes = wp_get_themes();
 * get_themes() is deprecated function!!
    [http://codex.wordpress.org/Function_Reference/get_themes](http://codex.wordpress.org/Function_Reference/get_themes)
 *  [koh-taka](https://wordpress.org/support/users/koh-taka/)
 * (@koh-taka)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/missing-post-templates/#post-5526001)
 * sorry, and edit this.
 * line86: $theme = get_current_theme();
    to line86: $theme = get_template();
 * deprecated function too!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Missing Post Templates’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-custom-post-template.svg)
 * [WP Custom Post Template](https://wordpress.org/plugins/wp-custom-post-template/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-custom-post-template/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-custom-post-template/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-custom-post-template/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-custom-post-template/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-custom-post-template/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [koh-taka](https://wordpress.org/support/users/koh-taka/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/missing-post-templates/#post-5526001)
 * Status: not resolved