Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other which is the best plugin to get global custom fields in wordpress?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #40605
    akurtula
    Participant

    Hi

    I am trying to fiend a way to store some contact information as global fiels; like email and phone number, and then display them in the header as well as on the contact page. This way the client can change this information when ever they like.

    I am looking for something like this http://advancedcustomfields.com/ but this is not working for me. the the_field(‘name’) is not working at all; I read all the documentation and cant get it working.

    I also found this http://benhur.teluq.uquebec.ca/~smaranda/?p=69 which works great in terms of development, but it does not seem to allow editing the values of the custom fields which makes it kind of pointless

    few days a go I tried this http://digwp.com/2009/09/global-custom-fields-take-two/ and ended up getting a blank page every time I saved a post or a page (which would frustrate the client)

    Is there any other alternative to getting some global fields so that the client does not have mess with the code

    Thanks so much

    #113379
    Senff
    Participant

    Personally I’m a big fan of Just Custom Fields.

    #113407
    nickhempsey
    Member

    I use Advanced Custom Fields exclusively, I even bought all of the add ons. I absolutely love it.

    The trick with global fields in ACF is to use an [options page](http://www.advancedcustomfields.com/add-ons/options-page/ “options page”) then call it to the theme by using the_field(‘field_name’, ‘options’);

    If you’re using fields in a post or page, you’ll have to make sure that you use the function in the loop, or you have to tell it what post/page to pull from: the_field(‘field_name’, $post_ID);

    Hope that helps :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.