Tagged: x
-
AuthorPosts
-
January 27, 2017 at 5:31 pm #1348307
xpert9001ParticipantHere is the site and the page with my posts: http://www.thebicyclecityfilm.com/screenings/
Is it possible to display a post date along with the post title that currently displays?
Also, I edited all my page/section titles using cornerstone (all except for on the linked page above because that generated on its own). Is it possible to change the css for the above page so that I can make the page/section titles the same? Where would I make the necessary adjustments?
Thanks!
January 28, 2017 at 3:21 am #1348695
Rue NelModeratorHello There,
Thanks for writing in! You can always display the post date or post meta as well call it in your blog. Simply go to the customizer, Appearance > Customize > Blog > Content and enable the “Post Meta” option.
Please let us know how it goes.
January 28, 2017 at 3:22 pm #1349041
xpert9001ParticipantThat worked. But now I have a new question. Can I get rid of the post author and categories?
January 29, 2017 at 12:02 am #1349319
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
p.p-meta span:first-child, p.p-meta span:last-child { display: none; }Hope that helps.
January 29, 2017 at 3:22 am #1349416
xpert9001ParticipantThank you very much for your help!
January 29, 2017 at 4:59 am #1349458
ChristopherModeratorYou’re welcome.
February 4, 2017 at 9:58 am #1357922
xpert9001ParticipantIs it possible to remove the author and the category everywhere it might appear? For example of the full post (single post) and any other pages where it could be… archives, etc?
February 4, 2017 at 11:53 am #1357966
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.p-meta span:first-child, .p-meta span:last-child, .p-meta>span:after { display: none !important; }Don’t forget to clear the cache.
Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1348307 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
