Saltar navegación

[Resuelto] previous next shortcode

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

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 4 years, 10 months ago. 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 -

Zona horaria del colaborador: America/Jamaica (GMT-05:00)

Este tema contiene 4 respuestas, tiene 2 mensajes.

Última actualización por Ian 4 years, 10 months ago.

Asistido por: Shane.

Autor
Mensajes
#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
Colaborador

Idiomas: Inglés (English )

Zona horaria: 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
Colaborador

Idiomas: Inglés (English )

Zona horaria: 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!