Ok, that gives me a little better understanding (that’s no food ehhh). SO I guess you want link library to display some local content and some other links elsewhere on the lan.
You should understand that:
[ link-library-cats …. ] displays categories
[ link-library ….] displays links
So why not use the -cats in the boxheader and use the other shortcode for the main section of the box.
So for cat 48 you create:
[link-library-cats categorylistoverride=”48“]
and place it in the header div. To display links belonging to cat 48 I think you need to create:
[link-library categorylistoverride=”48“]
and place that in the main div.
Then repeat for the other categories.
I’m not sure about the second shortcode, but the first one should work fine. Visit the link I mention in my review of the plugin. The accordeon at the right side of that page is using something like [link-library-cats categorylistoverride=”a,b,c,d,e”] for each accordeon section, so you see you can create many custom shortcodes. It’s using a standard link-library shortcode to display rthe links.
Give it try and see if that works ok. I guess this setup would use library 1 and you may need to configure it.
edit: looks like our messages crossed… so try the above.. styling can be figured out later..