Advertisement
Guest User

Untitled

a guest
Jun 30th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.48 KB | None | 0 0
  1.         <?php $typography = of_get_option('example_typography');
  2.             if ($typography) {
  3.                 echo '<p style="font-family: ' . $typography['face']. '; font-size:'.$typography['size'] . '; font-style: ' . $typography['style'] . '; color:'.$typography['color'].';">'; ?>
  4.                 <a class="tnr" href="<?php echo get_settings('home'); ?>/"><?php bloginfo('description'); ?></a>
  5.                 <?php echo '</p>';
  6.             } else {
  7.                 echo "no entry";
  8.             } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement