• Resolved kostas11

    (@kostas11)


    Hi!
    I am using the Houzez theme for Real Estate agency, which creates custom fields in Redux Framework. And I am unable to create a filter for some of the fields, since they are not displayed in the dropdown selection list. Is there any solution in my case? Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author stepasyuk

    (@stepasyuk)

    Hello @kostas11

    You can to do both – to select meta keys from dropdown and to enter your own, if you know them. In the dropdown you see only first 100 meta keys used on your site, but not all.

    Let me know, if it was helpful for you.

    Thread Starter kostas11

    (@kostas11)

    Thanks for the help. Yes, I found the theme-defined meta key names and they work! But so far I can’t find the names of the custom keys I created. Your plugin is awesome!

    Plugin Author stepasyuk

    (@stepasyuk)

    @kostas11 thank you for your warm words about the plugin. The best thanks for a plugin author is a review for the plugin ??
    https://www.ads-software.com/plugins/filter-everything/#reviews

    What custom keys do you mean? In any case if you temporary add next code on your single post page you will see all meta keys related with the post

    var_dump( get_metadata( 'post', get_the_ID() ) );

    And you can find in list of meta keys you needed.

    Thread Starter kostas11

    (@kostas11)

    It worked! Your code showed me the name of all the meta keys. Thank you very much for the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Filtering custom fields for a theme with Redux’ is closed to new replies.