I have lots of links that I want to show up on a single page and, ideally, I would like each grouping to be in an accordian module (I am using Divi) so the user will see all of the category titles and they can expand the groupings based on their interest. I started simple and added the first group into a text module, but when I went to add the second group into another module, the puzzle icon did not show up. Is there a limitation on how many simple list shortcodes I can have on one page?
—Andrew
It turns out the problem only occurs in the Visual Builder. Sorry to bother you.
Hi Andrew,
There is no limit to how many short-codes may be displayed on a page. However, sometime plugins which load the WP editor inside their own modules will sometimes not include the necessary filters to load the short-code form. In those cases you are still able to enter the short-codes manually without using the form.
Have a great weekend!
Mat Lipe
Hi Mat, thanks for the quick response and again, my apologies for not checking everything before sending my request for help.
—Andrew
Hi Andrew,
Because simple links are custom post types you may retrieve the ids the same way as post ids. Here is a great article on how to do so.
To add a column to the links list which displays this id you may add the following code to your active theme’s functions.php file.
Have a great weekend!
Mat Lipe