Exemplo n.º 1
0
?>
 / by <a href="<?php 
echo get_author_posts_url(get_the_author_meta('ID'));
?>
"><?php 
the_author();
?>
</a> / on <?php 
echo get_the_date();
?>
 /
            <?php 
comments_number();
?>
        </div>
        <div class="audio-player">
            <?php 
echo do_shortcode('[audio]');
?>
        </div>
        <p><?php 
newsflash_post_excerpt(30);
?>
            <a href="<?php 
the_permalink();
?>
">read more <i class="fa fa-angle-right"></i></a></p>
    </div>
</div>

Exemplo n.º 2
0
the_title();
?>
</a></h3>

        <div class="post-meta">In <?php 
the_category(',');
?>
 / by <a href="<?php 
echo get_author_posts_url(get_the_author_meta('ID'));
?>
"><?php 
the_author();
?>
</a> / on <?php 
echo get_the_date();
?>
 /
            <?php 
comments_number();
?>
        </div>
        <p><?php 
newsflash_post_excerpt(180);
?>
            <a href="<?php 
the_permalink();
?>
">read more <i class="fa fa-angle-right"></i></a></p>
    </div>
</div>
Exemplo n.º 3
0
 / by <a href="<?php 
echo get_author_posts_url(get_the_author_meta('ID'));
?>
"><?php 
the_author();
?>
</a> / on <?php 
echo get_the_date();
?>
 /
            <?php 
comments_number();
?>
        </div>
        <?php 
echo newsflash_post_excerpt(60);
?>

    </div>
        </div> </div>
    <div class="panel-footer">

        <span class="text-success"><?php 
echo $dc = number_format(intval(get_post_meta(get_the_ID(), '__wpdm_download_count', true)), 0, '', ',');
?>
 download<?php 
if ($dc > 1) {
    echo 's';
}
?>
</span>
Exemplo n.º 4
0
"><?php 
the_title();
?>
</a></h3>

        <div class="post-meta">In <?php 
the_category(',');
?>
 / by <a href="<?php 
echo get_author_posts_url(get_the_author_meta('ID'));
?>
"><?php 
the_author();
?>
</a> / on <?php 
echo get_the_date();
?>
 /
            <?php 
comments_number();
?>
        </div>
        <p><?php 
newsflash_post_excerpt(100);
?>
            <a href="<?php 
the_permalink();
?>
">read more <i class="fa fa-angle-right"></i></a></p>
    </div>
</div>