Skip to content

Tactical, minimalist, WordPress theme for artists and photographers.

License

Notifications You must be signed in to change notification settings

ansonphong/ArtDroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArtDroid

WordPress for Artists (and Photographers)

  • 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:

Getting Started

Common gotchas

  • After cloning, make sure to also go into /artdroid and run this command to download all the required submodules git submodule update --init --recursive
  • Make sure permissions on /wp-content/uploads is 777
  • Make sure permissions on /wp-content/themes/artdroid/postworld/deploy are 777

CHMOD Commands

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;