Tagged: x
-
AuthorPosts
-
July 6, 2016 at 9:20 pm #1075788
meschwaParticipanthttp://www.leadingedgeparenting.com/blog
I would like to remove the dates from the blog
Ideally, I would like to see “by: {author}” in it’s place
Can you help me do this? I have searched the forum and cannot get it to work. Thank you!!!
July 7, 2016 at 1:31 am #1076000
RadModeratorHi there,
Thanks for posting in.
Please add this code to your child theme’s functions.php
function x_icon_entry_meta() { $author = sprintf( '<span><i class="x-icon-pencil" data-x-icon=""></i> %s</span>', get_the_author() ); if ( x_does_not_need_entry_meta() ) { return; } else { printf( '<p class="p-meta">By : %s</p>', $author ); } }Hope this helps.
July 7, 2016 at 10:28 am #1076581
meschwaParticipantI’m not sure “where” the chid theme is… can you please tell me exactly how to get to the place to add this?
Is it not possible to add via the customizer instead? Thanks again
July 7, 2016 at 12:55 pm #1076730
Prasant RaiModeratorHello There,
Thanks for writing in!
A child theme is a theme that inherits the functionality of another theme, called the parent theme. Child themes allows you to modify, or add to the functionality of that parent theme instead of modifying the core theme files directly.
We recommend you to please walk-through our knowledgebase on how to set up and get started with child theme.
https://community.theme.co/kb/how-to-setup-child-themes/
Thanks.
July 7, 2016 at 3:06 pm #1076896
meschwaParticipantGot it, yes that is a lot of work for this not-very-tech-savvy person π
Is there no way to ‘mask’ the date on the blog via CSS customizer?
July 7, 2016 at 3:25 pm #1076911
RahulModeratorHey There,
Use this CSS :
.x-iso-container-posts.cols-3 .p-meta { display: none; }July 7, 2016 at 5:33 pm #1077053
meschwaParticipantUnfortunately that code doesn’t do it Rahul, it actually cuts off the top line of the blog post title (and the top line of the homepage.
July 7, 2016 at 5:36 pm #1077055
meschwaParticipantI would even be ok with changing the color of the date (to white) so it’s not visible… I just don’t want to take on the ‘learning curve’ of the child theme for such a small fix if possible. Thanks again!!!
July 8, 2016 at 12:48 am #1077541
Paul RModeratorHi,
You can try this code instead.
.blog .p-meta .entry-date { display:none; }Add this code in Appearance > Customize > Custom > Edit Global CSS
Hope that helps.
July 8, 2016 at 10:28 am #1078004
meschwaParticipantThanks Paul, unfortunately that didn’t do it.
July 8, 2016 at 11:40 am #1078112
RahulModeratorHi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
β Link to your site
β WordPress Admin username / passwordDonβt forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
July 8, 2016 at 12:55 pm #1078178
meschwaParticipantThis reply has been marked as private.July 8, 2016 at 2:41 pm #1078329
JoaoModeratorHi There,
I have inserted the CSS code above provided on your Appereance Customizer Custom CSS and it does work.
Hope it helps
Joao
July 8, 2016 at 3:01 pm #1078362
meschwaParticipantThank you Joao!!
I’m not sure what I did wrong…Is there a way to also disable the date showing on the individual posts? When I click through to a post entry I see the date. Thanks again
July 8, 2016 at 4:05 pm #1078460
RahulModeratorHey There,
Use this CSS :
h1, h2, h3, h4, h5, h6, .main-menu a, .secondary-menu a, .widget_pages, .widget_categories, .widget_nav_menu, .tagline, .sub-title, .entry-meta, .entry-note, .read-more, #submit, .ltr .single .entry-content > p:first-of-type:first-letter, input#s, .single-author-box .vcard, .comment-author, .comment-meta, .comment-reply-link, #respond label, .copyright, #wp-calendar tbody, .latest-reviews i, .score-box .total { display: none; }Thanks
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1075788 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
