- This is a WordPress theme
- Brought to you by Phong & Android Jones
- Built with Postworld, WordPress theme dev tools
- Uses Angular.js V1 as a client side framework
- This is a loosely maintained project, still in steady use
- Example websites using ArtDroid:
- Just clone this into
/wp-content/themes/artdroid
and you're good to go. - Getting Started with Artdroid is the official guide, which gives a general overview of how to get booted up with the theme. artdroid.phong.com
- After cloning, make sure to also go into
/artdroid
and run this command to download all the required submodulesgit submodule update --init --recursive
- Make sure permissions on
/wp-content/uploads
is777
- Make sure permissions on
/wp-content/themes/artdroid/postworld/deploy
are777
Go into the root directory of your WordPress install and run this to set all the permissions.
chmod 777 -R wp-content/uploads; chmod 777 -R wp-content/themes/artdroid/postworld/deploy; chmod 777 -R wp-content/themes/artdroid/postworld/log;