Thread Starter
xcvg
(@xcvg)
Thanks for the reply, banago. Let me explain a little further what I’m doing:
I have a custom post type called ‘Book’. My page-books.php lists all of the Books I have added. A single-book.php shows just the information about that specific book, along with a review of the book.
My blog, however, talks about general articles related to books and/or authors.
On my single-book.php, I want to be able to highlight blog posts that have been tagged with the book title. Sometimes, there many not be Books that are tagged at all, which is fine. Sometimes, a Book title may just be one word. Other times, and, more often than the other two scenarios, a Book is tagged, but its title is a multi-word title (herein lies my problem).
Hopefully this explains more clearly the effect I intend to achieve. Again, if there’s a better way to doing this, I’m open to it.