Lorem ipsum dolor
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Read more', 'artfolio' );
$defaultSlideImage = get_template_directory_uri().'/images/slider/' . $i .'.jpg';
$slideContent = get_theme_mod( 'artfolio_slide'.$i.'_content', html_entity_decode( $defaultSlideContent ) );
$slideImage = get_theme_mod( 'artfolio_slide'.$i.'_image', $defaultSlideImage );
?>
Artem Solovev in 2016. All rights reserved';
}
add_action( 'admin_footer_text', 'modify_footer' );
if ( ! function_exists( 'artfolio_setup' ) ) :
/**
* Sets up theme defaults and registers support for various WordPress features.
*
* Note that this function is hooked into the after_setup_theme hook, which
* runs before the init hook. The init hook is too late for some features, such
* as indicating support for post thumbnails.
*/
function artfolio_setup() {
// This theme styles the visual editor to resemble the theme style.
$font_url = 'https://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,700,900,900italic|Open+Sans:400,400italic,700,700italic';
add_editor_style( array( 'inc/editor-style.css', str_replace( ',', '%2C', $font_url ) ) );
/*
* Make theme available for translation.
* Translations can be filed in the /languages/ directory.
* If you're building a theme based on Artfolio, use a find and replace
* to change 'artfolio' to the name of your theme in all the template files.
*/
load_theme_textdomain( 'artfolio', get_template_directory() . '/languages' );
// Add default posts and comments RSS feed links to head.
add_theme_support( 'automatic-feed-links' );
/*
* Let WordPress manage the document title.
* By adding theme support, we declare that this theme does not use a
* hard-coded