What do you mean by the custom field in WordPress?

devquora
devquora

Posted On: Feb 22, 2018

 

Custom fields are also known as post meta. Post meta is a feature in WordPress which allows post authors to add additional information at the time writing a post. WordPress stores this information as metadata in key-value pairs. Users can later display this metadata by using template tags in their WordPress themes if required.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Wordpress Interview Questions

    What is WordPress?

    WordPress is free open source content management system (CMS) written PHP language and licensed under GPL. It allows us..

    Wordpress Interview Questions

    What are minimum requirements to run WordPress?

    PHP 7 or greater MySQL 5.6 or greater OR MariaDB 10.0 or greater The mod_rewrite Apache module HTTPS support(Recommende..