You can customise the loop query to get results based on a search term – with $s being the search term;
<?php // Post Query
$args=array(
's' => $s,
);
?>
<?php query_posts($args); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
Related Posts:
- Get the children of the parent category
- How do I get the category URL from get_the_category?
- get_field not displaying my custom field value
- Default WP Gallery – show only galleries of a certain category
- Rearranging posts based on categories
- WP_Query not looking at child category
- Randomise results from a category page?
- Display all posts in category, with specific tag posts at top
- Display list of Sub-Categories and the posts they contain, within one main Category
- Remove child products from woocommerce category page [closed]
- Get a list of commas separated categories inside a loop
- Display one latest post from multiple categories
- How do I get the total number of categories in a list of search results?
- Check if post belongs to any category
- How do I display the posts from a custom post type on a category.php page?
- How to group the loop posts in a particular by author?
- Display products for a category, sorted by post_excerpt
- Exclude category from loop not working
- Category archive page – loop through posts of certain tag (with pagination) – pre_get_posts
- If newest post of category is newest post in general, skip first post of category
- a-z list, categories and sub categories in loop
- Why would in_category only return one post in a specific category?
- Is it possible to select and edit the way the most recent post from a certain category is displayed on the page?
- Displaying multiple loops based off of category
- How to loop only categories without posts (+ show category featured image with acf) [closed]
- Additional featured post on first page
- Show all posts for a specific category/author
- Redirect category to url with /category
- create a page which displays a list of categories title+ short description?
- Enter a variable in the ‘category_name’ parameter
- Second level subcategory
- how to define category loop last class in the third
- Query Posts Exclude Entire Category
- Remove product category placeholder image (Woocomerce)
- WooCommerce – How to show specific category first-rest of products-specific category last
- Multiple Loops on category.php with pagination on last loop
- Exclude current post from loop
- How to insert category list into post creation page, and retrieve chosen categories?
- Categories list loop – add separator every 3 categories [closed]
- Display single category name in woocommerce loop
- Show Posts from Single Category Not Working
- Pagination on category.php and tag.php not working
- Trying to get variables in hacked category dropdown
- Problem with different query loops (and “main loop”) on category template page!
- How to do paging in the loop?
- How to loop custom post_type from (a) specific category(ies)?
- Do not show sub categories in the loop on archive-product.php
- Display posts of certain categories to specific user roles
- Allow user to select categories that will display in post loop
- Insert HTML content in WP Query at specific point
- Simple way to style posts of a single category differently in the loop and in single
- Two Sections on Woocommerce Catergory Page [closed]
- Display subcategories in dropdown
- Have posts that belong to multiple categories, exclude some categories from homepage
- Show multiple categories in query using redux framework variable
- Get the ID of the current post’s child category
- Problem with multiple loops in wordpress theme
- multiple values in an array for category__and does not work with WP_Query
- Display post thumbnail for specific category outside the loop
- List post only under the category, exclude child category content
- Filter Category Loop Dynamically
- the_category() doesn’t working in wp_query loop
- How to get posts using category slug in ClassiPress?
- Category sticky latest
- Exclude posts without category from loop
- Category name for all posts getting assigned to a single random post
- Show the number of the post
- How can I order all subcategories alphabetical independent of the parent categories?
- How to create a category loop on my blog (ACF Plugin)
- Loop by category and meta_key
- Assign a class to first element in category in loop
- Displaying Category in sidebar post widget but not in the loop on home
- Querying posts from two different categories while looping inside another loop
- Category page shows only 1 post when that post has more than 1 category?
- Loop doesn’t work
- Configure query with multiple categories in a custom order?
- Display Taxonomies in loop with template args
- How to loop through a custom field for each post, & display?
- show category name before first posts in each category
- How can I modify this code to iterate over an array of categories?
- Loop within category’s posts
- Display one post on category.php: Wrong featured image
- Loop through posts of CatA and store value of CatB in separate array
- How to add an empty entry to masonry?
- WordPress Numeric Pagination with Query String [duplicate]
- Loops in category description
- Several loop in search result
- Printing direct descendants of a category with WP_Query
- Category slug in in loop always the same?
- how to get number of posts in a category on a specific date
- Show posted on date only for posts in a certain category
- 2 loops in archive.php (one for each category)
- Detecting top parent category fails on home page
- Using pagination with multiple loops causes it to break
- How do I hide posts in a category from all listings but still allow the posts to be viewed?
- How to create a custom loop ordered by Categories on a Page Template?
- IF have_posts contains posts from a certain category
- How can I implement pagination on custom category page?
- Order Categories by Character Count
- Get categories by title descendant