View Single Post
Old 12-26-2013, 02:15 AM  
Angelo22
Writer
 
Angelo22's Avatar
 
Industry Role:
Join Date: Feb 2007
Posts: 3,123
Quote:
Originally Posted by L365 View Post
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 View Post
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 View Post
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
__________________
MAKE MORE MONEY FROM YOUR WEB TRAFFIC - 15% BONUS

And contact me if you need high quality translating and writing work done - angelo22 (AT) gmail (DOT) com
Angelo22 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook