• Resolved utsav0112

    (@utsav0112)


    On the search page, how can I display a custom field? For example, my job listings have a custom field called “Pay”. I want this field to show up on the search results page

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • nghtmre

    (@nghtmre)

    fonction my_wpjm_meta_key_dm () {
        global $ wpdb, $ job_manager_keyword;
        $ searchable_meta_keys [] = '_my_meta_field';
        return $ searchable_meta_keys;
    }
    add_filter ('job_listing_searchable_meta_keys', 'my_wpjm_meta_key_dm');

    source of code

    can this help you?

    nghtmre

    (@nghtmre)

    unless I made a mistake, I just noticed that you had a responsive error. light but on the phone this is noticeable

    Thread Starter utsav0112

    (@utsav0112)

    whats the error?

    Thread Starter utsav0112

    (@utsav0112)

    what error? I don’t see any error

    nghtmre

    (@nghtmre)

    I’m on a galaxy note 10 and when I look at your website on my phone, I have a scroll bar on the bottom.

    Thread Starter utsav0112

    (@utsav0112)

    How can I fix that?

    nghtmre

    (@nghtmre)

    I am currently on vacation, I come back at the end of the week. I will look unless you have found the solution from here.
    cordially

    Plugin Contributor Richard Archambault

    (@richardmtl)

    I’m marking this thread as Resolved as it’s been more than a month since the last reply. If you still need help, please do reply again and mark the thread as Unresolved!

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

The topic ‘How to display custom fields on the search results page?’ is closed to new replies.