NiceThemesRemove Author name – NiceThemes http://nicethemeswp.com/forums/topic/remove-author-name/feed/ Tue, 22 Apr 2025 16:57:49 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/remove-author-name/#post-6686 <![CDATA[Remove Author name]]> http://nicethemeswp.com/forums/topic/remove-author-name/#post-6686 Wed, 06 Jan 2016 08:54:22 +0000 pakhibagai How can I remove author names and the ability to comment from the Posts, FAQ’s and Articles?

]]>
http://nicethemeswp.com/forums/topic/remove-author-name/#post-6695 <![CDATA[Reply To: Remove Author name]]> http://nicethemeswp.com/forums/topic/remove-author-name/#post-6695 Thu, 07 Jan 2016 13:11:46 +0000 Ricardo Aiello Hi pakhibagai,

If you want to disable comments for a specific post, FAQ or article, you can do so by editing it and unchecking the option in Discussion > Allow comments. If you don’t see the Discussion section, you should check if it’s enabled in the Screen options (in the upper right corner of the edit page).

If you don’t want your users to be commenting in your site at all, you can disable comments entirely by unchecking the option in Settings > Discussion > Default article settings > Allow people to post comments on new articles. In case that you want an intermediate option, you can fine-tune the commenting functionality of your site from this page of the WordPress admin.

Note that disabling the comments for the site does not disable them for previously published items: if you want to do so, you have to do it for each one of them. Fortunately, you can use WordPress’ bulk edit functionality by going to the items’ listing, checking all the items you want to edit, selecting Edit from the Bulk Actions dropdown menu, and choosing Do not allow in the Comments option.

Removing the author box is much easier: you can do it by unchecking the option in NiceThemes > Theme Options > General Settings > Post Author Box.

Please let me know if this fixes your issues, and if we can be of further assistance.

Best,

Ricardo

]]>
http://nicethemeswp.com/forums/topic/remove-author-name/#post-6703 <![CDATA[Reply To: Remove Author name]]> http://nicethemeswp.com/forums/topic/remove-author-name/#post-6703 Thu, 07 Jan 2016 17:12:08 +0000 pakhibagai Hi Ricardo,

The funny thing is that the box for ‘Post Author Box’ under NiceThemes > Theme Options > General Settings was unchecked. However, it is still showing up on our site. Could you check and advise?

The comments have been disabled. Apologies as I was unclear earlier on. You see when I make a post or post an article or FAQ – there is a line below the heading with icons for :

Author, Date, No comments like:
(Icon) Pakhi (Icon) December 21, 2015 (Icon) No Comments

I want to remove the icon with the Author name and the icon with the No Comments and ONLY retail the icon with the date for posts, FAQs and articles.

Is there a clean way to do this?

]]>
http://nicethemeswp.com/forums/topic/remove-author-name/#post-6707 <![CDATA[Reply To: Remove Author name]]> http://nicethemeswp.com/forums/topic/remove-author-name/#post-6707 Thu, 07 Jan 2016 19:42:59 +0000 Ricardo Aiello Hi pakhibagai,

Would you please provide me with a link to your website? With that, I’ll be happy to look into the issue.

Thanks in advance,

Ricardo

]]>
http://nicethemeswp.com/forums/topic/remove-author-name/#post-6709 <![CDATA[Reply To: Remove Author name]]> http://nicethemeswp.com/forums/topic/remove-author-name/#post-6709 Fri, 08 Jan 2016 04:47:09 +0000 pakhibagai Sure Ricardo – its http://www.nudgespot.com/help/

]]>
http://nicethemeswp.com/forums/topic/remove-author-name/#post-6714 <![CDATA[Reply To: Remove Author name]]> http://nicethemeswp.com/forums/topic/remove-author-name/#post-6714 Fri, 08 Jan 2016 12:44:30 +0000 Ricardo Aiello Hi pakhibagai,

Thanks, I see it now.

That piece of HTML code can’t be removed, but you can prevent it from showing by pasting the following code in NiceThemes > Theme Options > Design & Styles > Custom CSS:

.post-meta .post-author {
  display: none;
}

Please let me know if this fixes your issue, and if we can be of further assistance.

Best,

Ricardo

]]>
http://nicethemeswp.com/forums/topic/remove-author-name/#post-6715 <![CDATA[Reply To: Remove Author name]]> http://nicethemeswp.com/forums/topic/remove-author-name/#post-6715 Sat, 09 Jan 2016 10:14:52 +0000 pakhibagai Thanks Ricardo – it worked like a charm. How do I also remove the ‘No comments’ bit just like you helped me make the author name disappear?

]]>
http://nicethemeswp.com/forums/topic/remove-author-name/#post-6717 <![CDATA[Reply To: Remove Author name]]> http://nicethemeswp.com/forums/topic/remove-author-name/#post-6717 Mon, 11 Jan 2016 10:48:04 +0000 Ricardo Aiello Hi pakhibagai,

Sure! You can do it the same way, the code is very similar. For the comments part:

.post-meta .post-comments {
  display: none;
}

And for the date part:

.post-meta .post-date {
  display: none;
}

Please let me know if you need further assistance.

Best,

Ricardo

]]>
http://nicethemeswp.com/forums/topic/remove-author-name/#post-6718 <![CDATA[Reply To: Remove Author name]]> http://nicethemeswp.com/forums/topic/remove-author-name/#post-6718 Mon, 11 Jan 2016 10:57:33 +0000 pakhibagai Thanks Ricardo. You are a rock star!

]]>
http://nicethemeswp.com/forums/topic/remove-author-name/#post-6720 <![CDATA[Reply To: Remove Author name]]> http://nicethemeswp.com/forums/topic/remove-author-name/#post-6720 Mon, 11 Jan 2016 12:13:41 +0000 Ricardo Aiello Hi pakhibagai,

Thanks, glad to help! Please write again if there is anything else we can do for you.

Cheers,

Ricardo

]]>