Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author faaiq

    (@faaiq)

    Hi Pankaj

    Use this function to retrieve data in front end
    $data = simple_cck::get_post_data($post_id);

    it will load all data including images.

    Thanks

    Hi Faaiq,

    This is really nice plugin. I’ve done fw modifications to it to create Custom taxonomy as well. Now I want to show custom fields data on a template page. I used this function –

    $data = simple_cck::get_post_data($post_id);

    it gives field name and value but it doesn’t gives field label. Please tell me how to fetch label as well.

    Thanks,
    Harsh

    Thanks for this wonderful plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to display field value’ is closed to new replies.