shorten multiple is_page code?
-
<style type="text/css" media="screen"><?php if (is_page('1')) { ?>
@import url( "<?php bloginfo('stylesheet_directory'); ?>/style-1.css" );<?php } ?></style>
<style type="text/css" media="screen"><?php if (is_page('2')) { ?>
@import url( "<?php bloginfo('stylesheet_directory'); ?>/style-2.css" );<?php } ?></style>
<style type="text/css" media="screen"><?php if (is_page('3')) { ?>
@import url( "<?php bloginfo('stylesheet_directory'); ?>/style-a.css" );<?php } ?></style>
<style type="text/css" media="screen"><?php if (is_page('4')) { ?>
@import url( "<?php bloginfo('stylesheet_directory'); ?>/style_a.css" );<?php } ?></style>
<style type="text/css" media="screen"><?php if (is_page('5')) { ?>
@import url( "<?php bloginfo('stylesheet_directory'); ?>/style_a.css" );<?php } ?></style>
The topic ‘shorten multiple is_page code?’ is closed to new replies.