I have a section in my wordpress theme I started from scratch, in that section I have a title, tagline and a description.
I am displaying them using:
for title:
get_bloginfo();
for tagline:
get_bloginfo('description');
I need a way where the user can write a longer description of the site and display it.
I only found on google how to add meta descriptions but that's not what I want.