mdun234
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Display Only Checked CategoriesHi again –
Thanks for your previous pointing in the right direction. I hadn’t found the documentation on the git page but it does have the answers I needed.
However, I’m not sure what’s going on, because now when I run the shortcode
[catlist id=53 categorypage="yes"]instead of getting the output of the categories, it’s only displaying the name of all of the posts (including posts that don’t have that specific tag). It’s doing this regardless of which id i set it to, or if i try to use the category slug instead.I did try to uninstall and reinstall the plugin, as well as to delete the incorrect other plugin that I’d had installed.
Any recommendation?
Thanks
Forum: Plugins
In reply to: [List category posts] Display Only Checked Categoriesok clearly i’m a fucking idiot. I was apparently using your plugin “list categories” not “list category posts”. Let me see if I can get it working now.
Forum: Plugins
In reply to: [List category posts] Display Only Checked CategoriesSorry, let me try to do a better job of explaining. My apologies.
I’m building an index of coaches. There are multiple categories available, including years of experience, sports they coach, etc.
Lets pick one category to focus on, sports they coach. The available options are Basketball, Baseball, Tennis, Golf, Soccer, and Boxing. I’ve created the category “Sports” with the child categories “Basketball, Baseball, Tennis, Golf, Soccer, and Boxing”. I’ve also created parent/child categories for the others, but lets just focus on this one.
John is a coach, and Lisa is a coach. John coaches Basketball, Baseball, and Tennis. Lisa coaches Tennis Golf and Soccer.
On John’s profile page, i’ve put the shortcode
[catlist child_of="32" ]because the categoryID for “Sports” is 32, and I was expecting it to show Basketball Baseball and Tennis (which are the children of 32) but instead it’s showing not just Basketball Baseball and Tennis, but also Golf and Soccer, because Lisa is listed in those categories.Ideally, on John’s page it will show just his 3, and on Lisa’s page is will just show her 3. I have a large number of coaches and categories being indexed in this system, so i’m trying to make sure it’s as efficient as possible.
Hopefully this helps to get across what I’m trying to do. Thanks again for your help!