├── 404.php ├── DroidNaskh-Bold.ttf.gz ├── DroidNaskh-Regular.ttf.gz ├── README ├── archive.php ├── author.php ├── category.php ├── comments.php ├── content-aside.php ├── content-image.php ├── content-link.php ├── content-none.php ├── content-page.php ├── content-quote.php ├── content-status.php ├── content-status.php.orig ├── content.php ├── css └── ie.css ├── editor-style-rtl.css ├── editor-style.css ├── fontfaces.css ├── fonts ├── DroidNaskh-Bold.ttf └── DroidNaskh-Regular.ttf ├── footer.php ├── functions.php ├── header.php ├── image.php ├── inc └── custom-header.php ├── index.php ├── jquery-1.10.0.js ├── js ├── html5.js ├── navigation.js └── theme-customizer.js ├── languages ├── backup.tar ├── fa_IR.mo ├── fa_IR.po └── twentytwelve.pot ├── page-templates ├── front-page.php └── full-width.php ├── page.php ├── rtl.css ├── screenshot.png ├── search.php ├── sidebar-front.php ├── sidebar.php ├── single.php ├── style.css └── tag.php /404.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/404.php -------------------------------------------------------------------------------- /DroidNaskh-Bold.ttf.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/DroidNaskh-Bold.ttf.gz -------------------------------------------------------------------------------- /DroidNaskh-Regular.ttf.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/DroidNaskh-Regular.ttf.gz -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /archive.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/archive.php -------------------------------------------------------------------------------- /author.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/author.php -------------------------------------------------------------------------------- /category.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/category.php -------------------------------------------------------------------------------- /comments.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/comments.php -------------------------------------------------------------------------------- /content-aside.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/content-aside.php -------------------------------------------------------------------------------- /content-image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/content-image.php -------------------------------------------------------------------------------- /content-link.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/content-link.php -------------------------------------------------------------------------------- /content-none.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/content-none.php -------------------------------------------------------------------------------- /content-page.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/content-page.php -------------------------------------------------------------------------------- /content-quote.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/content-quote.php -------------------------------------------------------------------------------- /content-status.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/content-status.php -------------------------------------------------------------------------------- /content-status.php.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/content-status.php.orig -------------------------------------------------------------------------------- /content.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/content.php -------------------------------------------------------------------------------- /css/ie.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/css/ie.css -------------------------------------------------------------------------------- /editor-style-rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/editor-style-rtl.css -------------------------------------------------------------------------------- /editor-style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/editor-style.css -------------------------------------------------------------------------------- /fontfaces.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/fontfaces.css -------------------------------------------------------------------------------- /fonts/DroidNaskh-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/fonts/DroidNaskh-Bold.ttf -------------------------------------------------------------------------------- /fonts/DroidNaskh-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/fonts/DroidNaskh-Regular.ttf -------------------------------------------------------------------------------- /footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/footer.php -------------------------------------------------------------------------------- /functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/functions.php -------------------------------------------------------------------------------- /header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/header.php -------------------------------------------------------------------------------- /image.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/image.php -------------------------------------------------------------------------------- /inc/custom-header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/inc/custom-header.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/index.php -------------------------------------------------------------------------------- /jquery-1.10.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/jquery-1.10.0.js -------------------------------------------------------------------------------- /js/html5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/js/html5.js -------------------------------------------------------------------------------- /js/navigation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/js/navigation.js -------------------------------------------------------------------------------- /js/theme-customizer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/js/theme-customizer.js -------------------------------------------------------------------------------- /languages/backup.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/languages/backup.tar -------------------------------------------------------------------------------- /languages/fa_IR.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/languages/fa_IR.mo -------------------------------------------------------------------------------- /languages/fa_IR.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/languages/fa_IR.po -------------------------------------------------------------------------------- /languages/twentytwelve.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/languages/twentytwelve.pot -------------------------------------------------------------------------------- /page-templates/front-page.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/page-templates/front-page.php -------------------------------------------------------------------------------- /page-templates/full-width.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/page-templates/full-width.php -------------------------------------------------------------------------------- /page.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/page.php -------------------------------------------------------------------------------- /rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/rtl.css -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/screenshot.png -------------------------------------------------------------------------------- /search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/search.php -------------------------------------------------------------------------------- /sidebar-front.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/sidebar-front.php -------------------------------------------------------------------------------- /sidebar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/sidebar.php -------------------------------------------------------------------------------- /single.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/single.php -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/style.css -------------------------------------------------------------------------------- /tag.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jadijadi/wp2012/HEAD/tag.php --------------------------------------------------------------------------------