• Resolved Mark Cleveland

    (@markmassengale)


    Hi, I cannot seem to get the shortcode to show the list of posts for any categories. I can get the title to appear however.

    There are two elements currently on this page I am using to try and do so: (1) using the plugin’s built-in widget for this purpose, and (2) using a shortcode specifying the exact id of the category I want. Neither is showing any posts; though as you can see, the title will successfully link to the category archive when using catlink in the title and checking the appropriate option for that (but I want the post links to show on the page I need help with as well).

    Here is the shortcode I am using:
    [catlist id=29]

    Other methods of shortcoding, including just plain ol [catlist] dont work either.

    Please advise

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor zymeth25

    (@zymeth25)

    This is because in your custom CSS you have this:

    
    .hide, /* hide anything with this class */ ul.lcp_catlist /* hide the category list from the single template so it just shows the current category title */ {
    	visibility:hidden;
    	display:none;
    }
    

    delete this style or edit it so that it does not apply to LCP output.

Viewing 1 replies (of 1 total)
  • The topic ‘catlist not working’ is closed to new replies.