I think you need to modify the code to display the content as of now you are not displaying anything in side loop.
<?php
if ( isset( $_REQUEST[ 'find' ] ) ) {
// run search query
query_posts( array(
's' => $_REQUEST[ 'find' ],
'post_type' => $_REQUEST[ 'download' ],
'paged' => $paged
)
);
// loop
if ( have_posts() ) : while ( have_posts() ) : the_post();
//
?>
<a href="https://wordpress.stackexchange.com/questions/286524/<?php the_permalink();?>"><?php the_title();?> </a>
<?php
endwhile; endif;
// return to original query
wp_reset_query();
}
?>
Please check if this helps you
Related Posts:
- Custom dropdown search form that allows users to select option B based from Option 1
- Two searchforms with different categories/posts per page
- Creating my own Admin Forms in a WordPress CMS?
- Creating search form for custom database table
- Search through custom post type and custom fields takes 5 minutes
- Customise search form in the Widget
- Comment filtering (search)
- Combine multiple words in custom meta search query
- Custom search page and search by title, content and tag
- Using transients to store captchas
- How to implement a custom password field that redirects to another page upon correct password?
- Add Div to Comment Form
- Search a post using the date it was posted
- Setting custom search engine indexing for a “dynamic WordPress page” with htaccess
- Custom URL going to 404
- Search result page redirect ex.com/?s=searchterms to ex.com/searchterms
- Hi, I wanted to make custom search with multiple fields
- Adding custom field in all widgets, but at the top of the form, in admin area
- Steps for custom data retrieval
- Search widget will search everything in the site, how to limit to only search gallery name
- How Can I Move Data From Form 1 To Form 2
- How to hook up search results page to a back-end page?
- Admin search post meta
- Add a searchbox to the body of a page
- Custom Search on Custom Page while preserving the main search function
- Custom Loop Query For Search Page
- Search URL parameters query [duplicate]
- Applying WP-cli Search & Replace to Static SQL Dump File
- Saving contact form 7 data into custom Table
- How to create custom search page
- Woocommerce custom checkout form
- Custom login and registration forms
- Custom Same Page Search
- Custom Form not generating URL
- How to Add Additional Search Button?
- How to Clear Empty Search values?
- How do I make Dynamic Student Admission Form?
- WP Search Form Query: Add Author’s posts into search query
- WordPress search on a custom table
- How to create multipage form and redirect to specific URL based on inpput?
- No plugin populate user information in to form
- Adding overlay search to wordpress using add action/filter
- How do I add a dropdown menu to a form?
- Redirecting wordpress search query to archive page
- Allow WP users to sort search result on a videos site
- WP_User_Query Search Multiple Keywords from a Multi-Select Field?
- How to automatically pull an information from a form field onto an other page?
- How to submit form data in the same page in WordPress without reloading the page?
- Custom search results
- How to get name and email value from a custom form and add it to campaign monitor subscriber list?
- WordPress custom search – pagination
- Creating a search with tag variable also added for more detailed results
- What shortcode should I use for
- Custom user fields validation on registration
- Search a meta field for a value in all posts
- add unique code required to register
- Custom search by several options send on form not works
- Page template with custom html fields inside a content
- Search results load individual post in slide out div
- Custom Search Results Page
- WordPress Search on Multiple wp sites
- Create a custom search for Estate Agency WordPress site
- How can I make a search term redirect to a page
- Sort Search Results in Order of/by Character @ count (9) of post(s) title. (Ocean-WP theme)
- Show total sales for each products on search results page Woocommerce
- Custom Search on media files PDF images pages posts
- Why do I get the timeout warning?
- Verify nonce in REST API?
- Add custom html to last sub-menu item
- Automatic image renaming based on title
- Search results ordered by custom post types are not grouped
- Php custom query function assistance
- How can I manage my multiple wordpress websites from main website?
- Login form in popup
- Replace “WordPress” word in title of Dashboard
- WordPress custom login page
- How do you modify the WordPress directory structure?
- How to add custom control to a page?
- Navigation label for page in custom theme
- custom upload directory only for plugin uploads
- Is it possible to change the structure of the HTML generated by the_content()? If yes, how? If not, is there a workaround?
- How to define custom links in WordPress
- Is it advisable to use `add_rewrite_rule()` to serve a custom page?
- What is the best way to modify Admin Panel on WordPress?
- Upload a web module (html and JS) to wordpress
- How to remove Customizer’s Section and move Control straight to Panel using Child Theme
- Custom RSS feed – blank page
- Customizing admin look and feel for just one particular type of user
- How to query term_id of a Custom Taxonomy by name
- WordPress menu: How to make www.link.com/#name never contain current_page_item class?
- 2.9 to 3.0: Pros and cons of upgrading?
- How to show parent taxonomy using get_the_terms?
- My list of terms of custom taxonomy displays 7 times
- Woocommerce – Remove cart button depending product (post) status
- Login CSS style doesn’t load instantly
- Customizer API and pages
- Editing a theme’s templates
- How to delete orphan userdata from array in wp-options
- Twenty Eleven theme, how to change style to a specific “format”
- How To Change Url Doing Some Changes in Search Form