Home › Forums › Support › Not showing post category and post tag in single blog post This topic has 5 replies, 2 voices, and was last updated 3 years, 5 months ago by Ying. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 15, 2022 at 1:39 pm #2417141 Chetan Why is it not showing categories and tags on single blog page even when I selected the option? https://prnt.sc/DT7c30D5Mscv November 15, 2022 at 1:50 pm #2417163 YingStaff Customer Support Hi Chetan, Can you link us to a single post? November 15, 2022 at 1:55 pm #2417166 Chetan It is not showing on any single post. https://www.turkishworld.org/will-suna-exit-from-yali-capkini-series-shocking-news/ November 15, 2022 at 1:59 pm #2417178 YingStaff Customer Support Both categories and tags are showing, it’s at the end of the post. https://www.screencast.com/t/iXkq5H83cb November 15, 2022 at 2:27 pm #2417204 Chetan I want it at the top. November 15, 2022 at 2:39 pm #2417218 YingStaff Customer Support You can try this PHP snippet, but it will still require custom CSS to style it: add_filter( 'generate_header_entry_meta_items', function() { if (is_single()) { return array( 'date', 'tags', 'categories', ); } } ); or you can try using a block element – post meta template, it can be built without using CSS, but you need to install Generateblocks plugin: https://wordpress.org/plugins/generateblocks/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In