106 reputation
7
bio website solaceten.info
location
age
visits member for 1 year, 4 months
seen 10 hours ago
stats profile views 9

Hi

I write plugins! Have a look at my site for more info. Also, if you need any specific help, feel free to ask!

Cheers Sol


22h
asked At what size does Wordpress become unproductive or unstable?
1d
revised Strip post_tags from list of returned taxonomy terms
added missing closing }
1d
suggested suggested edit on Strip post_tags from list of returned taxonomy terms
1d
comment Strip post_tags from list of returned taxonomy terms
Thanks for your answer. GhostToast's answer worked perfectly for me.
1d
comment Strip post_tags from list of returned taxonomy terms
Done. All good - cheers
1d
accepted Strip post_tags from list of returned taxonomy terms
1d
comment Strip post_tags from list of returned taxonomy terms
lol - I missed that too! Sending you a big high five along with a crate of your favourite wishes for the day (and a spell chekrr). Thanks HEAPS GhostToast!! :-) Would be happy to connect with you socially if you're on G+ or Twits?
1d
comment Strip post_tags from list of returned taxonomy terms
Thank you GT! Unfortunately that results in Fatal error: Call to undefined function is_taxonomy_hierarchial(). Googling it appears to show many sites with the same issue, but no actual answers. Presumably I need to add something to functions file?
1d
asked Strip post_tags from list of returned taxonomy terms
1d
comment get_post_terms not working as expected
Fair enough, thank you for all you help Much appreciated :-)
1d
comment get_post_terms not working as expected
OK - part of the way there - the only issue with this is that it seems to return all of the post_tags too!
1d
comment get_post_terms not working as expected
GhostToast - can you help a little more - I promise to get your name right this time (though my own folly did make me laugh) How would I modify $terms = get_terms('fruit_category'); to check dynamically for the CPT (according to the current page) - i.e. without having to specify "fruit_category" ?
1d
comment get_post_terms not working as expected
haha sorry - I was so excited I can't read ! LOL
1d
accepted get_post_terms not working as expected
1d
comment get_post_terms not working as expected
Ah - that's it ! Thank you GhostTrain - can't believe that is so simple and I missed it. It is now correctly outputting the 3 fruit categories correctly. Big ups to you!! :-)
1d
revised get_post_terms not working as expected
added pastebin code
1d
comment get_post_terms not working as expected
Hmmm well then there is something else amiss for me, as this definitely only pulls in the single term, even though each term is being used. Thanks anyway.
1d
answered Custom Field data only shows after manual post update
1d
revised get_post_terms not working as expected
added 14 characters in body
1d
comment get_post_terms not working as expected
Thanks - I got this from the codex. Are you saying this $count = count($terms); should be $count = $terms->count; instead?