diff --git a/assets/css/custom-styles-editor.css b/assets/css/custom-styles-editor.css index acd8b91..2f3509b 100644 --- a/assets/css/custom-styles-editor.css +++ b/assets/css/custom-styles-editor.css @@ -33,12 +33,20 @@ button, input, select, textarea { background-color: transparent; } .color-error { background-color: rgba(238, 0, 0, 0.85); color: #fff; } +.color-error a:not(.button) { color: inherit; } + .color-info { background-color: rgba(0, 85, 238, 0.85); color: #fff; } +.color-info a:not(.button) { color: inherit; } + .color-success { background-color: rgba(0, 119, 34, 0.85); color: #fff; } +.color-success a:not(.button) { color: inherit; } + .color-warning { background-color: rgba(255, 221, 0, 0.85); color: #310; } +.color-warning a:not(.button) { color: inherit; } + /* FILE: main/custom-styles/__accent.scss */ mark, .highlight { /*[*/ -webkit-box-shadow: 0.38em 0 0 #00855b, -0.38em 0 0 #00855b; box-shadow: 0.38em 0 0 #00855b, -0.38em 0 0 #00855b; /*]*/ /*// box-shadow: .38em 0 0 [[color_accent]], -.38em 0 0 [[color_accent]]; //*/ } diff --git a/assets/css/custom-styles.css b/assets/css/custom-styles.css index 7ebae7f..949a81b 100644 --- a/assets/css/custom-styles.css +++ b/assets/css/custom-styles.css @@ -47,12 +47,20 @@ button, input, select, textarea { background-color: transparent; } .color-error { background-color: rgba(238, 0, 0, 0.85); color: #fff; } +.color-error a:not(.button) { color: inherit; } + .color-info { background-color: rgba(0, 85, 238, 0.85); color: #fff; } +.color-info a:not(.button) { color: inherit; } + .color-success { background-color: rgba(0, 119, 34, 0.85); color: #fff; } +.color-success a:not(.button) { color: inherit; } + .color-warning { background-color: rgba(255, 221, 0, 0.85); color: #310; } +.color-warning a:not(.button) { color: inherit; } + /* FILE: main/custom-styles/__typography.scss */ /**if(typography_custom_fonts) diff --git a/assets/scss/main/custom-styles/__base.scss b/assets/scss/main/custom-styles/__base.scss index c09cb0b..506e798 100644 --- a/assets/scss/main/custom-styles/__base.scss +++ b/assets/scss/main/custom-styles/__base.scss @@ -68,6 +68,11 @@ .color-#{$color} { background-color: map_get( $colors, '#{$color}_background' ); //* color: map_get( $colors, '#{$color}_text' ); //* + + a:not(.button) { + color: inherit; + } + } } diff --git a/includes/plugins/jetpack/class-jetpack-custom-post-types.php b/includes/plugins/jetpack/class-jetpack-custom-post-types.php index 3cd0592..3e6fd22 100644 --- a/includes/plugins/jetpack/class-jetpack-custom-post-types.php +++ b/includes/plugins/jetpack/class-jetpack-custom-post-types.php @@ -50,10 +50,14 @@ private function __construct() { // Setup - add_post_type_support( 'jetpack-portfolio', 'excerpt' ); + add_theme_support( 'jetpack-portfolio' ); - add_post_type_support( 'jetpack-portfolio', 'custom-fields' ); - add_post_type_support( 'jetpack-testimonial', 'custom-fields' ); + add_post_type_support( 'jetpack-portfolio', 'excerpt' ); + add_post_type_support( 'jetpack-portfolio', 'custom-fields' ); + + add_theme_support( 'jetpack-testimonial' ); + + add_post_type_support( 'jetpack-testimonial', 'custom-fields' ); // Hooks diff --git a/includes/plugins/ns-featured-posts/class-ns-featured-posts.php b/includes/plugins/ns-featured-posts/class-ns-featured-posts.php index 16b5b93..0813d27 100644 --- a/includes/plugins/ns-featured-posts/class-ns-featured-posts.php +++ b/includes/plugins/ns-featured-posts/class-ns-featured-posts.php @@ -43,7 +43,7 @@ private function __construct() { if ( isset( $plugin_options['nsfp_posttypes'] ) ) { foreach ( (array) $plugin_options['nsfp_posttypes'] as $post_type => $enabled ) { - if ( post_type_exists( $post_type ) ) { + if ( $enabled && post_type_exists( $post_type ) ) { self::$supported_post_types[] = $post_type; } } diff --git a/includes/plugins/one-click-demo-import/class-one-click-demo-import.php b/includes/plugins/one-click-demo-import/class-one-click-demo-import.php index cca526e..15dd15c 100644 --- a/includes/plugins/one-click-demo-import/class-one-click-demo-import.php +++ b/includes/plugins/one-click-demo-import/class-one-click-demo-import.php @@ -211,10 +211,38 @@ public static function before() { } } + // NS Featured Posts + + self::ns_featured_posts(); + } // /before + /** + * NS Featured Posts plugin options + * + * @since 2.0.0 + * @version 2.0.0 + */ + public static function ns_featured_posts() { + + // Helper variables + + $plugin_options = get_option( 'nsfp_plugin_options' ); + + + // Processing + + $plugin_options['nsfp_posttypes']['post'] = 1; + $plugin_options['nsfp_posttypes']['jetpack-portfolio'] = 1; + + update_option( 'nsfp_plugin_options', $plugin_options ); + + } // /ns_featured_posts + + + /** * After import actions * diff --git a/includes/plugins/one-click-demo-import/demo-content-modern.xml b/includes/plugins/one-click-demo-import/demo-content-modern.xml new file mode 100644 index 0000000..5135737 --- /dev/null +++ b/includes/plugins/one-click-demo-import/demo-content-modern.xml @@ -0,0 +1,5857 @@ + + + + + + + + + + + + + + + + + + + + + Modern + http://themedemos.webmandesign.eu/modern + Accessible blog & portfolio + Mon, 11 Dec 2017 13:59:30 +0000 + en-US + 1.2 + http://themedemos.webmandesign.eu/ + http://themedemos.webmandesign.eu/modern + + 1 + + + 2 + + + + + + + 13 + + + + + + 22 + + + + + + 14 + + + + + 16 + + + + + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 8nav_menu + + 10nav_menu + + 11nav_menu + + + https://wordpress.org/?v=4.9.1 + + + With sidebar + http://themedemos.webmandesign.eu/modern/portfolio/project-1/ + Fri, 01 Dec 2017 13:23:27 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-portfolio&p=136 + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eget libero sit amet eros sagittis iaculis sed in est. Nulla porttitor tortor quis sem iaculis, nec elementum ante fermentum.

+ +
+ +
    +
  • Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus.
  • +
  • Donec non scelerisque lectus. Suspendisse non consequat risus.
  • +
  • Pellentesque mollis nulla quam, at ornare augue volutpat eu.
  • +
+ +
+ +Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.]]>
+ + 136 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Galleries + http://themedemos.webmandesign.eu/modern/portfolio/project-2/ + Fri, 01 Dec 2017 13:23:46 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-portfolio&p=137 + + Lorem ipsum dolor sit amet consectetur adipiscing elit torquent per, litora risus semper leo integer primis urna nibh, facilisi facilisis suscipit nam hendrerit fames faucibus quisque.

+ + +
+ +[gallery link="file" columns="2" ids="436,435"] +
+

Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus. Donec non scelerisque lectus. Suspendisse non consequat risus.

+Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. + +
+[gallery link="file" columns="2" size="medium" ids="440,438"] + +
+ +Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna. +

+WebMan Design signature]]>
+ + 137 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Image + http://themedemos.webmandesign.eu/modern/portfolio/project-3/ + Sat, 02 Dec 2017 13:25:10 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-portfolio&p=138 + + Lorem ipsum dolor sit amet consectetur adipiscing elit tortor mi potenti, malesuada proin purus pulvinar rutrum aenean enim sociis iaculis etiam mauris, urna leo massa cras vel pharetra quam duis viverra.

+Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus. Donec non scelerisque lectus. Suspendisse non consequat risus. + +Levitating woman in woods + +Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.]]>
+ + 138 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + With custom excerpt + http://themedemos.webmandesign.eu/modern/portfolio/project-4/ + Fri, 01 Dec 2017 13:25:24 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-portfolio&p=139 + + Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. +Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.]]> + + 139 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Custom intro setup + http://themedemos.webmandesign.eu/modern/portfolio/project-7/ + Sun, 03 Dec 2017 19:48:57 +0000 + + http://themedemos.webmandesign.eu/modern/?post_type=jetpack-portfolio&p=347 + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eget libero sit amet eros sagittis iaculis sed in est. Nulla porttitor tortor quis sem iaculis, nec elementum ante fermentum.

+ + +
+ +
    +
  • Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus.
  • +
  • Donec non scelerisque lectus. Suspendisse non consequat risus.
  • +
  • Pellentesque mollis nulla quam, at ornare augue volutpat eu.
  • +
+ +
+ +Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.]]>
+ + 347 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Lorem ipsum dolor + http://themedemos.webmandesign.eu/modern/portfolio/project-5/ + Mon, 04 Dec 2017 13:25:38 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-portfolio&p=140 + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eget libero sit amet eros sagittis iaculis sed in est. Nulla porttitor tortor quis sem iaculis, nec elementum ante fermentum.

+Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus. Donec non scelerisque lectus. Suspendisse non consequat risus. + +Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.]]>
+ + 140 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + + + http://www.webmandesign.eu + + + + + + + 0 + 1 + + + 3 + + + + + + + + + + 0 + 0 + +
+ + With gallery + http://themedemos.webmandesign.eu/modern/portfolio/project-6/ + Wed, 06 Dec 2017 13:25:48 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-portfolio&p=141 + + Lorem ipsum dolor sit amet, consectetur elit. Fusce eget libero sit amet eros sagittis iaculis sed in est. Nulla porttitor tortor quis sem iaculis, nec elementum ante fermentum.

+ + +
+ +[gallery link="file" columns="2" size="medium" ids="436,435"] + +
+ +
+ +Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus. Donec non scelerisque lectus. Suspendisse non consequat risus. Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. + +
]]>
+ + 141 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Project example + http://themedemos.webmandesign.eu/modern/portfolio/project-8/ + Tue, 05 Dec 2017 19:49:56 +0000 + + http://themedemos.webmandesign.eu/modern/?post_type=jetpack-portfolio&p=348 + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eget libero sit amet eros sagittis iaculis sed in est. Nulla porttitor tortor quis sem iaculis, nec elementum ante fermentum.

+ + +
+ +
    +
  • Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus.
  • +
  • Donec non scelerisque lectus. Suspendisse non consequat risus.
  • +
  • Pellentesque mollis nulla quam, at ornare augue volutpat eu.
  • +
