PHP Classes

File: elements/post_item_simple.php

Recommend this page to a friend!
  Classes of Victor Andeloci   Project P Wordpress Podcast Theme   elements/post_item_simple.php   Download  
File: elements/post_item_simple.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Project P Wordpress Podcast Theme
Publish pages for a podcast in a WordPress site
Author: By
Last change:
Date: 11 months ago
Size: 165 bytes
 

Contents

Class file image Download
<li class="post-item simple">
    <a href="<?= get_permalink() ?>"><h3><?= get_the_title() ?></h3></a>
    <?php get_template_part('elements/post_details'); ?>
</li>