Show Blog Posts by Tags
Hello!
I have a food blog and I want to design a single page where all my recipes are organized by tags. So I would tag my recipes with the tags chicken, broccoli, pumpkin and so on. On the single page I want to have kind of a accordion where it says "Chicken" and when you click on it you see all posts/recipes that are tagged with chicken. Same for broccoli, pumpkin,... Is this possible in Betheme? If yes how can I do it? If no can I make this with a custom code?
Thanks
I have a food blog and I want to design a single page where all my recipes are organized by tags. So I would tag my recipes with the tags chicken, broccoli, pumpkin and so on. On the single page I want to have kind of a accordion where it says "Chicken" and when you click on it you see all posts/recipes that are tagged with chicken. Same for broccoli, pumpkin,... Is this possible in Betheme? If yes how can I do it? If no can I make this with a custom code?
Thanks
Comments
we are sorry but we do not have an option to display posts by tags unfortunately.
Thanks!
Thanks!
I just saw that here: http://themes.muffingroup.com/betheme/tag/wordpress/ you have displayed only blog articles with the tag wordpress. This is exactly what I want to do with some food tags for my foodblog. For example I want to display all blog articles with the tag "chicken" on a page. You created the page with betheme, or? So it should also be possible for me if I am right?
Thanks
This would be the code:
<?php if (is_tag()) { ?><?php echo tag_description(); ?><?php } ?>
But I can't find the archive.php file?
If you ask yourself why I want to do this: I have seen that many people rank very good with those tag pages or category pages on Google. But in order to get it working properly, I need to add a custom description at the top of the /tag/ or /category/ pages.