Navigation überspringen

[Gelöst] How to remove links between posts?

This support ticket is created vor 2 Jahren, 8 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Dieses Thema enthält 6 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von antonK-2 vor 2 Jahren, 8 Monaten.

Assistiert von: Shane.

Author
Artikel
#2447509

There are links previous and next posts In the bottom of each post. Please advise how to remove it?

Thank you in advance!
Anton

#2447575

Shane
Unterstützer

Sprachen: Englisch (English )

Zeitzone: America/Jamaica (GMT-05:00)

Hi Anton,

Thank you for getting in touch.

You will need to provide me with a link to the site so that I can craft the css that is required for this one.

Thanks,
Shane

#2447907

versteckter Link

#2448047

Shane
Unterstützer

Sprachen: Englisch (English )

Zeitzone: America/Jamaica (GMT-05:00)

Hi Anton,

You can use this css below.

.post-navigation{
display: none;
}

Thanks,
Shane

#2448511

thank you! where need to put it?

#2448705

Shane
Unterstützer

Sprachen: Englisch (English )

Zeitzone: America/Jamaica (GMT-05:00)

Hi Anton,

Given that its a custom css you can install the plugin below and then add the css to it.

https://wordpress.org/plugins/simple-custom-css/

Thanks,
Shane

#2449179

My issue is resolved now. Thank you!