Giter Site home page Giter Site logo

ex-astris's Introduction

Ex Astris

Ex Astris is a WordPress child theme for the excellent Stargazer theme from Theme Hybrid. This bold theme was designed for bloggers. Make it your own with a customer header and custom background. Ex Astris supports all of the custom layouts found in the Stargazer parent theme, including 1 Column Wide, 1 Column Narrow, 2 Columns: Content / Sidebar, and 2 Columns: Sidebar / Content.

A live demo is available at: untame.net/ex-astris

Credits:

Font - Copse by Dan Rhatigan, available from Google Fonts - SIL Open Font License, 1.1

Default background image - "Allgäu Spring Lowenzahnwiese Mountains" - by flyupmike - CC0 1.0 Universal (CC0 1.0) Public Domain Dedication license

ex-astris's People

Contributors

pollyplummer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ex-astris's Issues

Blockquote styling incorrectly shown in editor

Commit 3949073 changes the Styling of the blockquote element. It's correctly displayed in the final view of a page or a post, but the correct styling does not appear in the editor, just the old styling. A minor inconvenience at most.

header.php code cleanup

Here's a cleaned up version of header.php:

<!DOCTYPE html>
<html <?php language_attributes( 'html' ); ?>>

<head>
<?php wp_head(); // Hook required for scripts, styles, and other <head> items. ?>
</head>

<body <?php hybrid_attr( 'body' ); ?>>

    <div id="container">

        <?php hybrid_get_menu( 'primary' ); // Loads the menu/primary.php template. ?>

        <div class="wrap">

            <header <?php hybrid_attr( 'header' ); ?>>

                <?php if ( display_header_text() ) : // If user chooses to display header text. ?>

                    <div id="branding">
                        <?php echo get_avatar( get_option( 'admin_email' ), 160 ); ?>
                        <?php hybrid_site_title(); ?>
                        <?php hybrid_site_description(); ?>
                        <?php hybrid_get_menu( 'social' ); // Loads the menu/social.php template. ?>
                    </div><!-- #branding -->

                <?php endif; // End check for header text. ?>

            </header><!-- #header -->

            <?php if ( get_header_image() && !display_header_text() ) : // If there's a header image but no header text. ?>

                <a href="<?php echo home_url(); ?>" title="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>" rel="home"><img class="header-image" src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a>

            <?php elseif ( get_header_image() ) : // If there's a header image. ?>

                <img class="header-image" src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" />

            <?php endif; // End check for header image. ?>

            <div id="main" class="main">

                <?php hybrid_get_menu( 'breadcrumbs' ); // Loads the menu/breadcrumbs.php template. ?>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.