Two novice questions

Forums Forums Menus Two novice questions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1361
    fum
    Member

    Hi, i have installed Pixopoint Menu today, so it is really new for me.  It works fine, its understandable for someone that have not knowledge like me…

    I am grateful if help me in two question:

    Is posible to create a menu that display all post without categories clasification? How to do this?
    Is there a guide to understand how to began to use the custom code items?

    Thanks for share this great plugin, and sorry for my terrible english, I hope you can understand me.  Greetings.

    #8315

    The custom code items are just raw HTML. The menu uses an unordered list with links. There are thousands of guides on HTML code available on the internet, so I didn’t see much point in writing another one just for that section of the plugin.

    Here’s an example of two menu items, both containing dropdowns:
    [code:2mtnqyde]
    <li><a href="#">Dropdown</a>
    <ul>
    <li><a href="#">Dropped 1</a></li>
    <li><a href="#">Dropped 1</a></li>
    <li><a href="#">Dropped 1</a></li>
    <li><a href="#">Dropped 1</a></li>
    </ul>
    </li>
    <li><a href="#">Dropdown</a>
    <ul>
    <li><a href="#">Dropped 1</a></li>
    <li><a href="#">Dropped 1</a></li>
    <li><a href="#">Dropped 1</a></li>
    <li><a href="#">Dropped 1</a></li>
    </ul>
    </li>
    [/code:2mtnqyde]

    #8316
    fum
    Member

    Thanks!

    I will try something with the custom field, I thought that custom field use php, then I search a guide for htm code.

    #8317

    No, PHP is not supported.

    If you want to add PHP, I suggest just coding it directly into your theme.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.