About Sridhar Katakam
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Genesis and WordPress Tutorials
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.
Hello Sridhar , What about the users who using different social share plugins other than social warfare ? will it work for them too
Yes Prakash.
Just replace
[php]if ( function_exists( ‘social_warfare’ ) ) {
social_warfare();
}[/php]
with the PHP code to display social sharing icons of the plugin you are using.
Is there a way to prevent the featured image from the featured displaying in the single post view?
You mean, prevent featured image from appearing on the single post page just for the latest post? Which child theme are you using?
Hi Sridhar
I’m going to give this a go (fingers crossed!). Just a quick question, what if I don’t want the social media icons not showing at the end of the blog excerpt?
Can this line be removed or edited etc.?
if ( function_exists( ‘social_warfare’ ) ) {
social_warfare();
}
Yes.
Just to clarify – I do want my social media icons to be seen at the end of the blog post when viewing the complete entry (as I have them now), just not showing when in “excerpt” mode – so it is consistent with the format of the rest of the page etc.
Thanks Sridhar
I’ve fiddled and changed the “Continue Reading” button to my websites fonts/colour scheme etc. but I am unable to figure out how to change the text font to white when you hover on it – currently it goes black. Please see first post here – http://veronicacolvin.com/blog/
I made the following changes to the Style.css sheet.
.blog .content .more-link {
display: table;
margin: 20px auto;
background-color: #222222;
border: 1px solid #222222;
color: #fff;
font-weight: 300;
padding: 10px 24px;
font-size: 18px;
}
.blog .content .more-link:hover {
background-color: #27b4b2;
border: 1px solid #27b4b2;
color: #fff;
font-weight: 300;
padding: 10px 24px;
font-size: 18px;