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
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
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>