Genesis Theme Framework – one of the most popular and SEO optimized theme framework from StudioPress. I’m using Genesis Theme Framework on one of my blog and did not like post meta tags after post and you can see them in action here.
Removing post meta tags from Genesis Theme Framework is not too hard. All you have to do is to add one line of code in functions.php file. In this post I’m sharing how to remove post meta tags from Genesis Theme Framework in form of step-by-step guide.
Step1: First log-in into wp-admin panel, then scroll down to “Appearance” and click on “Editor” as shown below:
Step2: As soon as you click on “Editor”, a new window open as shown below. Now click on “functions.php” file.
Step3: When you click on “functions.php” (in step 2), a new window open as shown below.
Step4: Now copy this code:
// Remove post meta
remove_action (genesis_after_post_content’,’genesis_post_meta’ );
Step5: After copying above code, paste this code in functions.php file (in step3) and click on “Update File”.
Step6: Congratulations, you have successfully removed post meta tags from Genesis Theme Framework.
Isn’t it easy? If you have any query let me know via comments and do not forget to follow WebGuide4U on Twitter for more tutorials on Genesis Theme Framework.
jibran says
in my function. php there is lengthy coding
where to paste that code
at the the end of all coding?
Vivek Parmar says
After end of all coding. If you have ay query let me know further.