+ +
+ +Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.]]>
+ + 348 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + Eiríkur Leifsson + http://themedemos.webmandesign.eu/modern/testimonial/testimonial-1/ + Fri, 04 Aug 2017 12:09:50 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-testimonial&p=121 + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id vestibulum turpis, et varius nulla. Duis ante diam, pretium sollicitudin semper a, dignissim eu turpis.]]> + + 121 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dagmar Agnarsson + http://themedemos.webmandesign.eu/modern/testimonial/testimonial-2/ + Fri, 04 Aug 2017 12:10:56 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-testimonial&p=124 + + Pellentesque vel placerat tortor, a consequat nisi. Nullam sit amet convallis leo, fringilla sagittis mi. Mauris gravida augue eget urna tristique accumsan sit amet vestibulum sem. Nulla facilisi.]]> + + 124 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Árni Leifsson + http://themedemos.webmandesign.eu/modern/testimonial/testimonial-3/ + Fri, 04 Aug 2017 12:11:26 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-testimonial&p=126 + + Nullam finibus sit amet orci id sagittis. Ut neque nulla, eleifend et auctor vitae, sodales quis sapien. Etiam convallis sem orci, tempor porta eros tincidunt vel.]]> + + 126 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Benedikt Ingolfsson + http://themedemos.webmandesign.eu/modern/testimonial/testimonial-4/ + Fri, 04 Aug 2017 12:11:59 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-testimonial&p=128 + + Sed mollis, ligula id dignissim congue, odio dolor consequat eros, ut feugiat diam diam non tellus. Vestibulum in tristique eros, sed lacinia turpis. Donec sed lectus ac ligula scelerisque feugiat.]]> + + 128 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WebMan Design + http://themedemos.webmandesign.eu/modern/testimonial/testimonial-5/ + Wed, 06 Dec 2017 19:52:49 +0000 + + http://themedemos.webmandesign.eu/modern/?post_type=jetpack-testimonial&p=349 + + This is a demo of free accessibility ready WordPress theme by WebMan Design. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id vestibulum turpis, et varius nulla.]]> + + 349 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + WebMan Design on Facebook + http://themedemos.webmandesign.eu/modern/webman-design-on-facebook/ + Wed, 06 Dec 2017 20:14:49 +0000 + + http://themedemos.webmandesign.eu/modern/?p=359 + + + + 359 + + + + + + + 0 + 1 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WebMan Design on Twitter + http://themedemos.webmandesign.eu/modern/webman-design-on-twitter/ + Wed, 06 Dec 2017 20:14:49 +0000 + + http://themedemos.webmandesign.eu/modern/?p=360 + + + + 360 + + + + + + + 0 + 2 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Tutorial videos by WebMan Design + http://themedemos.webmandesign.eu/modern/tutorial-videos-by-webman-design/ + Wed, 06 Dec 2017 20:14:49 +0000 + + http://themedemos.webmandesign.eu/modern/?p=361 + + + + 361 + + + + + + + 0 + 3 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WebMan Design at WordPress.org + http://themedemos.webmandesign.eu/modern/webman-design-at-wordpress-org/ + Wed, 06 Dec 2017 20:14:49 +0000 + + http://themedemos.webmandesign.eu/modern/?p=362 + + + + 362 + + + + + + + 0 + 4 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Get more themes at WebMan Design + http://themedemos.webmandesign.eu/modern/get-more-themes-at-webman-design/ + Wed, 06 Dec 2017 20:14:49 +0000 + + http://themedemos.webmandesign.eu/modern/?p=363 + + + + 363 + + + + + + + 0 + 5 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   Get the Theme! + http://themedemos.webmandesign.eu/modern/get-the-theme/ + Wed, 06 Dec 2017 20:16:37 +0000 + + http://themedemos.webmandesign.eu/modern/?p=364 + + + + 364 + + + + + + + 0 + 1 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   Documentation + http://themedemos.webmandesign.eu/modern/documentation/ + Wed, 06 Dec 2017 20:16:37 +0000 + + http://themedemos.webmandesign.eu/modern/?p=365 + + + + 365 + + + + + + + 0 + 2 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   Get More Themes + http://themedemos.webmandesign.eu/modern/get-more-themes/ + Wed, 06 Dec 2017 20:16:37 +0000 + + http://themedemos.webmandesign.eu/modern/?p=366 + + + + 366 + + + + + + + 0 + 3 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   Support Center + http://themedemos.webmandesign.eu/modern/support-center/ + Wed, 06 Dec 2017 20:16:37 +0000 + + http://themedemos.webmandesign.eu/modern/?p=367 + + + + 367 + + + + + + + 0 + 4 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Home + http://themedemos.webmandesign.eu/modern/home/ + Wed, 06 Dec 2017 20:30:59 +0000 + + http://themedemos.webmandesign.eu/modern/?p=369 + + + + 369 + + + + + + + 0 + 1 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <link>http://themedemos.webmandesign.eu/modern/370/</link> + <pubDate>Wed, 06 Dec 2017 20:30:59 +0000</pubDate> + <dc:creator><![CDATA[demouser]]></dc:creator> + <guid isPermaLink="false">http://themedemos.webmandesign.eu/modern/?p=370</guid> + <description/> + <content:encoded><![CDATA[ ]]></content:encoded> + <excerpt:encoded><![CDATA[]]></excerpt:encoded> + <wp:post_id>370</wp:post_id> + <wp:post_date><![CDATA[2017-12-06 21:30:59]]></wp:post_date> + <wp:post_date_gmt><![CDATA[2017-12-06 20:30:59]]></wp:post_date_gmt> + <wp:comment_status><![CDATA[closed]]></wp:comment_status> + <wp:ping_status><![CDATA[closed]]></wp:ping_status> + <wp:post_name><![CDATA[370]]></wp:post_name> + <wp:status><![CDATA[publish]]></wp:status> + <wp:post_parent>0</wp:post_parent> + <wp:menu_order>2</wp:menu_order> + <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> + <wp:post_password><![CDATA[]]></wp:post_password> + <wp:is_sticky>0</wp:is_sticky> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[0]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[21]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:8:"megamenu";}]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + </item> + <item> + <title>Blog + http://themedemos.webmandesign.eu/modern/blog/ + Wed, 06 Dec 2017 20:30:59 +0000 + + http://themedemos.webmandesign.eu/modern/?p=372 + + + + 372 + + + + + + + 0 + 17 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <link>http://themedemos.webmandesign.eu/modern/371/</link> + <pubDate>Wed, 06 Dec 2017 20:31:00 +0000</pubDate> + <dc:creator><![CDATA[demouser]]></dc:creator> + <guid isPermaLink="false">http://themedemos.webmandesign.eu/modern/?p=371</guid> + <description/> + <content:encoded><![CDATA[ ]]></content:encoded> + <excerpt:encoded><![CDATA[]]></excerpt:encoded> + <wp:post_id>371</wp:post_id> + <wp:post_date><![CDATA[2017-12-06 21:31:00]]></wp:post_date> + <wp:post_date_gmt><![CDATA[2017-12-06 20:31:00]]></wp:post_date_gmt> + <wp:comment_status><![CDATA[closed]]></wp:comment_status> + <wp:ping_status><![CDATA[closed]]></wp:ping_status> + <wp:post_name><![CDATA[371]]></wp:post_name> + <wp:status><![CDATA[publish]]></wp:status> + <wp:post_parent>0</wp:post_parent> + <wp:menu_order>32</wp:menu_order> + <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> + <wp:post_password><![CDATA[]]></wp:post_password> + <wp:is_sticky>0</wp:is_sticky> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[0]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[25]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + </item> + <item> + <title/> + <link>http://themedemos.webmandesign.eu/modern/373/</link> + <pubDate>Wed, 06 Dec 2017 20:30:59 +0000</pubDate> + <dc:creator><![CDATA[demouser]]></dc:creator> + <guid isPermaLink="false">http://themedemos.webmandesign.eu/modern/?p=373</guid> + <description/> + <content:encoded><![CDATA[Page template example]]></content:encoded> + <excerpt:encoded><![CDATA[]]></excerpt:encoded> + <wp:post_id>373</wp:post_id> + <wp:post_date><![CDATA[2017-12-06 21:30:59]]></wp:post_date> + <wp:post_date_gmt><![CDATA[2017-12-06 20:30:59]]></wp:post_date_gmt> + <wp:comment_status><![CDATA[closed]]></wp:comment_status> + <wp:ping_status><![CDATA[closed]]></wp:ping_status> + <wp:post_name><![CDATA[373]]></wp:post_name> + <wp:status><![CDATA[publish]]></wp:status> + <wp:post_parent>0</wp:post_parent> + <wp:menu_order>5</wp:menu_order> + <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> + <wp:post_password><![CDATA[]]></wp:post_password> + <wp:is_sticky>0</wp:is_sticky> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[374]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[202]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + </item> + <item> + <title>Page examples + http://themedemos.webmandesign.eu/modern/page-examples/ + Wed, 06 Dec 2017 20:30:59 +0000 + + http://themedemos.webmandesign.eu/modern/?p=374 + + + + 374 + + + + + + + 0 + 3 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Theme links + http://themedemos.webmandesign.eu/modern/theme-links/ + Wed, 06 Dec 2017 20:30:59 +0000 + + http://themedemos.webmandesign.eu/modern/?p=375 + + + + 375 + + + + + + + 0 + 9 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Post examples + http://themedemos.webmandesign.eu/modern/post-examples/ + Wed, 06 Dec 2017 20:31:00 +0000 + + http://themedemos.webmandesign.eu/modern/?p=376 + + + + 376 + + + + + + + 0 + 18 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Post formats + http://themedemos.webmandesign.eu/modern/post-formats/ + Wed, 06 Dec 2017 20:31:00 +0000 + + http://themedemos.webmandesign.eu/modern/?p=377 + + + + 377 + + + + + + + 0 + 24 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   Get this theme + http://themedemos.webmandesign.eu/modern/get-this-theme/ + Wed, 06 Dec 2017 20:30:59 +0000 + + http://themedemos.webmandesign.eu/modern/?p=378 + + + + 378 + + + + + + + 0 + 10 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   Documentation + http://themedemos.webmandesign.eu/modern/theme-documentation/ + Wed, 06 Dec 2017 20:30:59 +0000 + + http://themedemos.webmandesign.eu/modern/?p=379 + + + + 379 + + + + + + + 0 + 13 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   Get more themes + http://themedemos.webmandesign.eu/modern/get-more-themes-2/ + Wed, 06 Dec 2017 20:30:59 +0000 + + http://themedemos.webmandesign.eu/modern/?p=380 + + + + 380 + + + + + + + 0 + 11 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   Get support + http://themedemos.webmandesign.eu/modern/get-support/ + Wed, 06 Dec 2017 20:30:59 +0000 + + http://themedemos.webmandesign.eu/modern/?p=381 + + + + 381 + + + + + + + 0 + 12 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Search results page + http://themedemos.webmandesign.eu/modern/search-results-page/ + Wed, 06 Dec 2017 20:30:59 +0000 + + http://themedemos.webmandesign.eu/modern/?p=383 + + + + 383 + + + + + + + 0 + 6 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Error 404 page + http://themedemos.webmandesign.eu/modern/error-404-page/ + Wed, 06 Dec 2017 20:30:59 +0000 + + http://themedemos.webmandesign.eu/modern/?p=384 + + + + 384 + + + + + + + 0 + 7 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Archive page + http://themedemos.webmandesign.eu/modern/archive-page/ + Wed, 06 Dec 2017 20:30:59 +0000 + + http://themedemos.webmandesign.eu/modern/?p=385 + + + + 385 + + + + + + + 0 + 8 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Testimonials + http://themedemos.webmandesign.eu/modern/testimonials/ + Wed, 06 Dec 2017 20:30:59 +0000 + + http://themedemos.webmandesign.eu/modern/?p=386 + + + + 386 + + + + + + + 0 + 16 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Portfolio + http://themedemos.webmandesign.eu/modern/portfolio/ + Wed, 06 Dec 2017 20:30:59 +0000 + + http://themedemos.webmandesign.eu/modern/?p=387 + + + + 387 + + + + + + + 0 + 15 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Comments disabled + http://themedemos.webmandesign.eu/modern/comments-disabled/ + Wed, 06 Dec 2017 20:31:00 +0000 + + http://themedemos.webmandesign.eu/modern/?p=388 + + + + 388 + + + + + + + 0 + 22 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <link>http://themedemos.webmandesign.eu/modern/comments-example/</link> + <pubDate>Wed, 06 Dec 2017 20:31:00 +0000</pubDate> + <dc:creator><![CDATA[demouser]]></dc:creator> + <guid isPermaLink="false">http://themedemos.webmandesign.eu/modern/?p=389</guid> + <description/> + <content:encoded><![CDATA[ ]]></content:encoded> + <excerpt:encoded><![CDATA[]]></excerpt:encoded> + <wp:post_id>389</wp:post_id> + <wp:post_date><![CDATA[2017-12-06 21:31:00]]></wp:post_date> + <wp:post_date_gmt><![CDATA[2017-12-06 20:31:00]]></wp:post_date_gmt> + <wp:comment_status><![CDATA[closed]]></wp:comment_status> + <wp:ping_status><![CDATA[closed]]></wp:ping_status> + <wp:post_name><![CDATA[comments-example]]></wp:post_name> + <wp:status><![CDATA[publish]]></wp:status> + <wp:post_parent>0</wp:post_parent> + <wp:menu_order>21</wp:menu_order> + <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> + <wp:post_password><![CDATA[]]></wp:post_password> + <wp:is_sticky>0</wp:is_sticky> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[376]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[160]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[post]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + </item> + <item> + <title>"Formats" button styles + http://themedemos.webmandesign.eu/modern/formats-button-styles/ + Wed, 06 Dec 2017 20:31:00 +0000 + + http://themedemos.webmandesign.eu/modern/?p=390 + + + + 390 + + + + + + + 0 + 20 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <link>http://themedemos.webmandesign.eu/modern/style-guide/</link> + <pubDate>Wed, 06 Dec 2017 20:31:00 +0000</pubDate> + <dc:creator><![CDATA[demouser]]></dc:creator> + <guid isPermaLink="false">http://themedemos.webmandesign.eu/modern/?p=391</guid> + <description/> + <content:encoded><![CDATA[ ]]></content:encoded> + <excerpt:encoded><![CDATA[]]></excerpt:encoded> + <wp:post_id>391</wp:post_id> + <wp:post_date><![CDATA[2017-12-06 21:31:00]]></wp:post_date> + <wp:post_date_gmt><![CDATA[2017-12-06 20:31:00]]></wp:post_date_gmt> + <wp:comment_status><![CDATA[closed]]></wp:comment_status> + <wp:ping_status><![CDATA[closed]]></wp:ping_status> + <wp:post_name><![CDATA[style-guide]]></wp:post_name> + <wp:status><![CDATA[publish]]></wp:status> + <wp:post_parent>0</wp:post_parent> + <wp:menu_order>19</wp:menu_order> + <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> + <wp:post_password><![CDATA[]]></wp:post_password> + <wp:is_sticky>0</wp:is_sticky> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[376]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[156]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[post]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + </item> + <item> + <title>How to use post formats? + http://themedemos.webmandesign.eu/modern/how-to-use-post-formats/ + Wed, 06 Dec 2017 20:31:00 +0000 + + http://themedemos.webmandesign.eu/modern/?p=392 + + + + 392 + + + + + + + 0 + 23 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   Donate + http://themedemos.webmandesign.eu/modern/donate/ + Thu, 07 Dec 2017 14:59:48 +0000 + + http://themedemos.webmandesign.eu/modern/?p=411 + + + + 411 + + + + + + + 0 + 14 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +   Donate + http://themedemos.webmandesign.eu/modern/donate-2/ + Thu, 07 Dec 2017 15:01:01 +0000 + + http://themedemos.webmandesign.eu/modern/?p=412 + + + + 412 + + + + + + + 0 + 33 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <link>http://themedemos.webmandesign.eu/modern/472/</link> + <pubDate>Thu, 07 Dec 2017 21:07:34 +0000</pubDate> + <dc:creator><![CDATA[demouser]]></dc:creator> + <guid isPermaLink="false">http://themedemos.webmandesign.eu/modern/?p=472</guid> + <description/> + <content:encoded><![CDATA[ ]]></content:encoded> + <excerpt:encoded><![CDATA[]]></excerpt:encoded> + <wp:post_id>472</wp:post_id> + <wp:post_date><![CDATA[2017-12-07 22:07:34]]></wp:post_date> + <wp:post_date_gmt><![CDATA[2017-12-07 21:07:34]]></wp:post_date_gmt> + <wp:comment_status><![CDATA[closed]]></wp:comment_status> + <wp:ping_status><![CDATA[closed]]></wp:ping_status> + <wp:post_name><![CDATA[472]]></wp:post_name> + <wp:status><![CDATA[publish]]></wp:status> + <wp:post_parent>0</wp:post_parent> + <wp:menu_order>31</wp:menu_order> + <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> + <wp:post_password><![CDATA[]]></wp:post_password> + <wp:is_sticky>0</wp:is_sticky> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[377]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[15]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[post_format]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + </item> + <item> + <title/> + <link>http://themedemos.webmandesign.eu/modern/473/</link> + <pubDate>Thu, 07 Dec 2017 21:07:34 +0000</pubDate> + <dc:creator><![CDATA[demouser]]></dc:creator> + <guid isPermaLink="false">http://themedemos.webmandesign.eu/modern/?p=473</guid> + <description/> + <content:encoded><![CDATA[ ]]></content:encoded> + <excerpt:encoded><![CDATA[]]></excerpt:encoded> + <wp:post_id>473</wp:post_id> + <wp:post_date><![CDATA[2017-12-07 22:07:34]]></wp:post_date> + <wp:post_date_gmt><![CDATA[2017-12-07 21:07:34]]></wp:post_date_gmt> + <wp:comment_status><![CDATA[closed]]></wp:comment_status> + <wp:ping_status><![CDATA[closed]]></wp:ping_status> + <wp:post_name><![CDATA[473]]></wp:post_name> + <wp:status><![CDATA[publish]]></wp:status> + <wp:post_parent>0</wp:post_parent> + <wp:menu_order>26</wp:menu_order> + <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> + <wp:post_password><![CDATA[]]></wp:post_password> + <wp:is_sticky>0</wp:is_sticky> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[377]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[17]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[post_format]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + </item> + <item> + <title/> + <link>http://themedemos.webmandesign.eu/modern/474/</link> + <pubDate>Thu, 07 Dec 2017 21:07:34 +0000</pubDate> + <dc:creator><![CDATA[demouser]]></dc:creator> + <guid isPermaLink="false">http://themedemos.webmandesign.eu/modern/?p=474</guid> + <description/> + <content:encoded><![CDATA[ ]]></content:encoded> + <excerpt:encoded><![CDATA[]]></excerpt:encoded> + <wp:post_id>474</wp:post_id> + <wp:post_date><![CDATA[2017-12-07 22:07:34]]></wp:post_date> + <wp:post_date_gmt><![CDATA[2017-12-07 21:07:34]]></wp:post_date_gmt> + <wp:comment_status><![CDATA[closed]]></wp:comment_status> + <wp:ping_status><![CDATA[closed]]></wp:ping_status> + <wp:post_name><![CDATA[474]]></wp:post_name> + <wp:status><![CDATA[publish]]></wp:status> + <wp:post_parent>0</wp:post_parent> + <wp:menu_order>27</wp:menu_order> + <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> + <wp:post_password><![CDATA[]]></wp:post_password> + <wp:is_sticky>0</wp:is_sticky> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[377]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[18]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[post_format]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + </item> + <item> + <title/> + <link>http://themedemos.webmandesign.eu/modern/475/</link> + <pubDate>Thu, 07 Dec 2017 21:07:34 +0000</pubDate> + <dc:creator><![CDATA[demouser]]></dc:creator> + <guid isPermaLink="false">http://themedemos.webmandesign.eu/modern/?p=475</guid> + <description/> + <content:encoded><![CDATA[ ]]></content:encoded> + <excerpt:encoded><![CDATA[]]></excerpt:encoded> + <wp:post_id>475</wp:post_id> + <wp:post_date><![CDATA[2017-12-07 22:07:34]]></wp:post_date> + <wp:post_date_gmt><![CDATA[2017-12-07 21:07:34]]></wp:post_date_gmt> + <wp:comment_status><![CDATA[closed]]></wp:comment_status> + <wp:ping_status><![CDATA[closed]]></wp:ping_status> + <wp:post_name><![CDATA[475]]></wp:post_name> + <wp:status><![CDATA[publish]]></wp:status> + <wp:post_parent>0</wp:post_parent> + <wp:menu_order>25</wp:menu_order> + <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> + <wp:post_password><![CDATA[]]></wp:post_password> + <wp:is_sticky>0</wp:is_sticky> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[377]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[19]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[post_format]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + </item> + <item> + <title/> + <link>http://themedemos.webmandesign.eu/modern/476/</link> + <pubDate>Thu, 07 Dec 2017 21:07:34 +0000</pubDate> + <dc:creator><![CDATA[demouser]]></dc:creator> + <guid isPermaLink="false">http://themedemos.webmandesign.eu/modern/?p=476</guid> + <description/> + <content:encoded><![CDATA[ ]]></content:encoded> + <excerpt:encoded><![CDATA[]]></excerpt:encoded> + <wp:post_id>476</wp:post_id> + <wp:post_date><![CDATA[2017-12-07 22:07:34]]></wp:post_date> + <wp:post_date_gmt><![CDATA[2017-12-07 21:07:34]]></wp:post_date_gmt> + <wp:comment_status><![CDATA[closed]]></wp:comment_status> + <wp:ping_status><![CDATA[closed]]></wp:ping_status> + <wp:post_name><![CDATA[476]]></wp:post_name> + <wp:status><![CDATA[publish]]></wp:status> + <wp:post_parent>0</wp:post_parent> + <wp:menu_order>30</wp:menu_order> + <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> + <wp:post_password><![CDATA[]]></wp:post_password> + <wp:is_sticky>0</wp:is_sticky> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[377]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[20]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[post_format]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + </item> + <item> + <title/> + <link>http://themedemos.webmandesign.eu/modern/477/</link> + <pubDate>Thu, 07 Dec 2017 21:07:34 +0000</pubDate> + <dc:creator><![CDATA[demouser]]></dc:creator> + <guid isPermaLink="false">http://themedemos.webmandesign.eu/modern/?p=477</guid> + <description/> + <content:encoded><![CDATA[ ]]></content:encoded> + <excerpt:encoded><![CDATA[]]></excerpt:encoded> + <wp:post_id>477</wp:post_id> + <wp:post_date><![CDATA[2017-12-07 22:07:34]]></wp:post_date> + <wp:post_date_gmt><![CDATA[2017-12-07 21:07:34]]></wp:post_date_gmt> + <wp:comment_status><![CDATA[closed]]></wp:comment_status> + <wp:ping_status><![CDATA[closed]]></wp:ping_status> + <wp:post_name><![CDATA[477]]></wp:post_name> + <wp:status><![CDATA[publish]]></wp:status> + <wp:post_parent>0</wp:post_parent> + <wp:menu_order>29</wp:menu_order> + <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> + <wp:post_password><![CDATA[]]></wp:post_password> + <wp:is_sticky>0</wp:is_sticky> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[377]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[21]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[post_format]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + </item> + <item> + <title/> + <link>http://themedemos.webmandesign.eu/modern/478/</link> + <pubDate>Thu, 07 Dec 2017 21:07:34 +0000</pubDate> + <dc:creator><![CDATA[demouser]]></dc:creator> + <guid isPermaLink="false">http://themedemos.webmandesign.eu/modern/?p=478</guid> + <description/> + <content:encoded><![CDATA[ ]]></content:encoded> + <excerpt:encoded><![CDATA[]]></excerpt:encoded> + <wp:post_id>478</wp:post_id> + <wp:post_date><![CDATA[2017-12-07 22:07:34]]></wp:post_date> + <wp:post_date_gmt><![CDATA[2017-12-07 21:07:34]]></wp:post_date_gmt> + <wp:comment_status><![CDATA[closed]]></wp:comment_status> + <wp:ping_status><![CDATA[closed]]></wp:ping_status> + <wp:post_name><![CDATA[478]]></wp:post_name> + <wp:status><![CDATA[publish]]></wp:status> + <wp:post_parent>0</wp:post_parent> + <wp:menu_order>28</wp:menu_order> + <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> + <wp:post_password><![CDATA[]]></wp:post_password> + <wp:is_sticky>0</wp:is_sticky> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[377]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[23]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[post_format]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + </item> + <item> + <title>Front page template + http://themedemos.webmandesign.eu/modern/front-page-template/ + Sun, 10 Dec 2017 14:13:18 +0000 + + http://themedemos.webmandesign.eu/modern/?p=483 + + + + 483 + + + + + + + 0 + 4 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hello from Modern accessible WordPress theme! + http://themedemos.webmandesign.eu/modern/ + Wed, 12 Jul 2017 14:43:23 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?page_id=15 + + This is your homepage, which is what most visitors will see when they come to your site for the first time. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.

