Quote:
Originally Posted by L365
Hi,
Try wordpress plugin - Yet Another Related Posts Plugin (YARPP).
wordpress.org/plugins/yet-another-related-posts-plugin
Cheers.
|
Does it allow me to show it on the html page? it looks like one of the many similar plugins that only work on the blog itself but not outside of it...
Quote:
Originally Posted by sarettah
I don't know that you would find any plugin to do this. You are not inside wordpress when you are on the review site (at least I don't think so). You might be able to do something with rss from wordpress pulled into the page, again not sure on that.
You could pull directly from the wordpress database at the top of each review page for whatever tag you want for that page.
Using my wife's wordpress blog (I am not sure what version) the sql would be something like:
select a.guid, a.post_title from wp_posts a
inner join wp_term_relationships b on a.id=b.object_id
inner join wp_term_taxonomy c on b.term_taxonomy_id=c.term_taxonomy_id
inner join wp_terms d on c.term_id=d.term_id
where c.taxonomy='post_tag' and d.name='tag to match to'
.
|
I don't think so either - i'll try doing that with sql, though it might take a while as i'm not an expert in this. Thanks
Quote:
Originally Posted by sarettah
I have an object put together that should be able to do this for you. Let me know if you want it.
.
|
Maybe

Please send me an email - thank you
