Tagged: x
-
AuthorPosts
-
June 2, 2016 at 3:40 am #1021726
MichaelParticipantI just updated to the latest X theme files and when I refreshed my homepage I noticed that the total number of comments were no longer showing up on the blog post, or even when I click through to the specific post.
Under the blog post titles, it usually lists the categories and then the total number of comments.
Prior to the update, it used to read (for example), “36 Comments”, but now it reads “%s Comments” on all the posts.
Any idea how I can fix this?
Thank you!
June 2, 2016 at 7:01 am #1021970
Paul RModeratorHi,
It looks like your theme files is corrupted.
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
June 2, 2016 at 10:24 am #1022356
MichaelParticipantThis reply has been marked as private.June 2, 2016 at 12:41 pm #1022629
RahulModeratorHey There,
It’s a confirmed bug, we’ve already patched it and it’ll be in the next release.
For now, find this code:
$text = ( 0 === $number ) ? 'Leave a Comment' : _n( '%s Comment', '%s Comments', $number, '__x__' );and replace with
$text = ( 0 === $number ) ? 'Leave a Comment' : sprintf( _n( '%s Comment', '%s Comments', $number, '__x__' ), $number );If you still have issues after updating that, open a thread in the forum and we’ll be right along to assist. 🙂
Thanks!
June 2, 2016 at 2:59 pm #1022872
MichaelParticipantOkay, thanks. Could you be more specific on which file(s) this needs to be replaced in?
June 2, 2016 at 10:03 pm #1023515
DarshanaModeratorHi there,
You can locate the code under your stack (/wp-content/themes/x/framework/functions/renew.php).
The fix for this issue will be released tomorrow in version 4.5.2 so kindly stay tuned.
Thanks!
June 3, 2016 at 12:15 am #1023634
MichaelParticipantThat worked. Thanks for the temporary band-aid!
June 3, 2016 at 3:03 am #1023815
Paul RModeratorYou’re welcome! 🙂
June 3, 2016 at 6:16 am #1024010
martinedensParticipant+1 on this
June 3, 2016 at 9:35 am #1024274
Paul RModeratorNoted. Thanks
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1021726 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
