Custom html-markup
-
Hi Hector
I need some help for create custom markup-html and i say detail:
first watch this picture : example
i coding this in html and i must transfer to wordpress by WPP.
html code for one object :
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12"> <div class="card card-video"> <div class="card-img"> <a href="videos-single.html"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/img/mqdefault1.jpg" alt=""></a> <div class="play"><i class="fa icon-play"></i></div> </div> <div class="caption"> <h3 class="card-title"><a href="videos-single.html">7 Minutes of For Honor Gameplay</a></h3> <ul> <li><i class="fa icon-clock"></i> April 14, 2016</li> <li><i class="fa icon-eye"></i> 1430 views</li> </ul> </div> </div> </div>
and more detail about category & number posts & … :
range="all"&limit=4&thumbnail_width=320&thumbnail_height=180&cat=1&post_type=post&title_length=20&stats_views=1&stats_date=1&stats_date_format="F j, Y"
i need php code that show this posts by css in first i said.
thanks man :X
https://www.ads-software.com/plugins/wordpress-popular-posts/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom html-markup’ is closed to new replies.