To insert code use <code>...</code>.
Archive with thumbnail, title and description
  • how can I do archive with thumbnail, title and description?
  • 6 Comments sorted by
  • Hi,

    Do you mean change the thumbnail, title and description setting on archives page?

    Regards,
    KaptinLin
  • just that.
    If I want to use widget Recent Posts Shortcode on page, to make a neat archive page (why not), with - thumbnail, title and description - max count is only 20. Of course if I use offset (max 10) I can make max 30.
    Is there any way to do more. I have for example 800 post on my blog???

    ( I have made it eg using Recent Posts Shortcode.
    first do you do "months Archive Categories" - All articles published in January 2009 belongs "jan09" categori [...cat="35"]
    All articles published in Februari 2009 belongs "feb09" categori [...cat="36"]....

    <a name="2009jan"></a>
    <h2 style="color: #0076ad;">Januari</h2>
    [recent_posts count="20" title_length="25" desc_length="90" cat="35"]
    <a name="2009feb"></a>
    <h2 style="color: #0076ad;">Februari</h2>
    [recent_posts count="20" title_length="25" desc_length="90" cat="36"]
    <a name="2009mar"></a>
    <h2 style="color: #0076ad;">Mars</h2>
    [recent_posts count="20" title_length="25" desc_length="90" cat="37"]
    ...


    Archive with thumbnai.jpg
    250 x 229 - 33K
  • Here's Recent post Shortcode:

    Can you add " post" option equal to in - blog Shortcode
    1.jpg
    542 x 617 - 64K
    2.jpg
    529 x 105 - 18K
  • Hi,

    You can try

    <a name="2009jan"></a>
    <h2 style="color: #0076ad;">Januari</h2>
    [recent_posts count="30" title_length="25" desc_length="90" cat="35"]
    <a name="2009feb"></a>
    <h2 style="color: #0076ad;">Februari</h2>
    [recent_posts count="30" title_length="25" desc_length="90" cat="36"]
    <a name="2009mar"></a>
    <h2 style="color: #0076ad;">Mars</h2>
    [recent_posts count="30" title_length="25" desc_length="90" cat="37"]
    ...


    to display 30 posts
  • For posts option in recent post shortcode, you will see it in the next release of striking.
  • Yes!
    Oh then, now test the following:

    [recent_posts count="30" title_length="25" desc_length="90"]
    [recent_posts count="30" title_length="25" desc_length="90" offset="30"]
    [recent_posts count="30" title_length="25" desc_length="90" offset="60"]
    [recent_posts count="30" title_length="25" desc_length="90" offset="90"]
    ...


    it seems to work to put any number for offset! Wonderful!!! Offset is not limited as posts count! Very good!
    Thank you very much!!!!
    It is a fantastic way to make a nice archive page!