"Share This" appearing in excerpts
-
Hi, I’ve got the same problem as amorgwrites in this post: “Share This” appears in excerpts with no icons. See scubacat.com (half way down “Other Recent Posts”). I’ve been in touch with Solostream who make the Radiance theme I’m using and they say they are using the standard way of calling a post excerpt. Here is their code:
/*-----------------------------------------------------------------------------------*/ // Function to get the post excerpt /*-----------------------------------------------------------------------------------*/ function solostream_excerpt() { if ( get_option('solostream_post_content') == 'Excerpts' ) { ?> <?php the_excerpt(); ?> <p class="readmore"><a class="more-link" href="<?php the_permalink() ?>" rel="nofollow" title="<?php _e("Permanent Link to", "solostream"); ?> <?php the_title(); ?>"><?php _e("Continue Reading ?", "solostream"); ?></a></p> <?php } else { the_content(__("Continue Reading ?", "solostream")); } }
Any ideas?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘"Share This" appearing in excerpts’ is closed to new replies.