Forum Replies Created
-
Well here “whole” posts are shown on my frontpage π
Have You checked full posts are shown here:
http://www.elvirafuchs.at/wp-admin/options-reading.php
And Hope You forgive me: Is it a Child Theme π
Kim
The wise thing to do. Not that hard, hmm.. more rewarding π
Kim
Hi
No doubt You need to restore footer.php & look at it again. But it also tells me that before You spent to many days, please read this: Did You made a Child Theme?
The funny thing about WordPress Themes is that changes are gone when You update the Theme if You dont use a Child Theme: (Just look for posts with help & upgrade π
http://codex.wordpress.org/Child_Themes
Kim
Well I just think SEO is quite okay with tagline from
/wp-admin/options-general.php& You can make it lookbetter the other way.
Kim
No thats it π
Maybe You have some older code somewhere!
Kim
You need to upload and link to different images π
Then again, in
style.css:#rss a {
margin-left:10px;
}
#rss a.rss_link {
margin-left:23px;
}And Your icons is 29x29px π
Kim
Well I made header.png in PS / PSE
Then disable header text.
In my point of view the best solution.
Kim
I Your Child Theme
functions.phpinsert as many “link” linies You like:<?php
function graphene_social_icons(){ ?>
<a href="http://www.facebook.com/sample" title="Facebook"><img src="http://www.sample.org/facebook.png" /></a>
<a href="http://www.twitter.com/sample" title="Twitter"><img src="http://www.sample.org/twitter.png" />
</a>
<?php
}
add_action('graphene_feed_icon','graphene_social_icons');
?>Next I think You like to have less space between icons.
Insert in Child Theme
style.css:#rss a {
float: right;
margin: 13px 10px 0 0;
}
#rss a.rss_link{
margin-right:23px;
}And If You need some icons π
http://www.iconfinder.com/search/?q=social+icon
Kim
Have You made a Child Theme?
http://codex.wordpress.org/Child_Themes
I just like to know where my advice will go π
Kim
