Jump to content
Sign in to follow this  
fogger

Templates included..

Recommended Posts

fogger

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

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

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

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

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

ok cool would this be available in or within the week? Thanks

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×