要其居中,
#meteor-slideshow {
margin: 0 auto;
}
只网站首页显示:
<?php
if( is_front_page()){
if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); }
}
?>
PHP
要其居中,
#meteor-slideshow {
margin: 0 auto;
}
只网站首页显示:
<?php
if( is_front_page()){
if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); }
}
?>