Extend search function to GWOLLE specific table
-
I use GWOLLE guestbook. It doesnt store in wp_posts so search will not display any results from whatever is in the GWOLLE Guestbook.
How can you make WordPress search an other/extra table.
Some specifics:
database = my_base
Table = wp_gwolle_gb_entries
Row = entry_author_originused query that displays right results in PHPMyadmin:
(aah yes…Rijen means Rows)SELECT COUNT( * ) AS
Rijen
,entry_author_origin
FROMwp_gwolle_gb_entries
GROUP BYentry_author_origin
ORDER BYentry_author_origin
LIMIT 0 , 30I tried “advanced search2.0” which is close, “search-everything” which doesnt search everywhere… None of these plugins searches the entire database
I hope somebody can helpme because i’m not such a coder myself..
Kind regards,Marco
- The topic ‘Extend search function to GWOLLE specific table’ is closed to new replies.