Passer la navigation

[Résolu] previous next shortcode

Ce fil est résolu. Voici une description du problème et la solution proposée.

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 Il y a 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 -

Fuseau horaire du supporter : America/Jamaica (GMT-05:00)

Ce sujet contient 4 réponses, a 2 voix.

Dernière mise à jour par Ian Il y a 4 years, 10 months.

Assisté par: Shane.

Auteur
Publications
#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
Supporter

Les langues: Anglais (English )

Fuseau horaire: 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
Supporter

Les langues: Anglais (English )

Fuseau horaire: 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!