Quantcast
Channel: Support | Kriesi.at - Premium WordPress Themes » Topic: Display entire blog posts in feed
Viewing all articles
Browse latest Browse all 21

Re: Display entire blog posts in feed

$
0
0

Hi,

Just for clarification – Are you referring to your RSS feed or your actual blog page?

To remove the lightning bolt icon add this to your custom.css or Quick CSS:

.hr {
background: none no-repeat scroll center center #eeeeee;
}

What that will do is remove the lightning bold image but keep the grey line.

Now with the Facebook and Twitter links you have to be careful about the ” you use in “_blank” so you’ll want to type it like this:

if($facebook = avia_get_option('facebook')) echo "<li class='facebook'><a target='_blank' href='".$facebook."'>Facebook</a></li>";
if($twitter = avia_get_option('twitter')) echo "<li class='twitter'><a target='_blank' href='http://twitter.com/".$twitter."'>Twitter</a>

Regards,

Mya


Viewing all articles
Browse latest Browse all 21

Trending Articles