ulozilla
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Pages Custom Fieldsit’s working now =) , thanks just had to add :
<?php echo get_post_meta($thispage, 'nameoffield', true) ?>Forum: Themes and Templates
In reply to: Pages Custom FieldsI’ve tried the example Peter mentioned, i can get the custom fields of the page but only using
<?php the_meta();?>, i’ve saved the page id before the loop and then inserted theget_post_meta($thispage, 'nameoffield', true)code, but it’s not working, maybe i need something else to make it work? any tips?Forum: Themes and Templates
In reply to: Pages Custom FieldsThanks Peter, that looks like a nice workaround
Forum: Fixing WordPress
In reply to: Dynamic Pages@transom that sounds very interesting.
Christine what i want to do is for example , have a general page for 1 continent “South America” , that homepage will have a menu, sidebar, some content and a few pages(that will load the same menu). Then you have the country selector (Argentina, Chile, Peru, etc), on the country homepage you have a different menu and some articles related and a image(flag).
The menu on the country homepage will change cause it will have country related content so the menu needs to know on which country i’m. Hope this explains a little bit my idea.Forum: Fixing WordPress
In reply to: Dynamic Pagesthanks for the answer Christine, another question, if i have 25 country pages, i need to ask 25 times for different countries? or there’s a simpler way to do it?