jkhnels
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Change my Blog Logo in Browser TabI’m sorry, I mean the blog site icon.
Forum: Themes and Templates
In reply to: Express Store theme and Sidebar PositionI would love to try and find a new theme, but that is not going to be on the priority list for a while. I was hoping there was a plugin that I could use that would provide access to determining where the sidebar was, regardless of the theme?
Sure thing!
Forum: Themes and Templates
In reply to: Site Title is Showing Up Twice in All Blog Post TitlesHey @schigk, you should start a new thread with more information on your issue.
As per the Forum Welcome, please post your own topic. Posting in an existing topic prevents us from being able to track issues by topic. Added to which, your problem – despite any similarity in symptoms – is likely to be completely different.
I solved my issue by editing the settings of All in One SEO, not sure if YoastSEO is different. Good luck!
Ah, thanks Jeremy. What a bummer!
The subscriber had reached out to me asking to change it. Is it possible to have something built in to handle this issue in the future? I think it would certainly be useful!!
Forum: Themes and Templates
In reply to: Hiding Featured Image in TwentyTwelve ThemeSo I have updated my content.php file and uploaded it to my child theme, however it’s still showing the featured image above the post.
Would anyone else be able to provide a little guidance on this? The child theme is active and I have updated all my settings to how they were in the parent them.
Thanks!
Forum: Themes and Templates
In reply to: Hiding Featured Image in TwentyTwelve ThemeThanks for your help. I will try adding the content.php file and see if that works.
Forum: Themes and Templates
In reply to: Hiding Featured Image in TwentyTwelve ThemeOk thank you, that was not clear in the Child Theme directions.
Now next question, where should I make an edit to remove the featured image from the post? I would like to have the same coding as Gary mentioned in this thread.
When a post is summarized I want the featured image to show.
When a post is displayed in full I don’t want the featured image to show.
Using the following code seemed to do the trick:
<?php if ( !is_single() ) the_post_thumbnail(); ?>As I intend to swap out my full posts for summary posts to encourage more click-through. Could you direct me on how to do that?
Forum: Themes and Templates
In reply to: Hiding Featured Image in TwentyTwelve ThemeThanks. Now it has overwritten the parent CSS so nothing is appearing correctly.
Based on the Child Themes link above, I’ve done this:
/*
Theme Name: Twenty Twelve Child
Theme URI: http://jkhnelson.com/
Description: Child theme for the Twenty Twelve theme
Author: Jen
Author URI: http://jkhnelson.com
Template: twentytwelve
Version: 0.1.0
@import url(“../twentytwelve/style.css”);
*/Is that correct placement of the parent CSS sheet?
Forum: Themes and Templates
In reply to: Hiding Featured Image in TwentyTwelve ThemeYes, I tried that. The directions are not clear on http://codex.wordpress.org/Child_Themes. Hence why I am posting… I’m not a coder so I don’t understand which parts I need to create a child theme and change the way thumbnails/featured images are used.
I also have not activated the child theme since it didn’t seem to do what I was looking for. I thought I would check my work first 🙂
Forum: Themes and Templates
In reply to: Hiding Featured Image in TwentyTwelve ThemeI should add that my theme seems to always choose the last image in the post, even when pushing jkhnelson.com/feed to Feedly, etc. And I would like to be able to select which image is used.
Forum: Themes and Templates
In reply to: Disable Featured Image as Header in Twenty Twelve@esmi, I will, just thought I would start here since this is where I found the code I’m trying.
Thanks!
Forum: Themes and Templates
In reply to: Disable Featured Image as Header in Twenty TwelveHey y’all. So with the <?php if ( !is_single() ) the_post_thumbnail(); ?> that Gary provided, should that only go on the content.php document?
I’ve created a child theme with just that change, but the thumbnails are still appearing when I ‘live preview.’ I basically copied the entire theme and made that one change on that document, but left the rest the same. Is there another change I need to make?
Thanks!
JenForum: Themes and Templates
In reply to: Site Title is Showing Up Twice in All Blog Post TitlesThanks, I’ve figured out that it was the Outbrain plugin and I’ve contacted their support.
Thanks!
JenForum: Themes and Templates
In reply to: Site Title is Showing Up Twice in All Blog Post TitlesSo I’ve deactivated and reactivated a bunch of things. This seems to have fixed the problem in the browser bar, but not on the suggested posts.