Hello,
There is not the PHP file to show the First Post. But it is possible to find Sticky post(read more).
Change the codes line16-18 in:
/template/archive/loop-item-standard.php
if(is_sticky()) {
the_content();
}else{
ux_interface_blog_list_excerpt();
ux_interface_blog_show_meta('continue-reading', 'article');
}
Add the CSS code to REAL / General Settings / Custom Css also
.blog-list .sticky .more-link {
display: block;
}
Regards!
Bwsm – uiueux.com – Twitter – Facebook