When clicking on a category or a tag, the destination page is totally empty.
How to display proper information on those pages for category links and tag links?
Thanks
]]>Kind regards
]]> <h1>2014</h1>
post
<h1>2015</h1>
post
I created tag-2015.php and it works without a problem when I go to create tag.php it gives me page not found. My starting code
<?php
// Resetto la query se necessario
//wp_reset_postdata();
/**
* Preparo gli argomenti
*
* Possibili parametri:
* 'orderby' => 'title',
* 'order' => 'ASC',
* 'posts_per_page' => 3,
* 'category_name' => 'featured',
* 'cat' => -1 //esclude una categoria o pi? categorie dalla query
*/
$args = array(
'post_type' => 'portfolio',
'order' => 'DIS',
);
// Eseguo la query
$the_query = new WP_Query($args);
// Conto gli elementi
$count = $the_query->post_count;
?>
I also followed this guide but I don’t solve anything =(
Thanks for the help
Andrea
Does anyone know how to do this?
]]>is it possible to display
Group name and Tag name on top of tag page ?
]]>But I could not find a plugin option that can add such a rating for tag or archive pages.
How can such a ranking for tag pages be realized?
I need that rating only that it would give me rich google text result. (stars in google search).
]]>I find multi column tag map a very nice plugin.
Now, I would like to use it for having a glossary of terms (I tested many plugins but I’m not satisfied).
I believe multi column tag map would be very usefull to have also multi glossary, e.g.
– dictionary for jobs (in my page category “occupazioni”). the features of this plugin allows for easily handling of also synonyms!
– list of references, i.e. books, articles, links (in my page category “riferimenti”)
All work fine with this plugin but for just ONE thing that is disturbing me (and the users).
The main advantage: I can work as always, without having other kind of posts like “tooltip”, “glossary” etc. (ok, I don’t have the feature of diplaying the definition of the term when hovering on it, but I don’t care). It all works fine using category and tags, which is a native feature of WP!
Because for every tag there will be just one post, clicking on the term in the index page leads to the “tag” page showing… just one post, i.e. the user has to click again to reach the only page with the definition of the term (or, in case of a bibliografy, the referred book, etc.)
Is there a way to skip the “tag: xxx” page and go directly to the corrisponding page?
In general, it would be also more user friendly, if in case of only one post with that tag, the above mentioned “tag: xxx” page would be also skipped.
I hope it was clear what I meant… in my mind it is
Kind regards
I want to hide all tag page, like this page: https://cpt-medical.com/tag/trustilene/
How can I hide it? Every time I search it on Google it usually appear.
]]>