Homepage HTML code for New Post Section

Discussion in 'HTML & Website Design' started by enterprisemind, Dec 3, 2012.

  1. #1
    Quick question, Is there any HTML code I can put on my home to make a section on it for all new posts(or recent posts) in my Wordpress site? Please advise.


    Thanks in advance
     
    enterprisemind, Dec 3, 2012 IP
  2. bowodesign

    bowodesign Member

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2
    or if you want more advance maybe adding thumbnail on the recent post, try to use some plugin that available free for WP, just googling it
     
    bowodesign, Dec 4, 2012 IP
  3. N Solanki

    N Solanki Member

    Messages:
    153
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #3
    Please check this code, I think this code would work for your purpose.

    <link href="http://lockimage.googlepages.com/SyntaxHighlighter.css" rel="stylesheet" type="text/css"/>
    <script language="javascript" src="http://lockimage.googlepages.com/shCore.js"></script>
    <script language="javascript" src="http://lockimage.googlepages.com/shBrushCpp.js"></script>
    <script language="javascript">
    dp.SyntaxHighlighter.BloggerMode();
    dp.SyntaxHighlighter.HighlightAll("code");
    </script>
    </body>
    </html>
     
    N Solanki, Dec 5, 2012 IP