<span class="card-content is-default"> <h2 class="card-title"><?php the_title(); ?> </h2> <p class="card-byline">By <?php echo get_the_author(); ?> </p> </span> <span class="card-content is-hover"> <h2 class="card-title"><?php the_title(); ?> </h2> <p class="card-byline">By <?php echo get_the_author(); ?> </p> <p class="card-excerpt"><?php echo quindo_excerpt(); ?> </p> <p class="card-more">More</p> </span> </a> </div> <?php // Unset width set_query_var('width', NULL);
?> <title><?php echo wp_title("", false) ? wp_title("", false) : get_bloginfo('name'); ?> </title> <?php // Meta SEO Information ?> <meta name="title" content="<?php echo is_single() ? get_the_title() : get_bloginfo('name') . ' ' . wp_title("", false); ?> "> <meta name="description" content="<?php echo is_single() ? quindo_excerpt() : bloginfo('description'); ?> "> <meta name="author" content="<?php global $post; echo get_the_author_meta('display_name', $post->post_author); ?> "> <?php $full_image = get_field('full_sized_featured_image'); ?> <?php if ($full_image) { ?> <meta property="og:image" content="<?php