Wordpress: | Category & Page Icons |
. , , . , . Category & Page Icons.
— , . . , , — . JPG, GIF PNG. , , 8. , 16X16, 24X24, 32X32, 48X48. 16X16.
: wordpress |
Wordpress: | Thumbnail for Excerpts |
, , , . , ? — , . , , ? Thumbnail for Excerpts.
( ), , , ( , !). ( 150 ). , Thumbnail for Excerpts — .
. , , , 100-200 .
, : , “yes” "no”.
: wordpress |
Wordpress: | ProPlayer |
Wordpress , YouTube Vimeo . , . — , - . — ProPlayer.
. -:
1 |
[pro-player]http: //www.youtube.com/watch?v=2YAvfxA6a94[/pro-player] |
, , . - , . , :
1 |
[pro-player type= "MP3" ]http: //www.trt.net.tr/medya/ses/2008/11/19/09be6054-1829-4cac-b068-e9493200196c.mp3[/pro-player] |
2 |
[pro-player type= "JPG" ]http: //www.mydomain.com/albums/summer/1.jpg[/pro-player] |
:
, :
1 |
[pro-player width= "500" height= "500" ]http: //vimeo.com/1473498[/pro-player] |
, ? :
1 |
[pro-player autostart= 'true' ]http: //mydomain.com/my-awesome-video.flv[/pro-player] |
, ? :
|
[pro-player repeat= 'true' ]http: //mydomain.com/my-awesome-video.flv[/pro-player] |
— 27 . , — . , .
: wordpress |
Wordpress: favicon |
, . favicon.ico. , . , ? , .
functions.php :
1 |
function childtheme_favicon() { ?> |
2 |
<link rel= "shortcut icon" href= "<?php echo bloginfo('stylesheet_directory') ?>/images/favicon.png" > |
3 |
<?php } |
4 |
add_action( 'wp_head' , 'childtheme_favicon' ); |
/images/ — , favicon.png — . , .
: wordpress |
Wordpress: | WP FrontPageBanner |
? , — . , , . ? WP FrontPageBanner.
. , , , , . — .
, , , CSS .
: wordpress |
Wordpress: PHP | PHP Code Widget |
: wordpress |
Wordpress |
, , , Wordpress. , . , .
Wordpress, - header.php. , , , Wordpress, . :
1 |
<meta name= "generator" content= "WordPress <?php bloginfo('version'); ?>" /> |
, . ( , ), , .
, , Wordpress - . , , functions.php. :
1 |
function remove_version_info() { |
2 |
return '' ; |
3 |
} |
4 |
add_filter( 'the_generator' , 'remove_version_info' ); |
, .
, , functions.php:
1 |
remove_action( 'wp_head' , 'wp_generator' ); |
Wordpress. + + .
: wordpress |
: | [1] |