Want to remove a menu item.

Hello, I have never really coded with PHP before, usually just mess around with it to make changes to my wordpress website. I am a bit stuck with this, hoping someone on the forums can help me.

Basically this is the code for loading a sidebar on a page.

[php]

<?php _e('Skills', 'framework'); ?>

[/php]

My question is how can I only show the portfolio “skill types” and not the “All” menu item. Right now the website shows an “All” which is highlighted because that’s the page I am on. But how can I remove it and only list the skill types?

Thanks,

You shouldn’t have to edit the physical code to remove a menu item. you should be able to do it through the word press admin area.

Sponsor our Newsletter | Privacy Policy | Terms of Service