Forums

custom field values for all pages of a certain path or template (3 posts)

  1. bhenselmann
    Member
    Posted 2 years ago #

    Hi,
    I´m searching since some days for a way to get all values of a custom field for all pages or all pages in a certain path or using a certain template.
    Could anbody tell me, how to make the template-code for this or is a plugin allredy providing this feature?
    Thanks
    Bernhard

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    See wpdb for that. Something like:

    $values = $wpdb->get_col("SELECT meta_value
    	FROM $wpdb->postmeta WHERE meta_key = 'yourmetakey'" );
  3. bhenselmann
    Member
    Posted 2 years ago #

    Thanks a lot MichaelH!!

Topic Closed

This topic has been closed to new replies.

About this Topic