[Resolved] Search box for single category posts

Home Forums Support [Resolved] Search box for single category posts

Home Forums Support Search box for single category posts

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2316396
    STENCIL

    Hi there,

    Loving using GP!

    Wondering if I can setup a specific search box…

    I have two post categories ‘blog’ and ’portfolio’ (didn’t want to get into custom post types – so they are together in one post type)

    I’ve split them up by creating two pages, each with query loops on to display the particular categories posts – they each have different page designs.

    For ‘blog’ categories page I have a sidebar with links to archives for tags (which is what I’m using to filter the blog specifically – so category is left as just the two options). But I would like a search, however it searches the complete site. Is there a way I can set the search to just search posts, and even better the ‘blog’ category posts only?

    #2316475
    STENCIL

    I found this php to create an end point but didn’t work –

    
    add_action( 'init', 'wpse31422_init' );
    function wpse31422_init()
    {
        add_rewrite_endpoint( 'year', EP_CATEGORIES );
    }
    #2316482
    David
    Staff
    Customer Support

    Hi there,

    would this plugin do what you require ?

    https://wordpress.org/plugins/add-search-to-menu/

    #2316561
    STENCIL

    oh thank you! Didn’t think a plugin would do the job. Appreciate the help!

    #2316576
    David
    Staff
    Customer Support

    You’re welcome

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.