Can you show me an example of what you provided as the categorylistoverride value?
Hello, here’s an example of what I’m using:
[link-library settings=”1″ categorylistoverride=”604″ descoverride=1]
I’ve tried removing settings=”1″ and descoverride=1 and also tried using excludecategoryoverride. The result is always the same, the entire link library is displayed.
I ran a few tests here and was able to use the categorylistoverride parameter without any problems. A few thoughts:
– Where did you get the category ID? Did you see it in the Category ID column when viewing the list of categories from the Categories sub-menu under the Link Library section? You cannot use category ID from posts or pages here. Only Link Library category IDs.
– Can you try using retyping the quotes around the category ID and making sure that they are straight single quotes instead of double quotes. From what I am seeing here in the forum, you seem to have two different types of double-quotes before and after the ID. That would probably cause WordPress to discard that parameter.
Let me know if any of these help.
I used this:
[link-library settings=”1″ categorylistoverride=”35″ descoverride=1]
and it solved the same problem I had, thanks for the help guys!