• Resolved AnyaD

    (@anyad)


    Hi Ben,
    First, what a beautiful theme.
    Is it possible to remove “Previous Post”. “This is is the newest.. “This is the oldest..”Next Post” plus text.?
    I’d like to change: “Return to blog” into “Home” or delete it.
    I already have installed the child-theme.
    Best regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Ben Sibley

    (@bensibley)

    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.

    Theme Author Ben Sibley

    (@bensibley)

    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

    Theme Author Ben Sibley

    (@bensibley)

    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="https://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!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove "Previous Post" etc.’ is closed to new replies.