• If you can get your head around the documentation (helps if you sleep on it and come back a few times) it opens a door to many possibilities.

    From customising a theme to conditional content to autoloading scripts/css.

    It can save you from loading multiple plugins.

    You can:

    1. load CSS and JS into HEAD/FOOT <– need to also install ACF plugin
    2. Show publish stats like Author, modify date, page ID
    3. build your own navigation (like latest 3 articles)
    4. hide content if not logged in
    5. show different content according to user type, time etc
    6. randomise content and images
    7. set, pass and show a custom variable (without custom fields)
    8. personalise messages (like Hello [user name] )
    9. loop through collections and show cool stuff

    I have only scratched the surface, and the more I think about the possibilities the more it gets overwhelming… where to start ??

    ON a serious note the docs are good, but don’t rush through them. Start small and work your way to more complex ideas/implementations. In this way you get more wins and less ‘What the’s.

  • The topic ‘Awesome, so many creative possibilities’ is closed to new replies.