Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7501
    my add
    Keymaster

    Hi, I want show recent posts in sidebar like demo. and how to modify email subscription widget?

    #7502
    Gooyaabi
    Keymaster

    For Email Subscription widget.

    <div class="well">
     <form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open("http://feedburner.google.com/fb/a/mailverify?uri=weblogtemplates", "popupwindow", "scrollbars=yes,width=550,height=520"); return true" target="popupwindow">
      <div class="form-group">
       <input id="follow-by-email-address" name="email" placeholder="Email address..." type="text" class="form-control"/>
      </div>
      <div class="form-group">
       <input id="follow-by-email-submit" type="submit" value="Submit" class="btn btn-danger btn-email"/><input name="uri" type="hidden" value="weblogtemplates"/><input name="loc" type="hidden" value="en_US"/>
      </div>
     </form>
    </div>

    Remove

    weblogtemplates

    with your Feedburner url.
    For Showing Recent posts in Sidebar..
    >>Layout >> Add Gadget>> HTML/JavaScript and add the following code..

    <div class="magazine_wrapper_box">
    <script src="/feeds/posts/default/?maxresults=8&orderby=published&alt=json-in-script&callback=showsinglesimplenews"></script>
    </div>
    #7503
    my add
    Keymaster

    Thank you gooyaabi, can I show Recent posts from any particular category?

    #7504
    Gooyaabi
    Keymaster

    Yes!

    <div class="magazine_wrapper_box">
    <script src="/feeds/posts/default/-/Featured?maxresults=8&orderby=published&alt=json-in-script&callback=showsinglesimplenews"></script>
    </div> 

    Replace the word “Featured” with your label name (accurate with slug)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to customize Picsalad Blogger Template’ is closed to new replies.