Jump to content
Sign in to follow this  
freshlydesigned

Remove Post info line

Recommended Posts

freshlydesigned

Hi guys, Is it possible to remove the line of info underneath the Title of the post, that would be something like this: By admin On October 24, 2011 ?· Leave a Comment [Edit] If it is possible, could you also tell me if removing the date info whether that would be a negative when it comes to SEO? Thanks Jamie

Share this post


Link to post
Share on other sites
Rob
You are correct that removing the date info would be minimally harmful to your SE results. Minimally. Even if it's not displayed, the date's still recorded and found inside the post's meta info. There are two options. Remove all but the date or, remove it all. This solution is added at the end of your functions.php in PlatformBase. Here's the latter: [code]function custom_meta_clip(){ ?> " class="published"> } [/code] If you want to just remove the author, for example, you can use: [code]#postauthor {display: none;}[/code]

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
freshlydesigned
Thanks, I ended up going for .fpost .metabar {display: none;} works fine. :-)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×