• Resolved ebenezer357

    (@ebenezer357)


    Hello there everybody,

    I’m writing a new template and i added the title of the post by writing: <?php the_title(); ?> but now i want to display the Description area, i mean the space where you can put a picture, text, description, etc.

    Anybody please tell me which code is it for showing up whatever i have on this content area.

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    i mean the space where you can put a picture, text, description, etc.

    We can’t actually see what you mean.

    Can you post your new template’s entire code in PasteBin and send us a link to that?

    robin90

    (@robin90)

    Hi ebenezer357,

    <?php the_content(); ?> will do that

    Rabin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘description php code’ is closed to new replies.