A Child theme issue with Post templates

  • Resolved
    Posted in: Orizon  
  • Member
    ninjaunmatched
    October 8, 2015 at 6:33 pm #68437

    When trying to create a Child theme I noticed that the post templates dropdown box goes inactive or loses any options and there should be 2 options. The box is normally what 117px but after applying an Orizon child theme the box is 30px about and empty (no dropdown).

    I tried added the post_templates.php file to the child theme along with the two files in the demo folder that correspond (import_postmeta.php and a demo.sql file—-I had to grab this from another backup as it did not show up. I moved the site somewhere else for your info.)
    and now this is what shows in the field under <select name="_wp_post_template" id="post_template" class="dropdown">:

    <option value="post_templates.php">(.*)$|mi', file_get_contents( $full_path ), $header ))</option>

    I know it is supposed to be this:

    <option value="tmp-3full-width.php">Full width</option>
    <option value="tmp-1right-sidebar.php">Right sidebar</option>

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.