Home › Forums › Jevelin Theme › Edit/create the blog posts (content) slider
Home › Forums › Jevelin Theme › Edit/create the blog posts (content) slider
Hi i have a couple quick questions. I’m a total wordpress novice, so i hope they aren’t too obvious.
Hi @thomaslek,
I hope you are well today and thank you for your questions.
I want to recreate/edit the slider in the ‘must-have gear’ exaple post. Same as this one https://jevelin.shufflehound.com/new-office-setup/. But i can’t find where to edit this or insert it. Do i need a seperate plugin?
It’s a gallery slider that you can create by editing the post and setting its post format to Gallery as described in the attached screenshot.
I would also like to know how i can remove the Author name from the blogposts.
You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
article span.post-meta-author { display: none; }
Best regards,
Shufflehound team
The interfaces are different because of the updated WordPress version comes with the Gutenberg editor that is enabled by default.
You can install an older WordPress editor by using the classic editor as described in the below pages.