Home Forums WC Vendors Pro Support rearange pro dashboard tab orders Reply To: rearange pro dashboard tab orders

#58768
patrick
Participant

After more research, and because I have custom links, I suspect, but of course could be wrong, that the best solution would be to hard code the links into the themes/nav

Here is the code on the nav:
`?>
<li id=”dashboard-menu-item-<?php echo $page[‘slug’]; ?>” class=”<?php echo $class; ?>”>“><?php echo $page_label; ?>

My only question is, what is the starting and end points, and would I just put normal html? I tried php but it didnt do anything. Of course im not really sure if the opening and closing tags. Do i leave the ?> there? Im thinking like this:
?>
<li “href=”/link”>link name<”