Home › Forums › Jevelin Theme › How do I edit the blog page?
Home › Forums › Jevelin Theme › How do I edit the blog page?
I’m confused here. Why can’t I adjust the my blog page AT ALL?
The only thing I’m able to adjust is the way the blog posts are aligned under blog style. Why can’t I add any elements such as a search bar? I want to add a search bar to be able to search my blog posts but any edit I do to the page does not show up..
Also, when I click on a blog post and then I want to go home to the BLOG home, the home button takes me to my homepage instead…how do I change this? I’ve attached a picture to show you what I mean.
https://myladder.health/category/uncategorized/
One more question – I’ve set the side bar to appear on the left and posts to be small images. It does this properly here – https://myladder.health/blog
and in individual posts here – https://myladder.health/test-post/
but when I go to categories it’s all wrong. It’s not small images and the sidebar is on the right…https://myladder.health/category/all/
Hi @dl703,
I hope you are well today and thank you for your questions.
The only thing I’m able to adjust is the way the blog posts are aligned under blog style. Why can’t I add any elements such as a search bar? I want to add a search bar to be able to search my blog posts but any edit I do to the page does not show up..
Could you please share the page URL from your site where you want to display it so that I can help?
Also, when I click on a blog post and then I want to go home to the BLOG home, the home button takes me to my homepage instead…how do I change this? I’ve attached a picture to show you what I mean.
To change it, you have to develop custom code in the child theme of Jevelin theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
One more question – I’ve set the side bar to appear on the left and posts to be small images. It does this properly here
To help us keep support thread separates could you please create a new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you with your new thread.
Best regards,
Shufflehound team
The second question I added was for the same exact page since it is still related to the blog pages.
As I mentioned in my last comment, this is the current page – https://myladder.health/blog/
I was able to add a search bar because I pretty much created my own blog page and using it in lieu of the “blog template”. There was no way to add any functionality to the blog template and the only thing I wanted to add was a search bar which I though should already be there.
My problem with the blog functionality still remains. I’ve set my sidebar to be on the left. This right on the page above and on individual pages. Why is this not the case on certain pages?
On both these pages the sidebar is on the right…
Solution for this topic
Your shared blog page is an individual page so the sidebar layout applied on it does not get applied to any other pages.
You can set the sidebar to the left on the shared pages 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
.archive.category #page-container div#content, .search-results #page-container div#content { float: right; padding-right: 0; padding-left: 2%; } .archive.category div#sidebar, .search-results div#sidebar { float: left; }
I made the blog page an individual page BECAUSE the layout wasn’t applying properly. As you can see in the attached photos that I’ve set the side bar to appear left so it should have applied to the pages I shared. Regardless, your code worked. Thanks
You are most welcome here 🙂