Jump to content

How to retrieve a category list and links


Recommended Posts

Hi, please help me with the following issue.

 

I need to retrieve a list of categories from db - only main, no subcategories. Also, if I had a link to a page that would be great.

 

Can sb guide me or show the way how to get it.

 

Moreeover need sth like:

<?php
// code for retrieving the category list
?>

<select>
<option> Category Name N </option>
<option> Category Name N+1 </option>
</select>

Thx in advance for help a lot.

 

Link to comment
Share on other sites

×
×
  • Create New...