• Hi guys… after two months of work, I’m going to release a wordpress theme:
    https://www.nokao.com

    But I’m relatively new to wordpress theme developing, so I’d like that someone validates it before sharing it with the world.

    Also, I have some questions to do.

    For example… this theme requires two plugins to run, is there any way to set some “dependences” on a theme?

    Or I can, maybe (and if the plugin creators agreed), insert all I need into the functions.php file?

    I’m also going to make the theme style be compatible with sandbox, before releasing it.

    The primary feature of this theme is that category and pages are all toghether with a “hack” that I found some time ago in wordpress.
    For example in my website there is both:
    a photography mother category
    a photography mother page
    And in the menu I mixed up the links (order is customizable) of both the category and the pages.

    You can see it there:
    CATEGORY: https://www.nokao.com/photography/photo-trips/
    PAGE: https://www.nokao.com/photography/personal-galleries-2007/

    And they work perfectly ??

    My next step is to make that possible only editing a xml file or using a “theme customizer” into the presentation tab inside the administration panel.
    Actually… the “mixed menu” is hardcoded inside the functions.php and is a multi-array.

    In the meantime, I accept any suggestions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Adam Brown

    (@adamrbrown)

    You’ve got CSS errors.

    There’s not a theme validation service that I’m aware of. It’s a good idea to try it on the newest version of WP, as well as on a slightly older one, just to make sure it works on them all.

    Thread Starter ELAN42///

    (@nokao)

    The css have to be rebuild completely cause I want to be sandbox compatible.

    By now, I just added what I need and done some hacks.

    Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme validation request’ is closed to new replies.