* @copyright Copyright (c) 2013-2014, Arthur Gareginyan * @link http://mycyberuniverse.tk/anarcho-notepad.html * @license http://www.gnu.org/licenses/gpl-3.0.html */ // Add some CSS so I can Style the Theme Options Page function anarcho_admin_enqueue_scripts( $hook_suffix ) { wp_enqueue_style('anarcho-theme-options', get_template_directory_uri() . '/theme_info.css', false, '1.0'); } add_action('admin_print_styles-appearance_page_theme_options', 'anarcho_admin_enqueue_scripts'); // Create the Theme Information page (Theme Options) function anarcho_theme_options_do_page() { ?>



http://wordpress.org/support/theme/anarcho-notepad


http://wordpress.org/support/view/theme-reviews/anarcho-notepad





 : https://twitter.com/AGareginyan

 : https://www.facebook.com/arthur.gareginyan

 : https://plus.google.com/+ArthurGareginyan


2.4 (2014.1.19)
* added : a lot more options for customization.
* added : ability to turn off unnecessary elements.
* added : template page without date.
* fixed : position of the title.
* fixed : the method of output of the title of the posts.
* fixed : stretch of the background images.
* fixed : many more minor fixes and changes.

2.3 (2014.1.9)
* added : support for php versions below 5.3
* fixed : many more minor fixes and changes.

2.2 (2014.1.5)
* added : more widget areas

2.1 (2013.10.22)
* added : russian translation.
* added : (css) rtl styles for hebrew or arabic.
* added : (css) comment navigation styling, similar to post navigation
* added : (php) (css) author box styling (if bio field not empty)
* added : (js) smooth transition for "back to top" link.
* added : (css) font-icons to title of archive, search, 404
* fixed : many more minor fixes and changes.