+ +
+ +

Let's meet in person!

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. +Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.

+

Come see me →

]]>
+ + 15 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + My journal + http://themedemos.webmandesign.eu/modern/blog/ + Wed, 12 Jul 2017 14:47:37 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?page_id=19 + + + + 19 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + About me + http://themedemos.webmandesign.eu/modern/about-me/ + Wed, 12 Jul 2017 14:47:48 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?page_id=21 + + Introduce yourself. You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+ + +
+ +

1982

+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur. +

2017

+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur. + +
+ +

And here I am now

+
+ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur. + +
+WebManDesign.eu signature]]>
+ + 21 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Contact me + http://themedemos.webmandesign.eu/modern/contact-me/ + Wed, 12 Jul 2017 14:48:00 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?page_id=25 + + Get in touch +This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form. + +
+

+

+

+This is only a dummy form placeholder. It does not work. Use a plugin to create forms for your website, such as Caldera Forms plugin or Contact Form 7 plugin. + + + +
]]>
+ + 25 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Page with sidebar + http://themedemos.webmandesign.eu/modern/page-with-sidebar/ + Fri, 04 Aug 2017 18:19:49 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?page_id=202 + + How to further control sidebar display? +Sidebars and other widgetized areas display can be further controlled with WooSidebars plugin. If you only want to control display of specific widgets, you can use Jetpack plugin’s Visibility module for that. Both of these will give you a great control over you website sidebars. +
+ +Morbi lectus augue, scelerisque sed consectetur nec, luctus non ligula. Curabitur mi justo, rhoncus eu ante vitae, facilisis tempus nisi. Cras iaculis arcu tempus consequat aliquet. + +Nunc vehicula, arcu nec euismod dignissim, sapien nulla pulvinar nisl, ut fermentum tellus mauris at sem. Nam non neque rhoncus, sagittis augue non, malesuada nibh. + +
]]>
+ + 202 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Do you like this theme? + http://themedemos.webmandesign.eu/modern/donate/ + Thu, 07 Dec 2017 14:12:37 +0000 + + http://themedemos.webmandesign.eu/modern/?page_id=393 + + WebMan Design premium products. Or perhaps you are considering a small donation? + +Donate now »   |   Get a premium theme » + +You can also support this theme by rating it at WordPress repository page. +Let's go and rate the theme ★★★★★ :) +

