File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 */
99
1010?>
11- <article id="post-<?php the_ID (); ?> " class=" <?php post_class ('post-content post-grid-small col-md-6 ' ); ?> " >
11+ <article id="post-<?php the_ID (); ?> " <?php post_class ('post-content post-grid-small col-md-6 ' ); ?> >
1212 <header class="entry-header nolist">
1313 <?php
1414 $ category = get_the_category ();
Original file line number Diff line number Diff line change 99
1010?>
1111 <div class="row">
12- <article id="post-<?php the_ID (); ?> " class=" <?php post_class ( 'post-content post-grid-wide col-md-12 ' ); ?> " >
12+ <article id="post-<?php the_ID (); ?> " <?php post_class ( 'post-content post-grid-wide col-md-12 ' ); ?> >
1313 <header class="entry-header nolist">
1414 <?php
1515 $ category = get_the_category ();
Original file line number Diff line number Diff line change 1010?>
1111
1212<div class="row">
13- <article id="post-<?php the_ID (); ?> " class=" <?php post_class ('post-content post-grid-wide col-md-12 ' ); ?> " >
13+ <article id="post-<?php the_ID (); ?> " <?php post_class ('post-content post-grid-wide col-md-12 ' ); ?> >
1414 <header class="entry-header">
1515 <?php
1616 $ image = '<img class="wp-post-image" alt="" src=" ' . get_template_directory_uri () . '/assets/images/placeholder_wide.jpg" /> ' ;
Original file line number Diff line number Diff line change 1313$ left_side = get_theme_mod ( 'post_author_left_side ' , false );
1414
1515?>
16- <article id="post-<?php the_ID (); ?> " class=" <?php post_class ('post-content post-grid-wide ' ); ?> " >
16+ <article id="post-<?php the_ID (); ?> " <?php post_class ('post-content post-grid-wide ' ); ?> >
1717 <header class="entry-header nolist">
1818 <?php
1919 $ category = get_the_category ();
You can’t perform that action at this time.
0 commit comments