larahe
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: what is the correct way to link a searchi already told you theme is 2024
<a href="<?php echo get_site_url( null, '?s=Foo'); ?>">Search for "Foo"</a>
This block contains unexpected or invalid content.i dont know how your result is expected to work as a link on text though the site
???? album covers have mouse roll over effects…. how do i turn that off
Forum: Everything else WordPress
In reply to: what is the correct way to link a searchphp template?
my question was about making a text link? i dont know phpForum: Everything else WordPress
In reply to: what is the correct way to link a searchso do i put this in the link?? ?get_site_url()?s=test
does not work
- This reply was modified 6 months, 2 weeks ago by larahe.
Forum: Everything else WordPress
In reply to: what is the correct way to link a searchso again. i do not want to add links with a fixed domain name as the domain can change if the site if migrated to a new domain name which would break all the links
better. meaning more options than the original results…
sorting, keywords, advanced features, dates, etc like more search’s doForum: Everything else WordPress
In reply to: search result sortingfront end… search results. thanks
Forum: Everything else WordPress
In reply to: search has stopped working. no resultsthanks, it was a conflict
Forum: Everything else WordPress
In reply to: what is the correct way to link a searchim using 2024, i think thats a block theme
just to be clear im trying to add a link to text that will trigger a search. but the url needs to be excluded so it will work on any domain name link: ?my domian /?s=search-term
theme is 2024
WP Extended Search works ok, do you know a plugin that gives better result options for the end user?
Forum: Everything else WordPress
In reply to: search has stopped working. no resultsoffline
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] installed and no resultsyes it was a plugin conflict. thanks
i also notice i need to pay for pro to simply sort post result by new\old\rel so i UNinstalled and will look for something else
Forum: Everything else WordPress
In reply to: what is the correct way to link a searchThe answer depends on where you want the link to appear
– in a page or postIf PHP is appropriate, you could do something like:
echo get_site_url( null, ‘?s=search-term’);
– do this where?front end
Forum: Everything else WordPress
In reply to: auto link function for matching textthanks