From: Laury GvR Date: Tue, 21 Jul 2015 16:03:49 +0000 (-0400) Subject: Blog feed front page, few style edits. X-Git-Tag: v1.0^2~61 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2011cd134f225b142478fc45032fa870e9df22ee;p=WP-Themes%2Fnorthernlakes.git Blog feed front page, few style edits. --- diff --git a/css/app.css b/css/app.css index 12568ad..8e4b010 100644 --- a/css/app.css +++ b/css/app.css @@ -6849,6 +6849,9 @@ header { line-height: 1.4; margin-bottom: 0.9375rem; } +#main-content { + margin-top: 60px; } + .breadcrumbs { margin: 30px 0 20px; } diff --git a/front-page.php b/front-page.php index d4532d2..6e40c43 100644 --- a/front-page.php +++ b/front-page.php @@ -1,5 +1,5 @@ -
+
@@ -19,21 +19,30 @@
  • -
    +
    -
    - - - -

    - +
    +

    Latest News

    +
    +

    Pertinent Information

    +
    +
    + + + +

    + +
    +
    \ No newline at end of file diff --git a/parts/blog-feed-front.php b/parts/blog-feed-front.php new file mode 100644 index 0000000..9802084 --- /dev/null +++ b/parts/blog-feed-front.php @@ -0,0 +1,28 @@ + 3, 'order_by' => 'date'); + $lastposts = get_posts( $args ); + if ($lastposts) { ?> + +
    +
    + +
    + ID, array(130, 130)); ?> + +
    + +
    +
    + +
    + +

    +

    ID); ?>

    + +

    +
    +
    + +
    +
    + \ No newline at end of file diff --git a/parts/glm-blocks.php b/parts/glm-blocks.php index 40601dd..a3ace02 100644 --- a/parts/glm-blocks.php +++ b/parts/glm-blocks.php @@ -3,16 +3,23 @@