How to move the location of tags within a post?
-
Hi,
I am transitioning my blog to “The Big Brother Theme” and was wondering if there is a way to move the tags and categories to the bottom of the post rather than at the top under the title?
Thank you,
KaylaThe blog I need help with is: (visible only to logged in users)
-
Hi Kayla,
There isn’t a built in way to change the positioning of tags on a post. Instead, to make relatively big changes to the layout and positioning of elements on your site, you would need to make use of some custom CSS.
In case you’re not familiar with CSS: It’s a coding language that’s used across the web to change the appearance of websites. Here at WordPress.com, it’s possible to add custom CSS to change certain parts of a theme’s design.
The option of adding CSS is including in the Custom Design options that come with WordPress.com Premium or Business.
If you do decide to upgrade to a plan, then you could add the following snippet to the CSS panel of the WordPress.com Customizer in order to move the tags from the top to the bottom of your posts:
.entry-header .entry-meta { position: absolute; bottom: 0; } .post { position: relative; padding-bottom: 90px; }Hope that’s helpful! Please don’t hesitate to let me know if you have any extra questions, too.
- The topic ‘How to move the location of tags within a post?’ is closed to new replies.