Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ulozilla

    (@ulozilla)

    it’s working now =) , thanks just had to add :

    <?php echo get_post_meta($thispage, 'nameoffield', true) ?>

    Thread Starter ulozilla

    (@ulozilla)

    I’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 the get_post_meta($thispage, 'nameoffield', true) code, but it’s not working, maybe i need something else to make it work? any tips?

    Thread Starter ulozilla

    (@ulozilla)

    Thanks Peter, that looks like a nice workaround

    Forum: Fixing WordPress
    In reply to: Dynamic Pages
    Thread Starter ulozilla

    (@ulozilla)

    @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 Pages
    Thread Starter ulozilla

    (@ulozilla)

    thanks 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?

Viewing 5 replies - 1 through 5 (of 5 total)