Tagged: x
-
AuthorPosts
-
July 8, 2016 at 7:23 pm #1078598
Lynda RParticipantIs there a way to add custom code to modify the post metadata so that it does not show the author’s name? I don’t have a child theme set up.
July 8, 2016 at 11:41 pm #1078910
Prasant RaiModeratorHello Lynda,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
July 12, 2016 at 4:21 pm #1083802
Lynda RParticipantThe site I am inquiring about is http://www.maureenmurdock.com
LyndaJuly 13, 2016 at 1:09 am #1084325
DarshanaModeratorHi there,
Upon checking, it seems that you have already disabled post meta. Were you able to resolve this issue? If not please provide us with a screenshot and a link to a sample page, so that we can check.
Thanks!
July 13, 2016 at 3:01 pm #1085500
Lynda RParticipantHi,
I have disabled the post metadata, but I was asking if there is a way to enable certain fields in the metadata and not others. I would like all of the fields to show EXCEPT the author’s name.
LyndaJuly 13, 2016 at 11:26 pm #1086187
Rue NelModeratorHello Lynda,
Thank our for the clarifications! Regretfully there aren’t any setting that you can just turn on/off any of the post meta. There are two ways to remove the author’s name from the post meta. One requires a child theme and the other is by using custom css. And in your case, since you haven’t setup a child theme, we’ll just use the custom css. Please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.site .p-meta>span:first-child, .site .p-meta>span:nth-child(1){ display: none; }Please let us know if this works out for you.
July 14, 2016 at 4:34 pm #1087468
Lynda RParticipantThanks, that worked!
LyndaJuly 14, 2016 at 5:00 pm #1087500
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1078598 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
