Rick's Daily Tips

Your daily dose of practical, easy to follow tech tips!

  • Home
  • Rick’s Bio
  • Advertise
  • Privacy Policy
  • Rick’s Tip Jar
  • Get My Tech Tips Newsletter

How to remove post category and tags from page with Genesis Framework

Posted on January 5, 2013

genesis-framework-logoIf your WordPress blog was built using the Genesis Framework (and in my opinion it should be!), you might be wondering how to remove the Category and Tag post meta info from the home page and individual post pages. As with most everything else, Genesis makes doing so quite easy. Here’s how:

1 – Open your child theme’s functions.php file in your favorite code editor.

2 – Add this snippet of code at the bottom:

/** Remove the post meta function */
remove_action( ‘genesis_after_post_content’, ‘genesis_post_meta’ );

3 – Save the file and upload it to your server.

You’re done! Now you won’t see the category or tag information on either the home page or the individual post pages of your blog.

New warning message in WordPress 3.5 makes some blogs appear to be broken

Posted on January 3, 2013

wordpress-logoWhen WordPress released version 3.5 in December 2012 they included a brand new warning message about a possible security hole due to the way some plugins are written. If you recently upgraded your WordPress installation to version 3.5, you might be seeing a message similar to this at the bottom of every page:

“Warning: Missing argument 2 for wpdb::prepare(), called in /home/content/52/8331652/html/wp-content/themes/chateau-2.0/functions.php on line 91 and defined in /home/content/52/8331652/html/wp-includes/wp-db.php on line 990”

If so, don’t worry, your blog is perfectly fine. It isn’t broken. That is just a warning message, not an error message. Removing the warning message is easy. Just edit your wp-config.php file (make a backup copy of the file first though in case something goes wrong) and add this line to turn off error display on your blog:

@ini_set(‘display_errors’, 0);

Upload the edited wp-config.php file to your server and you’ll be good to go!

 

  • « Previous Page
  • 1
  • …
  • 32
  • 33
  • 34




Popular…

How do I ask you a tech question?


Step-by-step guide to completely ridding your PC of viruses and other malware


10 reasons why I recommend buying tech gear from Amazon


Advertise

Guest Post Guidelines

Want to ask me a tech question?

Handy Tech Resources

Privacy Policy

Computer Tips
Smartphone Tips
Blogging Tips

Tech Q & A
Reviews
Tech News

Write for RicksDailyTips.com

Scam alerts
Downloads

Copyright © 2022 RicksDailyTips.com

Affiliate Disclaimer


Rick's Daily Tips is hosted by InMotion Hosting. Click here to find out why.