Navigation überspringen

[Gelöst] previous next shortcode

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:

The issue here is that the user wanted to remove the direction chevrons from the pagination generated with the following shortcodes.
[wpv-post-previous-link format="« %%LINK%%" link="Previous"]
[wpv-post-next-link format="%%LINK%% »" link="Next"]

Solution:

Under the format attribute you can customize the text that is placed here. If you look you will notice that the next and previous chevrons are also written here. These can be removed and they won't appear on the frontend.

This support ticket is created vor 4 years, 10 months. 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 -

Zeitzone des Unterstützers: America/Jamaica (GMT-05:00)

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

Zuletzt aktualisiert von Ian vor 4 years, 10 months.

Assistiert von: Shane.

Author
Artikel
#2126941

Ian

I am trying to use the previous next shortcode but I do not want the directional chevron.

Is there a way to remove the chevron and just style the link?

#2127105

Shane
Unterstützer

Sprachen: Englisch (English )

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

Hi Ian,

There are two sets of shortcodes that are able to produce the paginations.

Let me know exactly which shortcode you are referring to.

Thanks,
Shane

#2127159

Ian

[wpv-post-previous-link format="« %%LINK%%" link="Previous"]
[wpv-post-next-link format="%%LINK%% »" link="Next"]

#2127253

Shane
Unterstützer

Sprachen: Englisch (English )

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

Hi Ian,

Thank you for the clarity.

If you look at the %%LINK%% >> text in the shortcode you will notice that there are chevrons before and after the link placeholders. You can simply just delete them.

Thanks,
Shane

#2127309

Ian

My issue is resolved now. Thank you!