Viewing 3 replies - 1 through 3 (of 3 total)
  • Sure it’s possible. Find the bit in the code that says “INDEX TAGs of the POST”.

    There’s this code:

    foreach($ptagobj as $ptag) {
    	$tagstr .= $ptag->name . ' ';
    }

    Just add the tag description ($ptag->description, I’m guessing) to the $tagstr and it should do the trick.

    Thread Starter g01010

    (@g01010)

    Beautiful. Thanks.

    It’s a great plug-in.

    How does this exactly look like?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Relevanssi: search tag description’ is closed to new replies.