Skip Navigation

[Résolu] pagination code with ">"

This support ticket is created Il y a 7 années et 2 mois. 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.

Aucun de nos assistants n'est disponible aujourd'hui sur le forum Jeu d'outils. Veuillez créer un ticket, et nous nous le traiterons dès notre prochaine connexion. Merci de votre compréhension.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Ce sujet contient 1 réponse, a 2 voix.

Dernière mise à jour par Christian Cox Il y a 7 années et 2 mois.

Assisté par: Christian Cox.

Auteur
Publications
#570686

Hi team. can you tell me whats wrong with this code pls.

[wpv-pager-archive-nav-links output="bootstrap" first_last_links="true" previous_next_links="true" force_previous_next="true" text_for_previous_link="<" text_for_next_link=">" text_for_first_link="<<" text_for_last_link=">>"]

the ">" is giving issue, its need to be escaped or something. this code generated from layout .

thanks.

#570748

Yes, angle brackets are special symbols that should be replaced with their HTML equivalents. Please try using for the "less than" symbol:

&lt;

And for the "greater than" symbol:

&gt;