Support » Fixing WordPress » Writing Posts

  • Usually when you want to write a new post in WordPress you press the ‘Write’ tab and you’ve got a big blank box where you enter your writing.

    Now, I would like to add this piece of coding (a definition list) to show by default when you want to write a post in the big blank box:

    <dl class=”articles”><dt></dt><dd></dd></dl>

    I add my picture between the <dt> tags and the text between the <dd> tags to help me style pictures and text. Hope this makes sense and it is feasible.

    Or at least I would like to be able to add tags: <dl>, <dt>, <dd> to the HTML Editor

    How do you manage to do this?

    Thierry

Viewing 1 replies (of 1 total)
  • Thread Starter fireworkszone

    (@fireworkszone)

    How can you show this code by default when you want to write a post:

    <dl class="articles"><dt></dt><dd></dd></dl>

    Thanks for your help

Viewing 1 replies (of 1 total)
  • The topic ‘Writing Posts’ is closed to new replies.