Jump to content

emmdah

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by emmdah

  1. hello!

     

    I have just started learning about html, css and all that stuff.. I am beginning to get an understanding.. But there is something that really annoys me!

     

    This is used to automatic retrieve post title, link and content.. but how??

    I would like to have a featured image+some text on my first page, instead of the whole post!

     

     

    ${ }

     

     

     

     

    <div class="entry">
    <h2>
    <a href="${EntryCategoryLink}">${EntryTitle}</a>
    </h2>

    <div class="content">${entrybody}</div>

×
×
  • Create New...