• Hello
    It’s possible add on menu the categorys + submenu the posts?

    Same like this:

    <ul>
    	<li>Category 1
            <ul>
                <li>Posts of Category 1</li>
            </ul>
    	</li>
    	<li>Category 2
    		<ul>
    			<li>Posts of Category 2</li>
    		</ul>
    	</li>
    </ul>

    Tks

The topic ‘Category Posts’ is closed to new replies.