Thank you!

]]>
+ + 393 + + + + + + + 0 + 0 + + + 0 + + + + + + + + +
+ + + + + + There's video in this post + http://themedemos.webmandesign.eu/modern/post-6/ + Sat, 02 Dec 2017 15:48:47 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?p=165 + + Their new technique, described in a study published on Thursday in the journal Science, promises to open new avenues of research into human prehistory and was met with excitement by geneticists and archaeologists.

+ +
"It’s a bit like discovering that you can extract gold dust from the air,”
+said Adam Siepel, a population geneticist at Cold Spring Harbor Laboratory. +"An absolutely amazing and exciting paper,” added David Reich, a genetics professor at Harvard who focuses on ancient DNA. + +https://vimeo.com/222517403 +

DNA from fossil bones

+Until recently, the only way to study the genes of ancient humans like the Neanderthals and their cousins, the Denisovans, was to recover DNA from fossil bones. But they are scarce and hard to find, which has greatly limited research into where early humans lived and how widely they ranged. +
The only Denisovan bones and teeth that scientists have, for example, come from a single cave in Siberia.
+Looking for these genetic signposts in sediment has become possible only in the last few years, with recent developments in technology, including rapid sequencing of DNA. Although DNA sticks to minerals and decayed plants in soil, scientists did not know whether it would ever be possible to fish out gene fragments that were tens of thousands of years old and buried deep among other genetic debris. +

Long way

+Bits of genes from ancient humans make up just a minute fraction of the DNA floating around in the natural world. But the German scientists, led by Matthias Meyer at the Max Planck Institute for Developmental Biology in Tübingen, have spent years developing methods to find DNA even where it seemed impossibly scarce and degraded. + +"There’s been a real revolution in technology invented by this lab,” Dr. Reich said. "Matthias is kind of a wizard in pushing the envelope.” +Scientists began by retrieving DNA from ancient bones: +
    +
  1. first Neanderthals,
  2. +
  3. then Denisovans.
  4. +
+

Suprising findings

+To identify the Denisovans, Svante Paabo, a geneticist at the Planck Institute and a co-author of the new paper, had only a child’s pinkie bone to work with. His group surprised the world in 2010 by reporting that it had extracted DNA from the bone, finding that it belonged to a group of humans distinct from both Neanderthals and modern humans. But that sort of analysis is limited by the availability of fossil bones. + +"In a lot of cases, you can get bones, but not enough,” said Hendrik Poinar, an evolutionary geneticist at McMaster University. "If you just have one small piece of bone from one site, curators do not want you to grind it up.”]]>
+ video post format. You don't really need to set post featured image for video post formats, it's up to you.]]> + 165 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Sounds from Earth + http://themedemos.webmandesign.eu/modern/post-8/ + Fri, 01 Dec 2017 15:55:38 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?p=167 + + Space is full of radio waves, and those waves, just like the ones bouncing through the Earth's atmosphere, can be converted into audible sounds. The recording starts with the patter of a summer squall. Later, a drifting tone like that of a not-quite-tuned-in radio station rises and for a while drowns out the patter. +https://open.spotify.com/track/2rgraXNrUO66qHvaxft3C3 + +These are the sounds encountered by NASA’s Cassini spacecraft as it dove through the gap between Saturn and its innermost ring on April 26, the first of 22 such encounters before it will plunge into Saturn’s atmosphere in September. What Cassini did not detect were many of the collisions of dust particles hitting the spacecraft as it passed through the plane of the rings. "You can hear a couple of clicks,” said William S. Kurth, a research scientist at the University of Iowa who is the principal investigator for Cassini’s radio and plasma science instrument. +

