flyboym535i
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I Show # of Replies on Twenty Twelve Front Page?Esmi-
Clearly I don’t know what I’m doing, 🙂
I hadn’t made a child theme before, and don’t know a lot about PHP, but I did know I wanted to backup the original theme instead of editing it.
Perhaps I didn’t do it correctly, but it seems to be working fine, at least now that I found those missing lines.
Is there any disadvantage to duplicating the folder structure rather than making a child theme with select files?
Forum: Fixing WordPress
In reply to: How can I Show # of Replies on Twenty Twelve Front Page?I found the culprit!
comparing the file “content.php” in both the original Twenty Twelve and the child theme, I found lines 26-30 were missing. I replaced them, and now it is working.
<?php if ( comments_open() ) : ?> <div class="comments-link"> <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentytwelve' ) . '</span>', __( '1 Reply', 'twentytwelve' ), __( '% Replies', 'twentytwelve' ) ); ?> </div><!-- .comments-link --> <?php endif; // comments_open() ?>Thank you for your patience and help. You pointed me in the right direction.
Forum: Fixing WordPress
In reply to: How can I Show # of Replies on Twenty Twelve Front Page?I don’t understand the question:
What post format(s) are you using?
What do you mean by this question?
The child theme has all the same content-xxx.php files as the original Twenty Twelve theme. I can see the same files in both folders on the server.
Forum: Fixing WordPress
In reply to: How can I Show # of Replies on Twenty Twelve Front Page?The child theme was a duplicate of the original Twenty Twelve theme. The folder was an exact copy.
I just compared index.php, page.php, and single.php and they are the same in both templates.
Forum: Fixing WordPress
In reply to: How can I Show # of Replies on Twenty Twelve Front Page?Esmi – you don’t understand. I want it to show not only when there are comments, but even when there are not. For example, if there are no comments, it should say, “Leave reply” or something similar.
Apparently there is something wrong with a child theme page, and I need to compare the child theme page to the original template file, but I’m not sure which files to compare.
Do either of you know which file name I should be looking at?
index.php?
single.php?
content.php?
page.php?I’m clueless as to which one is controlling the home page. Thanks for your help guys.
Forum: Fixing WordPress
In reply to: How can I Show # of Replies on Twenty Twelve Front Page?Andrew,
When I activate the default Twenty Twelve theme, it does show the reply count just under the post Title, on the front page.
Which template file would be the culprit here, so I can compare the original Twenty Twelve theme file with the child theme file, to find the problem?
Forum: Fixing WordPress
In reply to: How can I Show # of Replies on Twenty Twelve Front Page?Let’s not miss the point here… I’m not interested in finding out whether they’re enabled by default or not. Rather, how do I get them to appear on my Front Page?
Currently my front page is configured via the WP Settings to show the 3 most recent posts.
Any help in getting the replies to show up is appreciated. Everything else kind of misses the point 😉
Forum: Fixing WordPress
In reply to: How can I Show # of Replies on Twenty Twelve Front Page?I’m not sorry to argue the point, 😉 but:
http://cdn.ittybisous.com/no%20comments.pngForum: Fixing WordPress
In reply to: How can I Show # of Replies on Twenty Twelve Front Page?Your argument isn’t helping. I can see for myself that they do not show up. Please read this carefully:
I have posts with comments, and the template has not been edited. They do not show up by default on the Front Page, when the Dashboard > Settings > Reading > Front Pages Displays: is set to “Your latest posts”
Perhaps you are correct if it is using a “Static Page” for the Front Page.
I’m happy to email you a link to my site and you can see for yourself.
Forum: Fixing WordPress
In reply to: How can I Show # of Replies on Twenty Twelve Front Page?Sorry esmi, but it is not. On the home page, set to show “recent posts”, it doesn’t show the number of replies. I have posts with comments and it doesn’t show the number of replies, or any link to the comments.
You have to click the post first, and then on the single post page you see the comments.
On the home page, showing the 3 most recent posts, it doesn’t show the number of replies.
Forum: Fixing WordPress
In reply to: How can I Show # of Replies on Twenty Twelve Front Page?I would like it to appear just above the text at the end of each post that says:
This entry was posted in _____ and tagged _____ on [date]
Please do NOT create duplicate threads on these forums –
http://wordpress.org/support/topic/how-can-i-show-of-replies-on-twenty-twelve-front-page-6-posts?replies=3Forum: Fixing WordPress
In reply to: How can I Show # of Replies on Twenty Twelve Front Page?I think what I need is this, but I’m not sure where to put it:
<?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentytwelve' ) . '</span>', __( '1 Reply', 'twentytwelve' ), __( '% Replies', 'twentytwelve' ) ); ?>Forum: Fixing WordPress
In reply to: How can I Show # of Replies on Twenty Twelve Front Page?Karthikskr, thanks for replying, but it’s not what quite what I’m looking for. In the last two hours, I too have found many similar pages all over Google with the same advice, but it’s not helpful as it isn’t obvious where to put it in Twenty Twelve theme.
What I need is specifically to know where to put it, and in which template file, for the Twenty Twelve theme…
Forum: Fixing WordPress
In reply to: How can I Show # of Replies on Twenty Twelve Front Page?Let me clarify –
I mean that I want it to show the number of replies, not the actual comments themselves…
For example,
“2 Replies” and then you click it to see the post, comments, and comment form.
Or maybe it says, “2 Comments”, and you click it to see.
Posted. Thanks again.