Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Make post and page tags invisible #51

Closed
ghost opened this issue May 23, 2014 · 13 comments
Closed

Make post and page tags invisible #51

ghost opened this issue May 23, 2014 · 13 comments

Comments

@ghost
Copy link

ghost commented May 23, 2014

How can I make post and page tags invisible? I don't want them showing up either on the post or on the main blog page with the summaries.

@lukefretwell
Copy link
Member

@devinsays would this work?

.entry-meta {
display: none;
}

@ghost
Copy link
Author

ghost commented May 23, 2014

Um. Not sure which .php page to add that into...

@lukefretwell
Copy link
Member

See the custom css field under appearance/theme settings. Add the CSS code there.

@ghost
Copy link
Author

ghost commented May 23, 2014

2014-05-22 22_36_52-manage themes wordpress

I'm not seeing a place to add custom css code... I'm working on a wordpress.org self-hosted site - does that make any difference?

@ghost
Copy link
Author

ghost commented May 23, 2014

Ah. Found a plugin and the code takes them away. But it also takes away the author name and stuff, which I would like to keep.

Would

.entry-meta {
display: date; author;
}

work?

@ghost
Copy link
Author

ghost commented May 23, 2014

Also, while I'm at it, how do I get rid of the "Post Title by Author Name" at the bottom of every post?

@lukefretwell
Copy link
Member

Not sure if the wordpress.org version has been updated to include CSS editor.

See:

screen shot 2014-05-22 at 8 18 12 pm

On the tags/categories, recommend just deleting from here:

https://github.com/govfresh/govpress/blob/master/content-single.php

I don't see the "Post Title by Author Name" issue, so this might have been deprecated after the wordpress.org version was upload.

@ghost
Copy link
Author

ghost commented May 23, 2014

Okie dokie. Thanks so much!

@devinsays
Copy link
Contributor

The Jetpack plugin has a custom CSS module. This would also hide them:

footer.entry-meta { display: none }

The benefit of using the css module rather than editing the code directly is that you won't lose your changes when you update.

@lukefretwell
Copy link
Member

Ah, yes. @devinsays is that 'Edit CSS' via JetPack or in the most recent version of GP?

@devinsays
Copy link
Contributor

You can always edit a theme's CSS if you have admin permissions via the WordPress editor (regardless of theme).

But the custom CSS module is part of Jetpack.

@lukefretwell
Copy link
Member

Thanks for jogging my memory. :-)

JetPack FTW!

@lukefretwell
Copy link
Member

Also, I'll be in Austin first week of June for ... DrupalCon. :-|

We should try meeting up, have a GovPress board meeting.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants