balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

content-link.php (467B)


      1 <?php
      2 /**
      3  * Template part for displaying posts
      4  *
      5  * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
      6  *
      7  * @package appside
      8  */
      9 $appside = Appside();
     10 ?>
     11 
     12 <article id="post-<?php the_ID(); ?>" <?php post_class('single-blog-classic-item margin-bottom-30'); ?>>
     13       <?php
     14         the_title( '<h2 class="title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' );
     15         ?>
     16 </article><!-- #post-<?php the_ID(); ?> -->