• Resolved jmonroe

    (@jmonroe)


    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

    (@profilegrid0)

    Hello @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/.

    Thread Starter jmonroe

    (@jmonroe)

    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.