fogger 0 Report post Posted December 6, 2009 Hey can you give me a quick explanation of the templates? The fullwidth and highlight etc..they are dived into to areas the theme directory and the pro folder I see the call function and am wondering if i can just dispense with the call page in the theme directory and move the template from the pro folder to the main theme folder.. Share this post Link to post Share on other sites
fogger 0 Report post Posted December 6, 2009 is this correct for the main template <?php if(VPRO) { /* Template Name: Highlight Page - Standard */ get_header(); require(LIB.'/_subhead.php'); require(PRO.'/template_highlight.php'); require(LIB.'/template_page.php'); get_footer(); } This is the code for the highlight page..Im wondering if the template_page.php should be template_highlight.. Im still having trouble getting the custom fields to show up.. ok ?> closing>>> this was missing but so far its not the solution.. I removed the helper text from the pro folder highlight page and did that to see if the custom field content would show but no not yet.. Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 7, 2009 Are the custom fields being set in the admin? If so what are their names? Also, are you sure the appropriate page templates are selected? Share this post Link to post Share on other sites
fogger 0 Report post Posted December 8, 2009 hi Yes in the page admin area I add the custom field also I selected the highlight page standard. This is the page that is not functioning.. custom fields being called... highlight-media highlight-text highlight-title The others seem ok so far..Im using wordpress 2.8.x most current version and up to date versions of mysql and php admin etc..Anyway i havent looked at it in a day or 2 but in the end I could hard code each page..it would be cool to figure this out though.. thanks Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 8, 2009 Sorry about that... It seems its a bug; but I don't know how that happened. Anyway, it will be fixed in the next update. Share this post Link to post Share on other sites
fogger 0 Report post Posted December 9, 2009 ok cool would this be available in or within the week? Thanks Share this post Link to post Share on other sites