Excerpt “Read More” link

i think this may solve your problem by removing this condition if ( preg_match(‘/<!–more(.*?)?–>/’, $post->post_content) ) { Not sure but give it a try Adds Read More after the excerpt. add_filter(‘the_excerpt’,’openstrap_excerpt’); function openstrap_excerpt(){ global $post; $link='<span class=”readmore”><a href=”‘.get_permalink().'” > read more &rarr;</a></span>’; $excerpt=get_the_excerpt(); echo $excerpt.$link; } Following code Limit the length of the excerpt to … Read more

Pull in excerpt with shortcode

If you have a look at how [dj-widget] shortcode is handled you will get an idea of how to implement plugin authors’ idea of showing post description. if($show_desc) { $desc_string = station_shorten_string(strip_tags($show->post_content), 20); $output .= ‘<span class=”on-air-show-desc”>’.$desc_string.'</span>’; } insert this between $output .= ‘<li>…’ and $output .= ‘</li>’; Please NOTE: There might be a better … Read more

Excerpt preview

You could publish the post as private, so when you logged in the excerpt is showing on the archive page.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)