Search for: Log In Free Support [Support request] Blog post tags-links in sidebar widgets Home › Forums › Support › Blog post tags-links in sidebar widgets This topic has 3 replies, 3 voices, and was last updated 12 hours, 17 minutes ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 8, 2021 at 6:13 am #1726130 Megan I am wanting to put the tags-links in the sidebar widget area instead of below the post on the single blog post page. How do I go about that? Any help would be much appreciated! April 8, 2021 at 7:30 am #1726467 DavidStaff Customer Support Hi there, it would require creating a shortcode. 1. Add this PHP Snippet to your site: function db_taglist(){ return get_the_tag_list('<span class="tags-links in-content">', ', ', '</span>'); } add_shortcode('tagsList', 'db_taglist'); This article explains adding PHP: https://docs.generatepress.com/article/adding-php/ 2. Then add the [tagsList] shortcode to a HTML Widget in your sidebar. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ April 12, 2021 at 11:09 am #1731595 Megan Perfect. Thank you! How do I go about stylizing the tags? April 12, 2021 at 11:32 am #1731635 LeoStaff Customer Support Try something like this: .sidebar .tag-links a { color: #000; font-size: 20px; } Adding CSS: https://docs.generatepress.com/article/adding-css/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In