Show post date (not author) for a Dyad Post
-
I have found some help on this topic. i can eliminate the line, “Posted by XXX on XXX” in CSS. I can also eliminate the author, but it leaves the words “Posted” and “by” so the date has the words Posted, by, and on before it (not a solution”. Other than manually entering the post date in the blog, is there a way to eliminate the author and date line and simply replace it with a post date using CSS. I have been trying for hours and no success. Cheers
The blog I need help with is: (visible only to logged in users)
-
Hi there, can you please let me know which theme do you use? Unfortunately I can’t check it myself as your blog is private. Different themes may use slightly different HTML code for displaying post author and date, so knowing which one you use will be really helpful to figure out some solution.
-
-
Please try adding the code below to your custom CSS. When I added it on the template demo page, it displayed the post date only without the author or any other additional words:
.posted-info { position: relative; visibility: hidden; } .posted-on { position: absolute; top: 0; left: 0; visibility: visible; } -
- The topic ‘Show post date (not author) for a Dyad Post’ is closed to new replies.