Tagged Questions
0
votes
1answer
10 views
How do I add tags/taxonomy to images + a query field on page to query 'albums' (images with same tag/taxonomy)
I've got lots and lots of photos on my site and I want to seperate them into albums. Every album is a client album (photoshoot).
Though.. I want all my clients to query their album on my site. ...
0
votes
1answer
41 views
How to create an overview of posts with the same tag?
At the bottom of each post, I want to display posts that have the same tag. Based on numerous examples of function doing something similar, I created the function below. I call it from with in the ...
0
votes
2answers
188 views
List Wordpress Post and Related Attachments outside of a post page
I've been having difficulties with some new functionality I've been trying to create. Basically I have a custom page setup that displays a list of all posts with a specific tag. What it needs to do is ...
0
votes
1answer
324 views
How to include post count in this “get_tags” snippet
Can anyone tell me how I can show a post count in this code snippet?
<?php $tags = get_tags();
if ($tags) {
foreach ($tags as $tag) {
echo '<li><a href="' . get_tag_link( ...
1
vote
2answers
195 views
Query all posts which do not have tags assigned to them
Is there a way to query posts which do not have tags assigned to them?
query_posts('tag='tag_exmaple'&posts_per_page=-1');
Ty very much!
0
votes
1answer
145 views
making an index from custom taxonomies and tags of posts (not hierarchical taxonomy)
i have attached custom taxonomies to posts.
now i'm looking for the best way, architecturally speaking, for automatically creating list that would look like this:
energy (32):
how to build a solar ...