toryc103
Forum Replies Created
-
Forum: Plugins
In reply to: Display Posts From Given Category, Or With Given Tags Chosen By UserThat is the exact thing I need as well.
It would be nice to find it in plugin form, but code would be just as excellent.
Anybody have any suggestions?
Forum: Hacks
In reply to: Related posts by tagsI appreciate the moderation. Perhaps someone would have a suggestion to this problem?
Forum: Fixing WordPress
In reply to: plugin not working on single.php but works everywhere elseIn single.php, there may perhaps be a call for the loop.
It will probably look like (‘loop’ , ‘single’)
In this case, you would want to copy loop.php, make your edits and save it as loop-something.php
Now, in single.php replace (‘loop’,’single’) with (‘loop-something’,’single’)
Clear as mud? I hope this helps you because I don’t know much more beyond what I suggested.
This topic is exactly what I’m looking for.
If the current post is tagged with “a101”, display all posts tagged “a101” excluding current post (no duplicate).
I’ve managed to get this to work if the posts are tagged only “a101”, but if they have more than one tag, the query returns no results.
Has anyone found a solution to this? It seems like there would probably be more than just 3 people who could use this.
Forum: Themes and Templates
In reply to: Custom QueryCan anyone figure this out? I certainly can’t, but I am still trying. thanks.