joshM-4
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Date fields from Events Manager are not interpreted as dates.
Iniciado por: tammot
en: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 13 | hace 6 años, 3 meses | ||
how get the id of the previous post for ?
Iniciado por: Mario
en: Toolset Professional Support
Problem: function shortcode_next_post_id ($atts) { global $post; $next_post = get_next_post(); if (empty ($next_post)) return 0; return $next_post->ID; } add_shortcode('next-post-id', 'shortcode_next_post_id'); Solution: <a href="[wpv-post-url id=[next-post-id]]"> [types field='rs-brandname' id='[next-post-id]'][/types]</a> Please make sure you have already registered the custom shortcode name in the Toolset setting page: Relevant Documentation: |
2 | 4 | hace 7 años, 2 meses |