Tagged Questions
3
votes
1answer
263 views
Extending search query with additional $sentence value
Next in my quest to extend WordPress is altering how WordPress uses the the $sentence variable in posts_search to include an additional string, when the $sentence variable meets a certain criteria.
...
0
votes
0answers
8 views
how to used Cimy_User_Extra_Fields plugin for search? [duplicate]
Possible Duplicate:
how to search through plugin in wordpress cimy-user-extra-fields?
I am using Cimy_User_Extra_Fields plugin in wordpress.In this plugin i just entry INDUSTRY, location ...
2
votes
2answers
411 views
Fulltext search in posts sorted by relevancy
I'm building a custom search page and what I need is to sort results by relevancy (eg. occurences of a keyword)
Using MySQL docs I've built this query:
SELECT ID
FROM $wpdb->posts
WHERE MATCH ...
1
vote
1answer
900 views
Tags to Post-ID mysql query. Tag Search
Im trying to implement a tag-based search. When i specify certain tags, tagged posts will be searched and the post-id will be displayed that matches the searchcriteria.
Currently it only works for a ...
1
vote
3answers
395 views
Search and replace text across all posts
I had used the ZD Video Plugin for WP a long time, and now, since my move to WP 3.0.2, it doesn't work anymore. To embed a YouTube video using the plugin, I would just write
...