• Hi @farinspace

    We are trying to implement a news page to the site, but noticed that the Recent Posts section in the sidebar only points to the vanilla post area on WordPress, which doesn’t actually catch any of the actual releases we have posted on Nooz. Is there a way to fix this without having to upload duplicate press releases in the Post section as well? Is there also a way to remove the “Recent Comments” in the sidebar?

    Secondly, we are hoping to hide the author in the banner space as well. Is there a way to do that? Clicking on the author link right now yields to page with 0 results.

    Please let me know. Thank you!

    Simon

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor farinspace

    (@farinspace)

    The “Recent Posts” and “Recent Comments” widgets can be removed from the “Appearance > Widgets” admin area.

    The Nooz plugin currently does not support a built-in widget to show “Recent Releases/Coverage”, however you may be able to find 3rd-party widgets and/or plugins to display custom post types (e.g. press releases/coverage).

    As for hiding the author, I would suggest using CSS to target and hide that particular content, something like the following should work:

    .type-nooz_release .entry-meta { display: none; }

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar / Author area’ is closed to new replies.