Thanks Anya 🙂
Do you want to delete the section with the links to the previous/next posts, or just the bold text that appears above the links?
Thread Starter
AnyaD
(@anyad)
Hi Ben, It’s Sutarday and you are still working for free! I use the “standard” theme – free – but I like to pay for it. How?
I try to explain my problem. The site is for a new small filmclub. I only use 4 or 5 posts – (every month a film). A blog is not ideal but I love the layout and I’ll give the blog titles like: October, Nov. etc. (I delete the blogs and start again when I have to add a new blog)
So I hope I can delete both the links and the bold text. And if possible on every blog: “return to blog” or even better: “home”. At this moment I work with a localhost so I cannot show you my work. But when it’s ready I send you the link.
Maybe my explanation is not so good – problem with English – I’m a 74 years old Dutch lady.
Best regards.
Anya,
Haha thanks, we have a few paid upgrades for Tracks here.
You can remove the links and the bold text with the following CSS:
.further-reading {
display: none;
}
You can copy that and then paste it in to the Custom CSS section in the Customizer. Once you add that, the links and bold text for prev/next posts will disappear.
Thread Starter
AnyaD
(@anyad)
Hi Ben,
I followed your advices and it works! Fantastic.
In the last message I did not explain properly what I also wanted:
Is it possible to add at the end of each post the word: home
best regards
P.s as I promised, I bought one of your premium layouts
Thanks Anya!
We could setup a child theme on your site, but I think there’s an easier solution. Since you’re only using a few posts how about adding the link at the end of each post through the post editor?
At the end of each post, you could paste a link like this into the bottom:
<a href="http://www.yoursite.com">Home</a>
And replace “yoursite” with your own domain.
Does that meet your needs, or do you want the link added to the original position?
Thread Starter
AnyaD
(@anyad)
Hi Ben,
I will follow your advice when the website is online.
Thanks a lot!