Tagged: x
-
AuthorPosts
-
May 10, 2016 at 10:32 pm #985238
christiaanakkermansParticipantHi,
I’d like to remove the author and the date meta data at posts/pages from my entire website.
Reading on the forum, I tried to add the following code in my child theme’s functions.php file:// Entry Meta
// =============================================================================if ( ! function_exists( ‘x_integrity_entry_meta’ ) ) :
function x_integrity_entry_meta() {}
Unfortunately now I have a parse error.
Can you solve the parse error and remove the author and the date meta data at posts/pages from my entire website?
Hope you can help!
Christiaan
May 10, 2016 at 10:37 pm #985247
christiaanakkermansParticipantThis reply has been marked as private.May 11, 2016 at 2:40 am #985449
RupokMemberHi there,
You didn’t copy the code correctly from forum as it seems incomplete. It should be like this :
if ( ! function_exists( 'x_integrity_entry_meta' ) ) : function x_integrity_entry_meta() { //Nothing here } endif;You missed the endif;.
Now log in with FTP and edit the code to above code.
Cheers!
May 11, 2016 at 3:24 am #985507
christiaanakkermansParticipantUnfortunately it did not helped to remove the author and the date meta data at posts/pages from my entire website.
In the attachement you can see what it is I want to remove from the entire website.
What can I do?
Christiaan
May 11, 2016 at 6:37 am #985656
ChristopherModeratorHi there,
I just checked the page provided in screenshot and there was no meta date, please see the attachment. Did you manage to fix it?
You can disable ‘post meta’ under Customize -> Blog -> Content.
Hope it helps.
May 11, 2016 at 7:04 am #985695
christiaanakkermansParticipantI think there was a delay.. Thnx for helping!
May 11, 2016 at 8:53 am #985847
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-985238 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
