ok so im learning to design a word press them from scratch for the first time. i am coding the sidebar and categories. however everything works just fine until i add this code below:
<ul>
<?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0'); ?>
</ul>
i then get this error:
Parse error: syntax error, unexpected '=' in C:\xampp\htdocs\wordpress\wp-content\themes\tutorial\index.php on line 98
can someone please help me with this and explain. thanks!