• kyledoesit

    (@kyledoesit)


    This is perfect for my needs. I’m able to put some short code in to a page and set the layout however I want! The only thing that I could suggest to make this better is the permalinks.
    By this I mean that it creates a /menu/ page that is an archive so for my menu I made a page called /the-menu/ because I can’t find a way to either rename /menu/ or remove it. If this was a feature added I would be happy as a pig in s**t lol

Viewing 1 replies (of 1 total)
  • Plugin Author Denis V (Artprima)

    (@v-media)

    Thanks for your feedback. Actually there is a way to rename the menu slug:

    add_filter('fl_post_type_slug-fl-menu', function($name) {
        return 'your-slug';
    });
Viewing 1 replies (of 1 total)
  • The topic ‘Awesome!’ is closed to new replies.