Title: Remove Add Blog Post Button
Last modified: June 24, 2020

---

# Remove Add Blog Post Button

 *  Resolved [jmonroe](https://wordpress.org/support/users/jmonroe/)
 * (@jmonroe)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/remove-add-blog-post-button/)
 * Question…if I have disabled the blog option but still want to show the blog tab
   on the profile page. The problem is the Add New Blog Post button still shows 
   up on the Blog tab even though the feature is disabled. Is there a way to remove
   this other than hide it via CSS? Or can you make this change in a future update?
 * I am using a different plugin for adding posts because I don’t like ProfileGrid
   add blog post form with all the privacy options on it.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [ProfileGrid Support](https://wordpress.org/support/users/profilegrid0/)
 * (@profilegrid0)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/remove-add-blog-post-button/#post-13034435)
 * Hello [@jmonroe](https://wordpress.org/support/users/jmonroe/),
 * Thank you for writing to us.
 * You may hide/remove the Add New Blog Post button by creating a custom template.
   This can be achieved by copying and renaming the “default” folder inside “[plugin
   root]/public/partials/themes” to “[your current theme directory]/profilegrid-
   user-profiles-groups-and-communities/themes and edit HTML or CSS as required.
 * To change the profile page template, you need to edit the ‘profile-tpl.php’ file.
 * For more details on the custom template, you may visit the link: [https://profilegrid.co/creating-your-own-custom-templates/](https://profilegrid.co/creating-your-own-custom-templates/).
 *  Thread Starter [jmonroe](https://wordpress.org/support/users/jmonroe/)
 * (@jmonroe)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/remove-add-blog-post-button/#post-13035077)
 * Thanks for the reply. All I ended up doing is adding to custom css
 * .pmagic .pg-new-blog-button {
    display: none !important; }
 * Now the button is gone. Thanks for the help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Add Blog Post Button’ is closed to new replies.

 * ![](https://ps.w.org/profilegrid-user-profiles-groups-and-communities/assets/
   icon.svg?rev=2547387)
 * [ProfileGrid – User Profiles, Groups and Communities](https://wordpress.org/plugins/profilegrid-user-profiles-groups-and-communities/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/profilegrid-user-profiles-groups-and-communities/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/profilegrid-user-profiles-groups-and-communities/)
 * [Active Topics](https://wordpress.org/support/plugin/profilegrid-user-profiles-groups-and-communities/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/profilegrid-user-profiles-groups-and-communities/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/profilegrid-user-profiles-groups-and-communities/reviews/)

## Tags

 * [Blog](https://wordpress.org/support/topic-tag/blog/)
 * [button](https://wordpress.org/support/topic-tag/button/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 2 replies
 * 2 participants
 * Last reply from: [jmonroe](https://wordpress.org/support/users/jmonroe/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/remove-add-blog-post-button/#post-13035077)
 * Status: resolved