Forums

WP_Query - Search by post_title (5 posts)

  1. neonWired
    Member
    Posted 10 months ago #

    I'm using WP_Query to search posts but I can't find any mention of how to search by post title?

  2. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    Uh? Why use WP_Query?

  3. neonWired
    Member
    Posted 10 months ago #

    why not?

  4. neonWired
    Member
    Posted 10 months ago #

    The reason I'm using WP_query is because I am searching a custom_post_type and searching post_meta and a custom taxomony also. WP_Query can do all that except post name.

  5. Michael Dance
    Member
    Posted 8 months ago #

    The way I've done this in the past is to create a function hook attached to save_post that saves the title and content as hidden custom fields. Then you can just search the custom fields since WP_Query can't (to my knowledge...) search the title and content directly.

    Seems like there should be a less hacky way though.

Reply

You must log in to post.

About this Topic