Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2015-06-17 22:15:56

sileibo
Member
Registered: 2012-12-28
Posts: 155

Remove author of post and the other bit below

I'm attempting to utilise the Wordpress blog as general information list.

I want to remove the date, time, author and all the archive folder bits and lines below each blog post.

I found a Plugin to easily remove the date.

I found a plugin to remove the Author - but it still leaves a quotation mark (") at the beginning.

Is there an easier way to remove it all?

Thanks

Offline

#2 2015-06-17 22:26:34

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Remove author of post and the other bit below

Instead of the plug-ins you could use custom css to remove all of that post meta stuff, including the quote mark:

.post-meta { 
display:none;
}

to remove just that quote mark:


.fa.fa-fw.fa-quote-left {
display:none;
}


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2015-06-18 00:16:20

sileibo
Member
Registered: 2012-12-28
Posts: 155

Re: Remove author of post and the other bit below

Awesome - that worked great!

Offline

Board footer

Powered by FluxBB