• Did lots of searching, and found lots of different answers but nothing specific to solve my problem. How do I remove particular items from the blog?

    – I would like to remove “posted in uncategorized” under each blog post.
    – Also would like to remove “This entry was posted in Uncategorized. Bookmark the permalink. Follow any comments here with the RSS feed for this post. Trackbacks are closed, but you can post a comment.” from the page of individual post.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Have you asked on Photocrati’s forums? They provide support for their commercial themes. These forums, unfortunately, don’t support commercial themes as they are not freely available for testing/use and it’s also part of what you pay for.

    https://members.photocrati.com/

    Thread Starter ryanlam

    (@ryanlam)

    Nothing under their support topics, and I am having trouble contacting them through their site. Am I just out of luck until I get a hold of Photocrati?

    It’s probably possible to do what you want in the CSS code using “display: none;” but the selectors for the CSS are site specific so you’d need to post a link to your site.

    Also, do you have a custom CSS option or child theme? If not, your changes will be erased when the theme is updated — so that’s another theme-specific issue.

    Thread Starter ryanlam

    (@ryanlam)

    Here is a link to my site, https://www.ryanlamphotography.com

    As for the custom CSS option or child theme, I am unsure. Still very new to all of this. But I do see a style.css, would that indicate that this has a child theme?

    No, that’s the regular stylesheet and if you make changes there, they will be erased when you update the theme. So I’d suggest you create a child theme or use a custom CSS plug-in:

    https://codex.www.ads-software.com/Child_Themes

    BUT, it’s possible Photocrati handles custom CSS differently, so that’s another reason to check with them about making changes…

    That said, this CSS code should hide the pieces you don’t want to show up on your pages:

    .entry-utility {
       display: none;
    }

    You can also contact support by sending an email directly and not using the form. support at photocrati.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Photocrati: remove items from blog’ is closed to new replies.