This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
img{ | |
width: 100% | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
img{ | |
max-width: 100 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media screen and (min-width: 800px) and (max-width: 1200px) { | |
.leftSidebar{ | |
width: 40%; | |
float: left; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter('upload_mimes', 'wpopas_add_custom_upload_mimes'); | |
function wpopas_add_custom_upload_mimes( $mimes = array() ) { | |
// Lisää tiedostotyyppi | |
$mimes['kmz'] = 'application/vnd.google-earth.kmz'; | |
return $mimes; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter('upload_mimes', 'wpopas_remove_custom_upload_mimes'); | |
function wpopas_remove_custom_upload_mimes( $mimes = array() ) { | |
//Poista tiedostotyyppi | |
unset( $mimes['png'] ); | |
return $mimes; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: Twenty Fourteen lapsiteema | |
Template: twentyfourteen | |
*/ | |
@import url("../twentyfourteen/style.css"); | |
.entry-title{ | |
font-size: 54px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: Twenty Fourteen lapsiteema | |
Template: twentyfourteen | |
*/ | |
@import url("../twentyfourteen/style.css"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: WP-Opas lisäosa | |
Plugin URI: http://wpopas.fi | |
Description: Lisäosa esimerkki | |
Version: 1.0 | |
Author: Timo Leiniö | |
Author URI: http://wpopas.fi | |
License: | |
License URI: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[icon name="icon-youtube-sign" size="4x" space="false" title="Youtube"] |