Remove/change post footers
-
You will see that it shows “posted in ‘uncategorized'” and then the date it was posted on. I want to delete that information and just show the share options for social media. No idea how to code this…
The blog I need help with is: (visible only to logged in users)
-
This code will remove the post footer links on the single post view, go to Appearance > Cusomtize > CSS and add it to your existing style rules:
.single .entry-meta { display:none; } -
-
If you want it removed on all the pages (home and archive pages too) then try this instead:
.entry-meta { display:none; } -
That did it! Thanks. Now any idea how to replace with different information? I want to insert sharing options.
-
The sharing options support page will walk you through how to set those up – it’s not something you need CSS for.
- The topic ‘Remove/change post footers’ is closed to new replies.