Recording dust hits

+Legs from the grass, upside downThe few dust hits that were recorded sounded like the small pops caused by dust on a LP record, he said. What he had expected was something more like the din of "driving through Iowa in a hailstorm,” Dr. Kurth said. + +Since Cassini had not passed through this region before, scientists and engineers did not know for certain what it would encounter. Cassini would be traveling at more than 70,000 miles per hour as it passed within 2,000 miles of the cloud tops, and a chance hit with a sand grain could be trouble. + +The analysis indicated that the chances of such a collision were slim, but still risky enough that mission managers did not send Cassini here until the mission’s final months. As a better-safe-than-sorry precaution, the spacecraft was pointed with its big radio dish facing forward, like a shield. +

Not only was there nothing catastrophic, there was hardly anything at all.

+The few clicking sounds were generated by dust the size of cigarette smoke particles about a micron, or one-25,000th of an inch, in diameter. To be clear: Cassini did not actually hear any sounds. It is, after all, flying through space where there is no air and thus no vibrating air molecules to convey sound waves. But space is full of radio waves, recorded by Dr. Kurth’s instrument, and those waves, just like the ones bouncing through the Earth’s atmosphere to broadcast the songs of Bruno Mars, Beyoncé and Taylor Swift, can be converted into audible sounds. +

Bottom line

+Dr. Kurth said the background patter was likely oscillations of charged particles in the upper part of Saturn’s ionosphere where atoms are broken apart by solar and cosmic radiation. The louder tones were almost certainly "whistler mode emissions” when the charged particles oscillate in unison.]]>
+ + 167 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Status post example + http://themedemos.webmandesign.eu/modern/post-7/ + Fri, 01 Dec 2017 15:53:32 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?p=170 + + + + 170 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Link post format example + http://themedemos.webmandesign.eu/modern/link-post-format-example/ + Fri, 01 Dec 2017 04:58:55 +0000 + + http://themedemos.webmandesign.eu/modern/?p=459 + + link post format, which display a whole post content and emphasize the link within. This is an example of link in post content.]]> + + 459 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + How to use post formats with Modern theme? + http://themedemos.webmandesign.eu/modern/post-1/ + Wed, 06 Dec 2017 15:32:08 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?p=154 + + What is a post format? +A post format is used by a theme for presenting posts in a certain format and style, such as "standard", "image", "gallery" "audio", "video", "quote", "status", "aside", "link" and/or a "chat" post. You can actually read thorough explanation of post formats on WordPress codex pages. (Post formats should not be confused with post types!) +

Post formats supported in Modern

+Post formats styling and support is left solely for a theme you are using. Here is how you use post formats supported in Modern WordPress theme: + + +
+ +

Audio post format

+Displays audio player (or playlist) to play your audio files. Could be used for podcasting. + +Insert your audio player (or playlist) (or embed media) anywhere in the post content. The first audio player found will be used in the post media area in posts list. The single post page will display as usual. + + + +

Gallery post format

+Insert a gallery anywhere in the post content. The first 3 gallery images will be used in slideshow in the post media area in posts list. The single post page will display as usual. + +
+ +

Image post format

+In posts list it displays a featured image, or the first image found in post content, followed with post excerpt. Font sizes in posts list are different than in default standard post format. This post format is also marked with an image icon. The single post page will display as usual. + + + +

Link post format

+It enhances any links in the post content. No post title in posts list and full post content is displayed there. + +
+ +

Quote post format

+Displays a full post content as a quote, styled with accent colors. Also displays a post featured image if set. + +You can use a cite HTML tag (inside a blockquote tag) to set the quote source. This way you can use any inline HTML to set the quote source. +Alternatively, you can set the quote source as a quote_source custom field, but there is no HTML allowed here. +Finally, if none of these are set, the post title is displayed as quote source. + +
+ +

Status post format

+Status post format displays a whole post content in posts list. It is a short status update, similar to a Twitter status update. You can also set a post featured image, or the post author Gravatar will be displayed instead. + +
+ +

Video post format

+Displays video player (or playlist) to play your video files. Could be used for video blogging. + +Insert your video player (or playlist) (or embed media) anywhere in the post content. The first video player found will be used in the post media area in posts list. The single post page will display as usual. + +
+ +If you experience any difficulty setting up post formats, please contact theme support.]]>
+ + 154 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Style guide + http://themedemos.webmandesign.eu/modern/post-2/ + Tue, 05 Dec 2017 15:35:53 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?p=156 + + Below is just about every HTML element you might want to use in your blog posts. Check the source code to see the many embedded elements within paragraphs. This is also an example of text paragraph with dropcap first letter. Simply add class="dropcap-text" on the paragraph HTML tag where you want to display the dropcap.

+ + +
+ +

Heading Two

+Lorem ipsum dolor sit amet, test link adipiscing elit. This is strong. Nullam dignissim convallis est. Quisque aliquam. This is emphasized. +

Heading Three

+Donec faucibus. Nunc iaculis suscipit dui. 53 = 125. Water is H2O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. +The New York Times (That’s a citation). +

Heading Four

+Underline. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. +
Heading Five
+HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. +
Heading Six
+Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. To copy a file type COPY filename. Dinner’s at 5:00.Let’s make that 7. This text has been struck. +

Quotes

+

Blockquote

+The blockquote is used to indicate the quotation of a large section of text from another source. It can be as long or as short as you’d like. +
It is what you read when you don't have to that determines what you will be when you can't help it. +Oscar Wilde
+ +
+ +

Pull Quote Styles

+To use the pull quote, you simply need to add a class of alignright or alignleft to your content. This can be done in Visual editor with additional style buttons that theme provides. See an example below: +
<blockquote class="alignright">Pull this text right.</blockquote>
+
This pull quote is just hanging out on the right side of the post. Lorem ipsum dolor sit amet, consectetur.
+A pull quote (also known as a lift-out quote) is a quotation or excerpt from an article that is typically placed in a larger or distinctive typeface on the same page, serving to entice readers into an article or to highlight a key topic. The term is principally used in journalism and publishing. + +Placement of a pull quote on a page may be defined in a publication’s or website’s style guide. Such a typographic device may or may not be aligned with a column on the page. Some designers, for example, choose not to align the quote. In that case, the quotation cuts into two or more columns, as in the example shown. +
And this pull quote is pulling text to the left, like a sir. Lorem ipsum dolor sit amet, consectetur.
+Pull quotes need not be a verbatim copy of the text being quoted; depending on a publication’s house style pull quotes may be abbreviated for space and/or paraphrased for clarity, with or without indication. There are no hard-and-fast rules for the exact formatting of pull quotes. +

List Items

+

Unordered Lists (Nested)

+
    +
  • List item one +
      +
    • List item one +
        +
      • List item one
      • +
      • List item two
      • +
      • List item three
      • +
      • List item four
      • +
      +
    • +
    • List item two
    • +
    • List item three
    • +
    • List item four
    • +
    +
  • +
  • List item two
  • +
  • List item three
  • +
  • You can optionally apply an icon class together with an icon-bullet class on unordered list item to change its bullet. (Do this in "Text" tab of the post editor.) Use a plugin to provide you with icons (classes).
  • +
+ +
+ +

Ordered List (Nested)

+
    +
  1. List item one +
      +
    1. List item one +
        +
      1. List item one
      2. +
      3. List item two
      4. +
      5. List item three
      6. +
      7. List item four
      8. +
      +
    2. +
    3. List item two
    4. +
    5. List item three
    6. +
    7. List item four
    8. +
    +
  2. +
  3. List item two
  4. +
  5. List item three
  6. +
  7. List item four
  8. +
+ +
+ +

Ordered List With start and reversed Attribute

+
    +
  1. List item one (start="8") +
      +
    1. List item one +
        +
      1. List item one (reversed="reversed")
      2. +
      3. List item two
      4. +
      5. List item three
      6. +
      7. List item four
      8. +
      +
    2. +
    3. List item two
    4. +
    5. List item three
    6. +
    7. List item four
    8. +
    +
  2. +
  3. List item two
  4. +
  5. List item three
  6. +
  7. List item four
  8. +
