do_shortcode on closing isn't working
-
I am wondering what I’m doing wrong.
I’ve found a plugin that will apply accordion styles to content using shortcodes. Here is the link for that plugin:
https://patrick.forringer.com/2011/04/wordpress-content-accordion/For my custom theme project, there are several categories that my client wants to expand to display all the posts in those categories so I would like to use this plugin to accomplish that.
Since my client will be adding new content after my work is complete, I’ve been trying to work out how to use the do_shortcode function in a custom page template to expand the categories to clickable links.
Here is a link to the code that I’ve written as a test:
https://pastebin.com/BuWkrPusThe code is “almost working” except for the fact that the closing shortcode is displaying as content at the end of the list which is causing the accordion to fail.
Can anyone help me understand what I’m doing wrong?
- The topic ‘do_shortcode on closing isn't working’ is closed to new replies.