-
Hi; How can I add swiper permanently to index.php file. |
Beta Was this translation helpful? Give feedback.
Answered by
crftwrk
Nov 11, 2023
Replies: 2 comments
-
Simply <?php echo do_shortcode('[bs-swiper-card type="post" category="cars, boats" order="ASC" orderby="date" posts="12"]'); ?> Change shortcode to your values. Please mark this answer as solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ersingo
-
👳♂️ How did I not think of that? I'm sorry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simply
echo
the shortcode inindex.php
:Change shortcode to your values. Please mark this answer as solved.