helios
asked 11 years ago

1. Instead of “By USER in CATEGORY” I would like my intro posts to have just “CATEGORY” (or “CATEGORY, CATEGORY” if there’s more than one).

2. Instead of “By USER in CATEGORY on DATE” I would like my full posts to have just “CATEGORY” (or “CATEGORY, CATEGORY” if there’s more than one).

3. How to hide tags at the bottom of a post?

I’m applying edits in the child theme, so it would be great to receive instructions for that.

1 Answers
DominicStaff
answered 11 years ago

1. To have just “Category”, please open the content.php in the folder path (wp-content\themes\wall_classic)
– Hide author of the post, please remove line 47 – 50.
– Change the category: go to line 56

2. You can open the content-single.php in the folder path (wp-content\themes\wall_classic).
– hide author, please remove line 26 – 29.
– hide date, remove line 42 – 45
– change the category, go to line 36

3. To hide tags at the bottom of a post, you can log in to Dashboard > Apparance > Editor. Open the style.css and add the following code :

.post-meta.meta-bottom .tags, .post-meta.meta-bottom .tags a{
color: #fff;
}

Hope this helps !
Regards,
Dominic

Powered by DW Question & Answer Pro