How To Configure Featured Posts
Find this in "Edit HTML":
<div id='featured-posts'> <ul id='featured-posts-list'> <!-- Featured Post 1 Code Start --> <li> <div class='featured-post-image'> <a href='ENTER-FEATURED-POST-1-LINK-HERE'><img src='http://3.bp.blogspot.com/-c_3Jn40x9fE/UQHrAX2hlXI/AAAAAAAAELw/TsVLJlcrLvE/s1600/1.jpg'/></a> </div> <div class='featured-post-text'> <h2 class='featured-post-title'><a href='ENTER-FEATURED-POST-1-LINK-HERE'>Enter Featured Post 1 Title Here</a></h2> </div> </li> <!-- Featured Post 1 Code End --> <!-- Featured Post 2 Code Start --> <li> <div class='featured-post-image'> <a href='ENTER-FEATURED-POST-2-LINK-HERE'><img src='http://1.bp.blogspot.com/-Uk1hoXnZYmY/UQHrAjXBdTI/AAAAAAAAEL0/LI2CCOr0liA/s1600/2.jpg'/></a> </div> <div class='featured-post-text'> <h2 class='featured-post-title'><a href='ENTER-FEATURED-POST-2-LINK-HERE'>Enter Featured Post 2 Title Here</a></h2> </div> </li> <!-- Featured Post 2 Code End --> <!-- Featured Post 3 Code Start --> <li> <div class='featured-post-image'> <a href='ENTER-FEATURED-POST-3-LINK-HERE'><img src='http://3.bp.blogspot.com/-Zz5z9pTqh2Y/UQHrA04C3tI/AAAAAAAAEL8/Cpgy6E3cW8c/s1600/3.jpg'/></a> </div> <div class='featured-post-text'> <h2 class='featured-post-title'><a href='ENTER-FEATURED-POST-3-LINK-HERE'>Enter Featured Post 3 Title Here</a></h2> </div> </li> <!-- Featured Post 3 Code End --> <!-- Featured Post 4 Code Start --> <li> <div class='featured-post-image'> <a href='ENTER-FEATURED-POST-4-LINK-HERE'><img src='http://3.bp.blogspot.com/-3qV_g88xnvw/UQHrBxiq_vI/AAAAAAAAEMI/B5QNuIpZ4qk/s1600/4.jpg'/></a> </div> <div class='featured-post-text'> <h2 class='featured-post-title'><a href='ENTER-FEATURED-POST-4-LINK-HERE'>Enter Featured Post 4 Title Here</a></h2> </div> </li> <!-- Featured Post 4 Code End --> </ul> </div>
For each featured post,
Replace "ENTER-FEATURED-POST-X-LINK-HERE" with real featured post link.
Replace "Enter Featured Post X Title Here" with real featured post title.
Replace featured post image URL.
How To Add Links Top Navigation Menu
Go to "Layout". Click on "Edit" link of "Edit This Menu" widget.
Now add your links to that link list widget.