Disabling blog function
- The topic ‘Disabling blog function’ is closed to new replies.
Need help? Check out our Support site, then
I am trying to use Camera as a portfolio website and would like to disable the blog functionality of my posts. Specifically, I would like to hide/get rid of the timing of the post, the category display, as well as the previous post display so that my site is a static page displaying only my work. Is this possible if I purchased Camera through WordPress.com?
The blog I need help with is: (visible only to logged in users)
Hi Connor,
Thanks for posting over here. Ok, so to get those things hidden, you’ll have to have the Custom Design upgrade so we can add some custom CSS. You can add this via your WP.com dashboard if you don’t have it.
Add the following CSS to Appearance > Customize > CSS.
.posted-on, .entry-meta { display: none; }
That’s exactly what I was looking for, thanks!