+ +
+ +

Definition Lists

+
+
Definition List Title
+
Definition list division.
+
Startup
+
A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.
+
#dowork
+
Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends.
+
Do It Live
+
I'll let Bill O'Reilly will explain this one.
+
+ +

Code Formatting, Tables, Marker and Address

+

Preformatted Text and Inline Code

+Code can be presented inline, like <?php bloginfo('stylesheet_url'); ?>, or within a <pre> block. +
pre {
+	padding: 4%;
+	margin-bottom: 1.62em;
+	background: #eaecee;
+	overflow: auto;
+	tab-size: 2;
+}
+ +
+ +

Table Styles

+ + + + + + + + + + + + + + + + + + + + + + + +
Table Header 1Table Header 2Table Header 3
Division 1Division 2Division 3
Division 1Division 2Division 3
Division 1Division 2Division 3
+ +
+ +

Highlight Text Style (Marker)

+To use the highlight, you simply need to wrap the text in mark HTML tag. This can be done in the Text editor view. See an example below: +
<mark>This will be highlighted.</mark>
+ +
+ +

Address Tag

+
1 Infinite Loop +Cupertino, CA 95014 +United States
+

Images and Galleries

+

Image Alignment

+[caption id="" align="aligncenter" width="379"]placeholder image Captioned image[/caption] + +
+ +

Right Aligned Image

+placeholder textImages may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram. They may be captured by optical devices – such as cameras, mirrors, lenses, telescopes, microscopes, etc. and natural objects and phenomena, such as the human eye or water surfaces. + +
+ +

Left Aligned Image

+placeholder imageThe word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. In this wider sense, images can also be rendered manually, such as by drawing, painting, carving, rendered automatically by printing or computer graphics technology, or developed by a combination of methods. + +
+ +

Image Gallery

+This is a traditional WordPress thumbnail gallery available in all WordPress sites. To add this gallery, simply click Add Media in your post editor and click Create Gallery. In the Gallery Settings area, choose Thumbnail Grid as the type of gallery. + +[gallery link="file" columns="2" size="medium" ids="421,436,435"] + +The awesome mosaic thumbnail gallery is provided by the Jetpack plugin. To add this gallery you will need Jetpack installed. Once installed, simply click Add Media in your post editor and click Create Gallery. In the Gallery Settings area, choose Tiled Mosaic as the type of gallery. + +[gallery type="rectangular" link="file" ids="440,433,420"]]]>
+ + 156 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Formats button styles preview + http://themedemos.webmandesign.eu/modern/post-3/ + Mon, 04 Dec 2017 15:38:35 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?p=158 + + Text styles +

Dropcap text. Apply this format on a text paragraph. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat voltu.

+ +

H3 with Heading 1 style

+

Uppercase text. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse.

+

Paragraph with Heading 2 style

+Ut wisi enim ad minim veniam, highlighted text (marker) here, quis nostrud exerci tation ullamcorper, small text here, suscipit lobortis nisl ut aliquip ex ea commodo consequat, superscript, subscript. +

Paragraph with Heading 3 style

+Heading style texts can be used to force heading 1-3 display style on a different element, such as paragraph or any of HTML heading tags. Thus allows keeping the semantic markup, but styling it a bit differently. + +

Display text sizes

+

Display 1 heading

+Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. +

Display 1 paragraph

+Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. +

Display 2 heading

+Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. +

Display 2 paragraph

+Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. +

Display 3 heading

+Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. +

Display 3 paragraph

+Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. +

Display 4 heading

+Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. +

Display 4 paragraph

+Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat. + +

Text weights

+

Heading with altered font weight

+Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. +

Display 2 text with altered font weight

+ +

Quotes, pullquotes and cites

+
Easy create pullquotes and insert quote <cite> tag. +by Author
+Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. + + +

Text columns

+You can split text into columns, while minimal column width is set to 12em - you can override this with a custom CSS if you need to. +

2 columns

+
+ +Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. + +
+ +

Buttons

+Create a link and then turn it into a button. Like this: + +Button from a link]]>
+ + 158 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Comments example + http://themedemos.webmandesign.eu/modern/post-4/ + Mon, 04 Dec 2017 15:41:37 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?p=160 + + Swimming hundreds of feet beneath the ocean’s surface in many parts of the world are prolific architects called giant larvaceans. These zooplankton are not particularly giant themselves (they resemble tadpoles and are about the size of a pinkie finger), but every day, they construct one or more spacious "houses” that can exceed three feet in length.

+The houses are transparent mucus structures that encase the creatures inside. Giant larvaceans beat their tails to pump seawater through these structures, which filter tiny bits of dead or drifting organic matter for the animals to eat. When their filters get clogged, the larvaceans abandon ship and construct a new house. +

Laden with debris

+Laden with debris from the water column, old houses rapidly sink to the seafloor. In a study published in Science Advances on Wednesday, scientists near California’s Monterey Bay have found that, through this process, giant larvaceans can filter all of the bay’s water from about 300 to 1,000 feet deep in less than two weeks, making them the fastest known zooplankton filter feeders. +
In doing so, the creatures help transfer carbon that has been removed from the atmosphere.
+And given their abundance in other parts of the world, these organisms likely play a crucial role in the global carbon cycle. When it comes to the flow of carbon in the ocean, "we don’t know nearly as much as we should,” said Kakani Katija, a principal engineer at the Monterey Bay Aquarium Research Institute and the study’s lead author. +

Carbon in the ocean

+"If we really want to understand how the system works, we have to look at all the players involved. Giant larvaceans are one important group we need to learn more about.” In the past, other scientists have tried studying giant larvaceans in the laboratory. But these efforts always failed because the animals’ houses were too fragile to be harvested and collected specimens were never able to build houses outside the ocean. +

Zooplankton

+To study the zooplankton in their natural habitat, Dr. Katija and her collaborators developed a new deep-sea imaging instrument, called DeepPIV, which they paired with a remotely operated vehicle. DeepPIV projects a sheet of laser light that cuts straight through a larvacean’s mucus house. +A high-definition camera on the remotely operated vehicle can then capture the inner pumping mechanisms illuminated by the laser.]]>
+ image post format. You should really set post featured image for image post format or the first image found in post content will be used.]]> + 160 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4 + + + + + + + + + + 0 + 0 + + + 5 + + + http://www.webmandesign.eu + + + + + + + 4 + 1 + + + 6 + + + http://www.webmandesign.eu + + + + + + + 0 + 1 + +
+ + Post with comments disabled + http://themedemos.webmandesign.eu/modern/post-5/ + Sun, 03 Dec 2017 15:45:33 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?p=163 + + Sifting through teaspoons of clay and sand scraped from the floors of caves, researchers have managed to isolate ancient human DNA without turning up a single bone. Their new technique, described in a study published on Thursday in the journal Science, promises to open new avenues of research into human prehistory and was met with excitement by geneticists and archaeologists.

+ +
"It’s a bit like discovering that you can extract gold dust from the air,”
+said Adam Siepel, a population geneticist at Cold Spring Harbor Laboratory. +"An absolutely amazing and exciting paper,” added David Reich, a genetics professor at Harvard who focuses on ancient DNA. +

DNA from fossil bones

+Until recently, the only way to study the genes of ancient humans like the Neanderthals and their cousins, the Denisovans, was to recover DNA from fossil bones. But they are scarce and hard to find, which has greatly limited research into where early humans lived and how widely they ranged. + +
+ +[gallery columns="2" link="file" ids="433,434,421,432"] + +
+ +
The only Denisovan bones and teeth that scientists have, for example, come from a single cave in Siberia.
+Looking for these genetic signposts in sediment has become possible only in the last few years, with recent developments in technology, including rapid sequencing of DNA. Although DNA sticks to minerals and decayed plants in soil, scientists did not know whether it would ever be possible to fish out gene fragments that were tens of thousands of years old and buried deep among other genetic debris. +

Long way

+Bits of genes from ancient humans make up just a minute fraction of the DNA floating around in the natural world. But the German scientists, led by Matthias Meyer at the Max Planck Institute for Developmental Biology in Tübingen, have spent years developing methods to find DNA even where it seemed impossibly scarce and degraded. + +"There’s been a real revolution in technology invented by this lab,” Dr. Reich said. "Matthias is kind of a wizard in pushing the envelope.” +Scientists began by retrieving DNA from ancient bones: +
    +
  1. first Neanderthals,
  2. +
  3. then Denisovans.
  4. +
