Forums

Custom search result order by categories (3 posts)

  1. Pennywise83
    Member
    Posted 5 years ago #

    Hi, I would like to make a custom query for the search results.
    I want to have the search result ordered by categories in this way:

    For example, this is the posts in the db:

    Post1 (Cat1) - Content: example
    Post2 (Cat1) - Content: example
    Post3 (Cat3) - Content: example
    Post4 (Cat3) - Content: example
    Post5 (Cat1) - Content: example

    If i search "example" i want this output:

    <h2>Cat1</h2>

    <p>Post1</p>
    <p>Post2</p>
    <p>Post5</p>

    <h2>Cat3</h2>
    <p>Post3</p>
    <p>Post4</p>

    I hope i was enough clear, anyone can help me?

  2. cnts
    Member
    Posted 4 years ago #

    was kinda looking for the same...

  3. Kafkaesqui
    Moderator
    Posted 4 years ago #

    My Display by Category custom home.php template will work just as well as a search (search.php) template:

    http://wordpress.org/support/topic/38046

Topic Closed

This topic has been closed to new replies.

About this Topic