Filtering menus in Port theme

  • Unknown's avatar

    Hello, I´m using Port theme. Is it possible to modify the order of the filtering menus?
    Is it also possible to delete the “ALL” menu button?
    I would like it to be at the end of the menu or deleted it. Instead I would like to have a Recent Project button inside this menu.
    Don´t want to have a recent Project page with a link or button to all my projects (as it appears in the demo) cause I don´t want the visitors to go through another step, I want the filtering menu to be visible at once.

    In case this is not possible, is there something you could recommend me?

    Thanks in advance

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello, I´m using Port theme. Is it possible to modify the order of the filtering menus?

    The portfolio menu is arranged in alphabetical order. That isn’t customizable.

    Is it also possible to delete the “ALL” menu button?

    You could use some custom CSS like the following to remove the button:

    .allBtn {
    display: none !important;
    }

    However, that would require the Custom Design upgrade shown here:

    http://en.support.wordpress.com/custom-design/

    The initial display of the portfolio would still display all of your projects, but the button would not be shown.

    I would like it to be at the end of the menu or deleted it. Instead I would like to have a Recent Project button inside this menu.

    The only way to add something to the menu would be to add a portfolio category of “Recent Projects.” Would that work?

  • The topic ‘Filtering menus in Port theme’ is closed to new replies.