+

Suprising findings

+To identify the Denisovans, Svante Paabo, a geneticist at the Planck Institute and a co-author of the new paper, had only a child’s pinkie bone to work with. His group surprised the world in 2010 by reporting that it had extracted DNA from the bone, finding that it belonged to a group of humans distinct from both Neanderthals and modern humans. But that sort of analysis is limited by the availability of fossil bones. + +"In a lot of cases, you can get bones, but not enough,” said Hendrik Poinar, an evolutionary geneticist at McMaster University. "If you just have one small piece of bone from one site, curators do not want you to grind it up.”]]>
+ gallery post format and also an example of disabling post comments. You don't really need to set post featured image for gallery post formats, it's up to you.]]> + 163 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Quote post format + http://themedemos.webmandesign.eu/modern/post-9/ + Sat, 02 Dec 2017 18:44:52 +0000 + + http://themedemos.webmandesign.eu/modern/?p=455 + + Quote post format also displays post featured image if it's set. This is a demo of free accessibility ready WordPress theme by WebMan Design. +Oliver, WebMan Design]]> + + 455 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Sidebar with widgets + http://themedemos.webmandesign.eu/modern/sidebars/sidebar-with-content/ + Fri, 04 Aug 2017 15:00:36 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?post_type=sidebar&p=173 + + + + 173 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + + + SAMPLE/_rob-potter-398564 + http://themedemos.webmandesign.eu/modern/sample/_rob-potter-398564/ + Thu, 07 Dec 2017 16:10:03 +0000 + + https://themedemos.webmandesign.eu/modern/wp-content/uploads/sites/21/SAMPLE/_rob-potter-398564.jpg + + + + 414 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + SAMPLE/_rob-potter-364323 + http://themedemos.webmandesign.eu/modern/sample/_rob-potter-364323/ + Thu, 07 Dec 2017 16:18:05 +0000 + + https://themedemos.webmandesign.eu/modern/wp-content/uploads/sites/21/SAMPLE/_rob-potter-364323.jpg + + + + 420 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + SAMPLE/_marcus-cramer-455992 + http://themedemos.webmandesign.eu/modern/sample/_marcus-cramer-455992/ + Thu, 07 Dec 2017 16:20:26 +0000 + + https://themedemos.webmandesign.eu/modern/wp-content/uploads/sites/21/SAMPLE/_marcus-cramer-455992.jpg + + + + 421 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + SAMPLE/_nikolai-voelcker-455917 + http://themedemos.webmandesign.eu/modern/sample/_nikolai-voelcker-455917/ + Thu, 07 Dec 2017 16:25:23 +0000 + + https://themedemos.webmandesign.eu/modern/wp-content/uploads/sites/21/SAMPLE/_nikolai-voelcker-455917.jpg + + + + 423 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + SAMPLE/_armando-castillejos-140540 + http://themedemos.webmandesign.eu/modern/sample/_armando-castillejos-140540/ + Thu, 07 Dec 2017 16:35:17 +0000 + + https://themedemos.webmandesign.eu/modern/wp-content/uploads/sites/21/SAMPLE/_armando-castillejos-140540.jpg + + + + 430 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + SAMPLE/_hollie-harmsworth-392580 + http://themedemos.webmandesign.eu/modern/sample/_hollie-harmsworth-392580/ + Thu, 07 Dec 2017 16:35:24 +0000 + + https://themedemos.webmandesign.eu/modern/wp-content/uploads/sites/21/SAMPLE/_hollie-harmsworth-392580.jpg + + + + 431 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + SAMPLE/_nick-adams-457460 + http://themedemos.webmandesign.eu/modern/sample/_nick-adams-457460/ + Thu, 07 Dec 2017 16:35:33 +0000 + + https://themedemos.webmandesign.eu/modern/wp-content/uploads/sites/21/SAMPLE/_nick-adams-457460.jpg + + + + 432 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + SAMPLE/_nik-shuliahin-359344 + http://themedemos.webmandesign.eu/modern/sample/_nik-shuliahin-359344/ + Thu, 07 Dec 2017 16:35:43 +0000 + + https://themedemos.webmandesign.eu/modern/wp-content/uploads/sites/21/SAMPLE/_nik-shuliahin-359344.jpg + + + + 433 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + SAMPLE/_will-swann-459480 + http://themedemos.webmandesign.eu/modern/sample/_will-swann-459480/ + Thu, 07 Dec 2017 16:35:52 +0000 + + https://themedemos.webmandesign.eu/modern/wp-content/uploads/sites/21/SAMPLE/_will-swann-459480.jpg + + + + 434 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + SAMPLE/_alessio-lin-427614 + http://themedemos.webmandesign.eu/modern/sample/_alessio-lin-427614/ + Thu, 07 Dec 2017 16:42:36 +0000 + + https://themedemos.webmandesign.eu/modern/wp-content/uploads/sites/21/SAMPLE/_alessio-lin-427614.jpg + + + + 435 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + SAMPLE/_alessio-lin-455449 + http://themedemos.webmandesign.eu/modern/sample/_alessio-lin-455449/ + Thu, 07 Dec 2017 16:42:46 +0000 + + https://themedemos.webmandesign.eu/modern/wp-content/uploads/sites/21/SAMPLE/_alessio-lin-455449.jpg + + + + 436 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + SAMPLE/_liam-simpson-421994 + http://themedemos.webmandesign.eu/modern/sample/_liam-simpson-421994/ + Thu, 07 Dec 2017 16:42:54 +0000 + + https://themedemos.webmandesign.eu/modern/wp-content/uploads/sites/21/SAMPLE/_liam-simpson-421994.jpg + + + + 437 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + SAMPLE/_pietro-de-grandi-455251 + http://themedemos.webmandesign.eu/modern/sample/_pietro-de-grandi-455251/ + Thu, 07 Dec 2017 16:43:05 +0000 + + https://themedemos.webmandesign.eu/modern/wp-content/uploads/sites/21/SAMPLE/_pietro-de-grandi-455251.jpg + + + + 438 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + SAMPLE/_paul-johnston-458400 + http://themedemos.webmandesign.eu/modern/sample/_paul-johnston-458400/ + Thu, 07 Dec 2017 18:07:19 +0000 + + https://themedemos.webmandesign.eu/modern/wp-content/uploads/sites/21/SAMPLE/_paul-johnston-458400.jpg + + + + 440 + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + + + + + + + + + + + + +
+
diff --git a/includes/plugins/one-click-demo-import/demo-widgets-modern.wie b/includes/plugins/one-click-demo-import/demo-widgets-modern.wie new file mode 100644 index 0000000..24b27e3 --- /dev/null +++ b/includes/plugins/one-click-demo-import/demo-widgets-modern.wie @@ -0,0 +1 @@ +{"sidebar-1":{"search-2":{"title":""},"recent-posts-2":{"title":"","number":5},"recent-comments-2":{"title":"","number":5},"archives-2":{"title":"","count":0,"dropdown":0},"categories-2":{"title":"","count":0,"hierarchical":0,"dropdown":0},"meta-2":{"title":""}},"footer":{"recent-comments-3":{"title":"","number":5},"nav_menu-2":{"title":"Theme Links","nav_menu":11},"text-2":{"title":"About Modern","text":"Modern<\/strong> is an accessibility ready blog and portfolio WordPress theme by WebManDesign.eu<\/a>, perfect for personal portfolios. Compatible with Jetpack<\/strong>\u00a0and any page builder<\/strong> plugin!\r\n\r\nGet this free theme \u00bb<\/a>","filter":true,"visual":true}},"sidebar-with-content":{"search-3":{"title":"Search the site"},"text-3":{"title":"About Modern","text":"\"Modern<\/a>\r\n\r\nModern<\/strong> is an accessibility ready blog and portfolio WordPress theme by WebManDesign.eu<\/a>, perfect for personal portfolios. Compatible with Jetpack<\/strong>\u00a0and any page builder<\/strong> plugin!\r\n\r\nGet this free theme \u00bb<\/a>","filter":true,"visual":true}}} \ No newline at end of file diff --git a/screenshot.jpg b/screenshot.jpg index a8dfad7..f950e1e 100644 Binary files a/screenshot.jpg and b/screenshot.jpg differ