wp_list_categories() starts its output with a <li>, so you don’t have to write it yourself. What you get (check your source code) is:
<ul>
<li>
<li class="categories"><strong>Categories</strong>
<ul>
<li class="cat-item cat-item-6"><a href="http://shs.merms.info/category/article/" title="View all posts filed under Article">Article</a></li>
<li class="cat-item cat-item-3"><a href="http://shs.merms.info/category/awards/" title="View all posts filed under Awards">Awards</a></li>
<!-- More items -->
</ul>
</li>
</li>
</ul>
<li><li> is invalid and gets converted to <li></li><li>, giving you an extra bullet. You should remove the <li>...</li> around your call to wp_list_categories().
Related Posts:
- How to create an automatic MultiColoumn MegaMenu with Categories WordPress
- Create a full width responsive header image per page
- Remove “Category Archives: title” at the top of a category page [duplicate]
- Hide post meta data on a specific category
- Different excerpt styles per category, but chronological
- Highlight wp_nav_menu when category is selected
- Category location styling
- Hide woocommerce category name from specific pages
- Hide woocommerce category name from specific pages
- Style category link depending on category ID
- Inside a loop, how to change CSS class based on category name?
- How to add custom color fields to the category edit page?
- Different CSS class by category
- Simple way to style posts of a single category differently in the loop and in single
- Remove Archive | from Categories
- Custom css per category and per single post belong in each category
- Restrict CSS on one page
- Show Secondary Sidebar on Category pages (archive)
- How to get sub-categories to display same look as there parents
- category description not showing in my woocommerce
- Inline If statement to echo CSS [closed]
- How to “remove” WordPress categories UL and make the list loop in a horizontal line?
- Custom CSS to resize elements in multiple categories
- Custom Woocommerce Category view
- Broken category styling
- How can i hide the authors box from a specific set of categories and post types?
- How to prevent page re-sizing for mobile browsers [closed]
- How to hide my categories pages’ names, and how as well to reduce the space beween my sidebar’s widgets?
- How can I get the categories and subcategories separately?
- Elementor : display only one category in loop grid
- Display posts from the same category using next/previous post link
- Check if a post is in any child category of a parent category
- How to export and import taxonomies (category, tag and/or custom taxonomy) and their terms
- WordPress Multiple Category Search
- Delete a specific category when deleting a user
- 404 error on subcategory pages
- Add line breaks in Category description via enter
- View category in the preview of Theme Customizer
- Display only the latest post from multiple categories
- Mass/Bulk assign categories to posts
- how do I filter single_cat_title to remove all instances of a particlular word
- wp_nav_menu not highlighting the current category when viewing a single post
- WordPress order categories by ID
- ACF: Display category name using taxonomy field
- Shortcodes not working in category or tag description
- Post in multiple categories
- Mod_Rewrite to show only last subcategory in URL
- wp_dropdown_categories() scripts working erratically on sidebar
- Access current post parent and sub category
- How to exclude the last post from a category(featured for example) from the main loop?
- How to rewrite the post URL according to the category?
- WordPress Post # of # filtered by category slug
- wordpress multisite… collect all posts on main blog – exclude category?
- get parent category only
- How can I tell what category I’m in– in the header?
- new WP_Query all post in a category inside the loop
- How to add orderby parameter for sorting on category.php
- delete category name in the pages
- Category tags with comma’s
- How to display child categories of all parent category within a singe loop?
- How can I add a class to displays a category?
- How to show only the name of one category above each posts in frontpage?
- WP_Query – using category__and when one of the categories is 0
- Multiple categories for one menu item?
- Tags Instead of Category
- Remove category link
- javascripts files not linking to my category slugs?
- Related posts widget – category
- Editing Loop So It Targets Specific Tags?
- Pretty URLs with Categories and Tags
- Select posts that match multiple category names, must match all categories listed
- How can i display category title over thumbnail?
- Header Link function not working. Problem with bloginfo()
- WordPress category filters as subcategories
- Sort posts alphabetically by category/custom taxonomy, insert divider between different types
- Need help with major category and permalink re-organization
- Include home page template in specific category template
- How to use category slug with a regular page
- Modifying category order
- display current portfolio categories from a specific parent
- how to get only grandchild category from a child category
- How to hook into creating a category?
- show only terms from parent category
- show posts in archive page based on selected catagory
- How to display total views of all posts of one category?
- Get the categorie name of Event Organiser plugin [closed]
- get_categories returns top-level categories instead of child categories
- Show posts from all categories
- Display the category name of a post that is in two different categories
- htaccess redirect for all categories converted to tags now showing 404
- Category page with gallery for each post
- (WordPress) How to get custom taxonomy parent name?
- Show one same template for two category
- My Query is getting the wrong data
- Search functionality with multiple categories
- Make a menu visible for a single category and it’s content
- WordPress Loop Prob
- WooCommerce category display in custom page
- How to define category ID in an array?
- CPT Custom post type Tags & Categories not showing for ‘Editor’ user in editor