• I copied the file single.php, which is the file used by my template to show a single post. Saved it as frontpagepost.php (in the same directory as index.php for my theme) and put this at the top of the file:

    <?php
    /*
    Template Name: FrontPage
    */
    ?>

    I used the plugin “Custom Post Template” so I could easily choose the template. But I get the message that “This theme has no available custom post templates”. I’m using a custom theme.

    Help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • i help you. If you copy a post put

    <?php
    /*
    Template Name Posts: YourName
    */
    ?>

    If you copy a page put that

    I’ve got the same problem here, it just says: This theme has no available custom post templates.

    This is since I upgraded to WordPress version 3.3

    My custom templates are in with my index.php etc etc so not sure what the problem is?

    Any ideas?

    Thanks.

    I’ve somehow solved this problem?

    I tried deactivating it and then reactivating it. This never solved the problem. However… a day later it seems to have appeared again as an option, I can only assume I uninstalled or deactivated another plugin that was interfering with it.

    Is now resolved somehow anyway.

    I have followed the same procedure as the OP but I’m getting the same error. I’ve tried deactivating and reactivating the plugin but it’s still not working for me. I’m using version WordPress 3.3.

    Ontargetpro, have you been able to get it to work??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘This theme has no available custom post templates.’ is closed to new replies.