Tagged Questions
0
votes
1answer
73 views
Organize template parts and page templates in folders in regards of template hierarchy
Hello and happy new year
Suppose one has a large theme composed of several post types, page templates and a bunch of custom loops and template parts which is best keeping in separate php files. ...
0
votes
1answer
59 views
How can I include custom category and tag base in template files?
How can I include custom category and tag base names in the category and tag template files? Specifically, I'd like to include in the page title of category and tag pages the custom category and tag ...
1
vote
1answer
163 views
Check if password protected post is visible
Is there anyway of checking if a password protected post is visible / not visible? I want some thing that says this;
If the post is password protected (that parts fine) and the correct password ...
2
votes
1answer
67 views
Strange Behaviour with is_home()
I'm having an odd issue, although I can understand why it works like this I do need to find a way around it.
I have used the the request filter to modify the query for the home/index page to select ...
0
votes
2answers
265 views
Conditional template tag for buddypress pages
I'm trying to assign a special template only to buddypress pages (activity, members, profile...). All other posts / pages use a different template. Problem is: I just can't find a good way to tell if ...
0
votes
1answer
43 views
odd behaviours from template tags
Some of my template tags are playing up, and they have left me confused.
On one site, that has been live for over a year without any of these issues, on all the pages that have custom query loops, ...
0
votes
1answer
30 views
Is there a template tag I can use to link to the archive page corresponding to the month that a post was published on?
For example, if the post was published on may 5th 2011, then clicking on "May 5th, 2011" would show all posts published in May 2011. How can that be done?