...

How to show custom view in wordpress blog? I searches for the code in the web and got some idea and here is the full code you may like to create a custom view for your blog. Latest one psot full rest with excerpt with featured image. just replace the content section/div with the following code.

<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $counter++;  ?>

<div class=”date”> <?php the_date(); ?></div><!–date–>

<div class=”posttitle”>

<h2><a href=”<?php the_permalink(); ?>”><?php the_title(); ?></a></h2>

</div><!–posttitle–>

<?php

if ( has_post_thumbnail() ) { the_post_thumbnail();

}

?>

<?php

if( is_home() && !is_paged() && ($posts[0] == $post) ) {

echo apply_filters(‘the_content’, $post->post_content);

} else {

the_excerpt();

}

?>

Related Posts

Top 6 latest free plugins for WordPress to follow in 2020

Top 6 latest free plugins for WordPress to follow in 2020

WordPress is arguably one of the best content management systems in the world. Its effectiveness, efficiency and simplicity gives it an edge over competition. Another thing that makes WordPress stand out is the fact that it is compatible with a number of plugins and...

read more
How to create clickable phone and sms link?

How to create clickable phone and sms link?

How to create clickable phone and sms link? Nowadays no one can pass a single day without a smartphone. Laptop/Computer Tabs are much more essential for web browsing in modern day. So a web designer or web developer should care about creating clickable phone links and...

read more
Seraphinite AcceleratorOptimized by Seraphinite Accelerator
Turns on site high speed to be attractive for people and search engines.