Thread Starter
tadler
(@tadler)
No, you got me wrong on this one. The page-searching works nicely, but I’d like the content, that is created by my plugin to the search. Meaning, anything that is typed in there should also appear in the search. Therefore I have to extend it, but I dunno where to start.
Thx for any help!
Thread Starter
tadler
(@tadler)
Sorry for bothering: I got this!
I had no single.php, which is for showing a single post. Therefore WP took the index.php as fallback. But the single.php contains a comments_template();-tag, which includes the comments.php!