This topic is empty.
-
AuthorPosts
-
-
Emrah GölbaşıGuestİn the front page, I want to remove some parts as below:
– “by:…” I only want to see the name of the author without “by” in the highlight area
– “posted on:…” and “posted by:…” in the posts in the main page
Thanks
-
Spiracle ThemesGuestHi Emrah,
the By in the highlight area can be removed easily by the CSS below
span.by {
display: none;
}Copy and paste it in Appearance -> Customize -> Additonal CSS
For removing the Posted by and Posted on text, you’ll have to edit the code file. If you’re comfortable to edit then we can proceed further
Let us know if you have any questions
Best Regards
-
Emrah GölbaşıGuestHello again,
Thanks for sharing the CSS. It worked.
For the second issue;
I would like to keep the date and author information but only remove the “posted on” and “posted by” expressions from there.
I appreciate if you can guide me through code modification. -
Spiracle ThemesGuestHi Emrah,
Please follow the steps below
1) Go to your theme root directory ie (wp-content/themes/purea-magazine)
2) Open folder template-parts/post/ and open file content-single.php with the text editor.
3) Find line number 31 and 32 and remove the text Posted on and Posted byLet us know if you have any questions
Best Regards
-
Emrah GölbaşıGuestThank you for the support. It worked👍
-
-
AuthorPosts