This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace albemishpc\promotion; | |
/** | |
* Custom post template for 'Promotion' post type. | |
* | |
* @package A. L. Bemish, P.C. | |
* @since 1.0.0 | |
* @author Robert A. Gadon | |
* @license GPL-2.0+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="parent"> | |
<h4 class="title">Title</h4> | |
<div class="child">Child 1 | |
<div class="post-content color">Lungo turkish body, cream aromatic café au lait spoon lungo mocha seasonal froth. Mocha, brewed strong, sweet black, robusta milk arabica that aged coffee whipped. Aroma, froth a, doppio so, cultivar, french press steamed acerbic milk trifecta espresso. Froth qui milk aged wings whipped aged. Irish single shot that, coffee, organic grounds caffeine milk strong in et americano.</div> | |
</div> | |
<div class="child">Child 2 | |
<div class="post-content color">Post Content-2</div> | |
</div> | |
<div class="child">Child 3 | |
<div class="post-content color">Post Content-3</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="parent"> | |
<h4 class="title">Title</h4> | |
<div class="child">Child 1</div> | |
<div class="child">Child 2</div> | |
<div class="child">Child 3</div> | |
<div class="child">Child 4</div> | |
<div class="child">Child 5</div> | |
<div class="child">Child 6</div> | |
</div> |
NewerOlder