To create a horizontal categories menu separated by ‘ | ‘ in WordPress, use this code. <?php echo str_replace('<br />',' | ', wp_list_categories('style=&echo=0&title_li=')); ?> If you want to exclude
To create a horizontal categories menu separated by ‘ | ‘ in WordPress, use this code. <?php echo str_replace('<br />',' | ', wp_list_categories('style=&echo=0&title_li=')); ?> If you want to exclude