How to get the nivo slider to show excerpt [closed]

I’m not quite clear if your saying you can call the excerpt but it’s not showing up or if you don’t know the function to show the excerpt. If it’s the former it might be a CSS issue, if the latter the following should do the trick: <div class=”content-summary”> <?php the_excerpt(); ?> </div> You can … Read more

Add excerpt and post thumbnail to Buddypress blog directory page [closed]

I don’t have a complete answer for you. But I can point out that you should use the filter hook provided in the function bp_blog_latest_post() So something like: add_filter(‘bp_get_blog_latest_post’, ‘your_function’, 1); function your_function( ) { global $blogs_template; $str = // build your string to include excerpt and thumbnail return $str; } I don’t recall if … Read more

read more, even if excerpt not trimmed

Try a simple string replacement. The following is untested: function fabs_excerpt_more($output) { global $post; $output = str_replace(‘</p>’, ‘<a class=”more” href=”‘. get_permalink($post->ID) . ‘”>></a></p>’, $output); return $output; } add_filter( ‘excerpt_more’, ‘fabs_excerpt_more’ );

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