Community Forums › Forums › Archived Forums › General Discussion › Date and Comment Meta Disappeared
Tagged: post meta issues, Runway Theme
- This topic has 19 replies, 2 voices, and was last updated 11 years, 4 months ago by
RobG.
-
AuthorPosts
-
November 1, 2013 at 3:06 pm #70371
thegirlcreative
MemberI'm editing the Runway theme and my date and "leave a comment" link disappeared on the front page and on the blogs posts. I don't think I played around with that code but can't get it back.
http://www.demo.thegirlcreative.comNovember 1, 2013 at 3:08 pm #70372RobG
MemberDo you have a backup copy of your function.php file? you may need to restore it.
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossNovember 1, 2013 at 3:14 pm #70373thegirlcreative
MemberI do have it. I tweaked mainly the stylesheet but maybe I did something in the functions file too. I will compare. I'd hate to lose all my edits if I have to restore it.
November 1, 2013 at 3:17 pm #70374RobG
MemberDid you edit the function.php at all?
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossNovember 1, 2013 at 3:24 pm #70377thegirlcreative
MemberI only put my copyright info in it.
November 1, 2013 at 3:28 pm #70379RobG
MemberI have StudioPress Propack and was looking for that theme you're using but I can't see to locate it. I was going to see what might be missing.
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossNovember 1, 2013 at 3:30 pm #70380thegirlcreative
MemberIt's a 3rd party theme I think although I did purchase it through Studiopress last week.
November 1, 2013 at 3:31 pm #70381RobG
MemberI can see the “leave a comment” link under each post is that what you're referring to?
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossNovember 1, 2013 at 3:33 pm #70383thegirlcreative
MemberIf you look at this site (www.smartschoolhouse.com) you will see there is the date and comments right under the post title (on the homepage). If you click on a post, you will see it again under the title. That is what mine should look like.
November 1, 2013 at 3:37 pm #70387RobG
MemberYes I can see it, I would need to see the function.php file to try and figure out what might be missing.
Do you have a copy of the function.php?
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossNovember 1, 2013 at 3:38 pm #70388thegirlcreative
MemberI do. Where should I send it?
November 1, 2013 at 3:42 pm #70389RobG
MemberOr if you like maybe you can download that theme in a folder and allow me to grab a copy so I can upload it on my demo domain to see the function.php file. I would be more then happy to help anyway I can.
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossNovember 1, 2013 at 3:45 pm #70390thegirlcreative
MemberThat would be awesome! I can do that. What email should i send it to?
November 1, 2013 at 3:53 pm #70391RobG
MemberThis reply has been marked as private.November 1, 2013 at 4:38 pm #70400RobG
MemberHello Diana after looking at the function.php this is the custom post function , that control your date and post comment. I'm not sure what could be missing but it seems like your [post_date] [post_comments] are not there.
Accesss your function.php and locate the following code you see below. Copy your existing custom post function and just replace it with the one below. If there's anything missing from it, it should add it and should be ok.
// Customize the post info function add_filter( 'genesis_post_info', 'post_info_filter' ); function post_info_filter($post_info) { if ( !is_page() ) { $post_info = '[post_date] [post_comments]'; return $post_info; }}
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossNovember 1, 2013 at 5:52 pm #70420thegirlcreative
MemberOkay, I tried that and it didn't work. I even tried deleting the theme, installing it again and still nothing. I made a total mess. ha ha I'm starting over with a new test site and hopefully I won't make the same mistakes. Thanks so much for your help, Rob. 🙂
November 1, 2013 at 6:08 pm #70423RobG
MemberI Would be happy to look at it for you if you like.
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossNovember 1, 2013 at 7:48 pm #70433thegirlcreative
MemberI appreciate that. I started over and am slowing figuring out where I had made tweaks to the style sheet.
November 2, 2013 at 4:41 am #70466RobG
MemberOk good luck sometimes it take practice to craft it.
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgossNovember 2, 2013 at 4:41 am #70467RobG
MemberOk good luck sometimes it take practice to craft it.
To speed up the process please post the link to the website in question.
We recommend using Firebug to view source codes http://getfirebug.com/
RobGoss WordPress Developer
We build WordPress websites for your business or personal goals
http://www.robgoss.com / Follow me Twitter / https://twitter.com/robgoss -
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.