Ejemplo n.º 1
0
}
if (is_front_page() && (of_get_option('header_bottom_text', '1') && of_get_default('header_bottom_text'))) {
    echo '<div ';
    if (of_get_option('header_bottom_text_typography', '')) {
        $typography = of_get_option('header_bottom_text_typography');
    } else {
        $typography = of_get_default('header_bottom_text_typography');
    }
    echo '" style="font-family: ' . $typography['face'] . '; font-size:' . $typography['size'] . '; font-style: ' . $typography['style'] . '; color:' . $typography['color'] . ';">';
    echo of_get_option('header_bottom_text', of_get_default('header_bottom_text')) . '</div>';
}
if (is_front_page() && (of_get_option('header_linkone_text', '1') && of_get_default('header_linkone_text'))) {
    echo '<br><a href="' . of_get_option('header_linkone_address', of_get_default('header_linkone_address')) . '" class="header-link">' . of_get_option('header_linkone_text', of_get_default('header_linkone_text')) . '</a>';
}
if (is_front_page() && (of_get_option('header_linktwo_text', '1') && of_get_default('header_linktwo_text'))) {
    echo '&nbsp; &nbsp;<a href="' . of_get_option('header_linktwo_address', of_get_default('header_linktwo_address')) . '" class="header-link">' . of_get_option('header_linktwo_text', of_get_default('header_linktwo_text')) . '</a>';
}
/* End custom text on front page of site */
/* Custom header text of category */
if (is_category()) {
    echo '<div class="header-text-first">Category</div><div class="header-text-second">' . single_cat_title("", false) . '</div>';
}
/* End custom header text of category */
/* Custom header text of page */
if (is_page() && !is_front_page()) {
    echo '<div class="header-page-title">' . get_the_title() . '</div>';
}
/* End custom header text of page */
?>
            </div><!-- .header-desc-wrap -->
		</div><!-- .overlay -->
Ejemplo n.º 2
0
    dynamic_sidebar('sidebar-7');
    ?>
						<?php 
}
?>
					</div><!-- .footer-widget-wrapper -->
				</div><!-- #footer-widgets -->
				<?php 
if (of_get_option('copyright', '1') && of_get_default('copyright')) {
    echo '<div style="text-align: center;';
    if (of_get_option('copyright', '')) {
        $typography = of_get_option('copyright_typography');
    } else {
        $typography = of_get_default('copyright_typography');
    }
    echo 'font-family: ' . $typography['face'] . '; font-size:' . $typography['size'] . '; font-style: ' . $typography['style'] . '; color:' . $typography['color'] . ';">';
    echo of_get_option('copyright_text', of_get_default('copyright_text'));
    echo '</div>';
}
?>
			</div><!-- .inner-wrap -->
		</div><!-- .site-info -->
	</footer><!-- #colophon -->
</div><!-- #page -->

<?php 
wp_footer();
?>

</body>
</html>