Jump to content


Remove "by" and "catgories" links showing on posts and pages.


  • Please log in to reply
7 replies to this topic

#1 SkiLady

SkiLady

    Advanced Member

  • Members
  • Others: Toolkit
  • PipPipPip
  • 160 posts

Posted 17 January 2011 - 10:20 PM

http://www.smartsocials.com under construction

How do I remove the "By Admin" under the topic heading and remove from the bottom where it says "categories and catgoriezed"

#2 Brett Weaver

Brett Weaver

    Advanced Member

  • Members
  • Others: All Plugins, Builder, Webdesign
  • PipPipPip
  • 190 posts

Posted 17 January 2011 - 10:59 PM

Hi Stacey,

Me again :)

Add this to the bottom of your child theme style.css:

.post .post-meta .meta-bottom {display: none; }

That should do it, but it will also remove it from the 'post view' (single.php) view. The view you get when you click the title of that post. You may or may not want that. In that case you'd have to go into the theme template and conditionally remove it with an IF statement. The CSS solution will be the cleanest and easiest if that's what you want.

Brett
Personal Site: BrettWeaver.com| Biz Site: Real Estate Photography

#3 SkiLady

SkiLady

    Advanced Member

  • Members
  • Others: Toolkit
  • PipPipPip
  • 160 posts

Posted 17 January 2011 - 11:22 PM

I am moving this to the correct forum too...sorry about posting here. Thanks Brett

#4 SkiLady

SkiLady

    Advanced Member

  • Members
  • Others: Toolkit
  • PipPipPip
  • 160 posts

Posted 17 January 2011 - 11:23 PM

I don't want my site to look like wordpress postings...so if I remove these items I won't have a problem? Thanks

#5 Brett Weaver

Brett Weaver

    Advanced Member

  • Members
  • Others: All Plugins, Builder, Webdesign
  • PipPipPip
  • 190 posts

Posted 17 January 2011 - 11:29 PM

Not technically. And if it looks and works the way you want it then not functionally either.

Brett
Personal Site: BrettWeaver.com| Biz Site: Real Estate Photography

#6 SkiLady

SkiLady

    Advanced Member

  • Members
  • Others: Toolkit
  • PipPipPip
  • 160 posts

Posted 17 January 2011 - 11:31 PM

Hi Brett, that code did not change anything.....I added it to the bottom of my css style sheet and I still have the same issue.

#7 Brett Weaver

Brett Weaver

    Advanced Member

  • Members
  • Others: All Plugins, Builder, Webdesign
  • PipPipPip
  • 190 posts

Posted 17 January 2011 - 11:46 PM

LOL you're right. Try this:

.post .post-meta { display: none; }
.post .meta-bottom {display: none;}

Sorry!
Brett

Edited by Brett Weaver, 18 January 2011 - 01:45 AM.

Personal Site: BrettWeaver.com| Biz Site: Real Estate Photography

#8 SkiLady

SkiLady

    Advanced Member

  • Members
  • Others: Toolkit
  • PipPipPip
  • 160 posts

Posted 17 January 2011 - 11:54 PM

All of it worked....now I just need to add content or space...the content module is tiny.....Thanks so much Brett




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users