Skip to content

Instantly share code, notes, and snippets.

@claytantor
Created May 4, 2012 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claytantor/2596391 to your computer and use it in GitHub Desktop.
Save claytantor/2596391 to your computer and use it in GitHub Desktop.
wl_pager_shortcode
[wlpager pagesize="15" table="wp_posts"
fields="ID,post_date,post_title" odd="background-color: #ABD9EB;"
even="background-color: #D8EBED;" filter="id>#10&post_date>@2011-12-03"
order_by="post_date DESC"]
<div style="font-family: 'Tahoma', sans-serif; font-size:0.8em;
padding: 2px; display:block; border-bottom: 1px solid #aaa; %ROW_TOGGLE%">
<div style="display:inline-block; margin-right:5px;">%ID%</div>
<div style="display:inline-block; margin-right:5px;">%post_date%</div>
<div style="display:inline-block;">%post_title%</div>
</div>
[/wlpager]
<div style="font-family: 'Tahoma', sans-serif; font-size:0.8em; padding: 2px; display:block; border-bottom: 1px solid #aaa; background-color: #D8EBED;">
<div style="display:inline-block; margin-right:5px;">481</div>
<div style="display:inline-block; margin-right:5px;">2012-05-04 00:20:22</div>
<div style="display:inline-block;">rainbow mansion</div>
</div>
<div style="font-family: 'Tahoma', sans-serif; font-size:0.8em;
padding: 2px; display:block; border-bottom: 1px solid #aaa; %ROW_TOGGLE%">
<div style="display:inline-block; margin-right:5px;">%ID%</div>
<div style="display:inline-block; margin-right:5px;">%post_date%</div>
<div style="display:inline-block;">%post_title%</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment