Tagged: Blog, enfold, right sidebar, url
Hi there,
When I create a new blog post it automatically inserts the date into the permalink (the part I can’t edit) – is there any way of changing this?
Also when I post a blog with or without a featured image it somehow creates a left-hand column that shows only that image (a double up), and the reply part at the bottom. So it divides the page up into 3 column instead of the 2 I have it set at and of course makes the main post narrow…any help or suggestions would be greatly appreciated thanks. If I can remove that left-hand column and just go back to two that would be great.
I don’t have any experience with code, but can try if that’s the only option.
Thanks
Hi Kali!
You can edit your permalink setting under Settings–>Permalinks, I think you want the Post name setting.
I’m unsure what you mean by your second question, could you try to explain a bit further or maybe provide us with a screenshot highlighting what you are trying to achieve?
Cheers!
Rikard
Hi Rikard,
Thank you for the permalinks tip!
I tried to do a screen shot but couldn’t paste it here or see where to attach a document. If you have a look at http://recoveringwholeness.com/change-in-perspective/ you will see that there is a little thumbnail picture (repetition of main one/feature image) off to the left, which means that the main post is shrunken in width and there are ‘3 columns’ instead of two.
I have another enfold site and my posts work in the way that I want them to, and as far as I’m aware they’re set up the same. http://beesensual.co.nz/diy-turmeric-face-mask/ for example is how I would like the above one to look without the double up image.
Thank you so much.
Hi!
Please try the following in Quick CSS under Enfold–>General Styling:
.single .blog-meta {
display: none !important;
}
Best regards,
Rikard
Yay it worked! Thanks so much!!!