Footer

How to remove the embed_footer?

How to remove the embed_footer?

There are two ways:

  1. Create a child theme and create footer. php and call wp_footer(); hook there.
  2. Or If you just want to remove the footer text you can do this in CSS just find the class or id and make it display: none;

insert metadata on title
How do you add meta title? How do I embed metadata in Word? Is a title metadata? How do I add a meta description? What is the difference between title...
How to upload an image to a custom post type
How do I add multiple images to a custom post type? How do I upload a custom image in WordPress? How do I create a custom post type Gallery? How do I ...
See which user role / capability is needed to use a plugin
How do I see user capability in WordPress? How do I add or remove capabilities to user roles in WordPress? How do I manage user roles in WordPress? Wh...