aStickyPostOrderER : Plugin To Change WordPress Post Order

If you’d like to re-arrange the order that WordPress displays posts this plugin might help.

With aStickyPostOrderER you can customize the order of appearance of posts per category, per tag - or over-all - in a WordPress (versions 2.3+) blog. Useful for using WordPress as a Content Management System (C.M.S.).

NB! This will only work with WordPress 2.3+!

Download

Downloads and latest version now via the official WordPress plugins repository.

aStickyPostOrderER 0.2.2.2 Beta (22 December 2007) - This latest beta version includes the ability to set meta-stickiness, i.e. you can specify that post from a specific category or tag, or a specified number of posts of same should appear before or after the sorted posts, or after everything else.

aStickyPostOrderER 0.1.6 WordPress 2.3+ plugin to order posts

Wish-list

In future I might add these abilities:

  • to have stickiness expire at a certain point in time and such,
  • to also order per tag done
  • specify CSS selectors or custom code insertion to identify ’sticky’ posts
  • and have some auto configuration options etc.
  • to propagate order set for parent categories to child categories
  • set entire category sticky etc. in beta
  • order-by-day and/or order-by-month etc. (Good idea, Thanx Mike!)

Ideas and requests most welcome!

Change Log

  • v0.2.2.1 - 22 Dec 2007:
    As described above, implemented the meta-stickiness functionality, bit more clean up of interface.
  • v0.2 - 18 Dec 2007:
    Lots of stability improvements and as well as the interface elements for meta-stickiness - which when implemented will allow you to specify that you e.g. want the last 5 posts in a specific category(ies) or tag(s) to precede everything else, or move an entire category right to the ‘bottom’ and some stuff in between - more detail when I release the next version (hopefully with that part working. Special thanks to Alvise Nicoletti of for a significant amount of testing issues related to using the plugin with complex nested category structures - also for the great review of the plugin he’s published.
  • v0.1.7 - 2 Dec 2007:
    Fixed bug in MySQL that created listing errors in some cases for some blogs that had been updated from previous versions of Wordpress.
  • v0.1.6 - 28 Nov 2007:
    Adds ability to order posts per tag and improves interface showing no. of sorted posts / cat. or tag.
  • v0.1.5 - 27 Nov 2007:
    Support for non-default database prefixes.
    Not listing empty post categories as options for sorting.
    Show name of the category being sorted while sorting.
  • v0.1.4 - 22 Nov 2007:
    Fixed the creation of the database table at activation of the plugin.
  • v0.1.3 - 21 Nov 2007 :
    Modified DB structure to eliminate errors reported associated with ambiguous field names, changing title to aStickyPostOrderER.

Background

I created this plugin to solve the cahallenge posed by non-trivial ordering of posts when using WordPress as a Content Management System(C.M.S.) at David Krut Publishing.

There we use a single WordPress install to run both the news and blog sections as well as a bookshop catalog - for news items the default reverse chronological order is perfect but in the case of books there are issues other than date of uploading to the site that should determine the prominence the particular ‘post’ about a book is given on the site. This plugin allows manulally configuring the order posts appear in when viewing a specific category - with ordered posts apearing first followed by the rest in their usual order without braking the default WordPress pagination.

Sites that use aStickyPostOrderER

If you use aStickyPostOrderER please pop me an email saying so with your URL (along with any praise you’d like to include:) to andre@pixelplexus.co.za and I’ll link to your site from here.

Donations & Punting

Please consider making a donation towards my hosting
Donate towards my web hosting bill!
and/or giving this page a dig:

How To

  1. Unzip and place the ‘aStickyPostOrderER’ folder with its content in the WordPress plugins directory.
  2. Activate on the admin panel’s plugins page.
  3. Click on Manage, aStickyPostOrderER.
  4. Click on the name of a category or tag you want to order.
    (Those with fewer than two posts are not displayed)
  5. Posts in that category are listed, each with a text field to the right of it.
  6. Type a number into that field to make the corresponding post appear in that position relative to existing sorted posts, e.g. 1 to make it appear at the top, if there is already a post assigned to that position the sorted posts will be shifted up.
    • To remove a sorted post from the sticky list, send it to position 0 (zero).
    • Post that are not sorted will still appear in the default order after the sorted posts on the blog’s front-end.

Known Issues

  • Themes that execute their own MySQL queries may not (read ‘probably won’t') show the posts in the sorted order. A good way to test is by using the Default theme and comparing results.
  • There were various issues with previous versions that affected especially blogs with content that had been upgraded from earlier versions of WordPress, please use the latest version of the plugin.

By the way, if you are looking at this because you are interested in or already into building revenue generating websites please have a look at our affiliate marketing network, OfferForge that was built by and is run by the co. I work at ForgeBusiness

179 Responses to “aStickyPostOrderER : Plugin To Change WordPress Post Order”

  1. alainS Says:

    Nice candidate fot “best of” plugin!
    I’ll give it a try during next week.
    Just a question:
    What happens if there are two posts with same “order number”? Or what happens if I want to make some post number 2 but there is already a post marked with nr.2?

    Keep on the good work and thank you for making this great plugin!

  2. André SC Says:

    AlainS: Thanx :-)

    At the moment, if there is allready a sorted post at position 2 the post you assigned to 2 will move to position 3 and all other sorted posts after 2 will shift up to make space for it.

    I’ll probably rewrite the logic to move the original no 2 post to position 3 in the next version

  3. Ben Says:

    Hi Andre,

    Great plug-in — been looking for something like this for ages!

    fyi - I did have to create the db table manually from the info in the php file? Not sure why it didn’t create it automatically? (using version 2.3.1)

    But it works great now. Any chance of up/down arrows in a future release?

    Many thanks,

    Ben

  4. Marty Says:

    Andre!!!! You are a lifesaver… this plugin totally saved me hours of frustration today. I had the same problem as Ben with the auto-creation of the table not working… It was pretty easy to pull the information from the “function croer_install” (line 158 of astickypostorderer.php)

    after that it was flawless…

    thx again

    Marty

  5. André SC Says:

    I’ll have a look at the DB code tonight, sorry about that.

  6. Eric Says:

    Andre,

    This is a fantastic plugin. You’ve just answered the wishes of many WordPress users.

    I’m running your aStickyPostOrderRE 0.1.4 Beta on two WordPress 2.3.1 sites, and it works perfectly.

    Very nice work. Thank you so much!

    – Eric

  7. chris Says:

    Great job!!!
    For some reason creators of WP has forgoten about such basic option (I’m not able to understand why).
    There’s one thing to improve, links from post subject should lead to site not http://www.davidkrutpublishing.com/ site (for instance: http://www.davidkrutpublishing.com/dkp/?p=5).

    Thank you very much for your work!!

  8. Andrew Garley Says:

    Your a Star!!
    I have been playing with an Idea of WordPress as my Main Website for my Articles.
    But my lessons are in Order or will be when i post them.

    So this plugin not only works great easy install, Its changed how i am going to use WP now.

    I like many spent hours trying to figure out post order.

    I looked in the support forums, seems many questions dont get replys, I am so thankful i found your post.

    Again your a star, Thanks so much for a great plugin!
    Andrew Garley

  9. Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 11/27 Says:

    [...] fixes and everything about blogging, especially with Wordpress. Go ahead, subscribe to our feed!aStickyPostOrderER allows you to re-arrange the order that WordPress displays [...]

  10. André SC Says:

    b.t.w. the next version will be ready in the next day or two and, allows you to sort by tag

    A

  11. Rirath Says:

    This may be too trivial for this plugin, but I’d be really happy if there was a “reverse order” option per category. Right now I use either pages or category templates, but simply clicking an option in your reorder plugin would be far easier.

  12. André SC Says:

    Rirath: I’ll see what I can do for you in the next version.

  13. Mike Lanxess Says:

    Thanks so much for this great plugin! I’ve tried it out on several of our WP installations and found two problems:

    - I got an error message after “Select a different category to re-order”. The error message is
    *Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in (…)/wp-content/plugins/aStickyPostOrderER/croer-listcats.php on line 34* Then the ordering table appears, but with IDs with empty names etc. Looks like in former times deleted categories. But the posts can be ordered, anyway.

    - In WP installations with DB prefixes other than “wp_” (eg. “wp_secure” for different weblogs on the same DB or for security reasons) the plugin seems to have problems.

    Hope this information helps! Keep pushing, great work!!!

  14. André SC Says:

    Mike: Thanx, re the prefix - that actually occur occurred to me this morning (round about the time I noticed the pingback from Weblog Tools… irk) will try to get a fix out tonight! - the MySQL error seems a bit strange will look into that, you were using WordPress 2.3+?

  15. Mike Lanxess Says:

    … for clarification of the SQL error: have a look at this screenshot. The site runs 2.3.1.

  16. DogSolitude › WP Plugin: aStickyPostOrderER Says:

    [...] Plugin: aStickyPostOrderER  - Change WordPress Post Order This was written by rob. Posted on Tuesday, November 27, 2007, at [...]

  17. Skylog » Blog Archive » links for 2007-11-28 Says:

    [...] aStickyPostOrderER : Plugin To Change WordPress Post Order (tags: wordpress plugin) [...]

  18. WordPress Plugins Database » Plugin Details » AStickyPostOrderER Says:

    [...] Visit [...]

  19. news Says:

    very nice plugin for all cms related sites i.e. gossips and news sites thanks

  20. Get Rich Geek Says:

    Thank you, thank you, thank you! I have been so frustrated! Life is so much beter now!

  21. André SC Says:

    Get Rich Geek : Getting a comment like that makes it even more of a pleasure. I think you’ll like the up-coming functionality even more.

    Also, I really like the crisp professional look of your site.

  22. Wordpress Update RSS » Blog Archive Says:

    [...] Visit [...]

  23. わーどぷれすっ! » aStickyPostOrderER Says:

    [...] aStickyPostOrderER : Plugin To Change WordPress Post Order [...]

  24. ปลั๊กอิน: 31/11/07 « au8ust’s wordpress channel Says:

    [...] aStickyPostOrderER ใช้ไว้จัดลำดับโพสต์ต่าง ๆ ของเราใน WordPress [...]

  25. Sven-Alexander Says:

    this plugin is awesome! but i get the following error:
    [Table 'xyz.wp_croer_posts' doesn't exist] …
    i am using wordpress 2.3.1

    can anyone help?

  26. André SC Says:

    Hi Sven

    which version of the plugin are you using, and where do you get the error? If you could send me a html page source of the page where you see the error that would make it easier to identify the issue

    A

  27. André SC Says:

    New version version 0.1.7 fixes some MySQL flaws.

  28. Mike Lanxess Says:

    v0.1.7 works excellent, Thks!

  29. CodeScheme: WordPress PHP Programming » Post Ordering Says:

    [...] if this works, and there’s no reason to suggest it wouldn’t, (save that having looked into the [...]

  30. New Wordpress Plugin 03-12-2007 | Blognes - Blogging Talk Says:

    [...] aStickyPostOrderER wordpress plugin that useful for using wordpress as CMS (content management system). you can customize the order of appearance of posts per category, per tag - or over-all - in a WordPress (versions 2.3+) blog. [...]

  31. BlogBroker » WordPress Plugin Releases for 11/27 Says:

    [...] aStickyPostOrderER allows you to re-arrange the order that WordPress displays posts. [...]

  32. Jim Says:

    ‘word1.wp_croer_posts’ doesn’t exist

    that is the error I recieved. I created my blog in a folder named “word1″ and then moved it to my root without a problem. I would love for this to work. Any ideas? as to the problem.

    using latest wordpress with the blixed theme
    http://www.youpickthesermon.com

  33. Molly Says:

    Thank you so much for this plugin! This is the first plugin I have tried to use with our blog that worked on the first try. Thank you for making my life a little easier today!

  34. doniek Says:

    Cool thing, i looking something like this

  35. WordPress Plugins Pack 10/07 | AdivorBlog Says:

    [...] aStickyPostOrderER allows you to re-arrange the order that WordPress displays posts. [...]

  36. Make Money Online Blog » WordPress Plugin Releases for 11/27 Says:

    [...] aStickyPostOrderER allows you to re-arrange the order that WordPress displays posts. [...]

  37. WordPress Plugins - WordPress 插件列表 11月27日 - WordPress中文化 Says:

    [...] aStickyPostOrderER 允许你重新组织 WordPress 博客中文章的显示顺序。 [...]

  38. Nokao Says:

    Hi…

    I’m trying your plugin but in the main page I don’t have all categories, I miss the 3 I need to re-order.

    What can it be? an incompatiblity with one of my other plugins?

    My Category Order ( http://www.geekyweekly.com/mycategoryorder )
    Top Level Categories ( http://fortes.com/projects/wordpress/top-level-cats/ )

    ?

  39. 马瑞海@济南 › WordPress Plugins - WordPress 插件列表 11月27日 Says:

    [...] aStickyPostOrderER 允许你重新组织 WordPress 博客中文章的显示顺序。 [...]

  40. Wp Wordpress » Blog Archive » Post Ordering Says:

    [...] if this works, and there’s no reason to suggest it wouldn’t, (save that having looked into the [...]

  41. Nokao » WordPress » Another plugin in the armory Says:

    [...] Me Another plugin in the armory December 13, 2007 Today I added a new plugin in my roster: AStickyPostOrdER. [...]

  42. André SC Says:

    new version out (0.2.1)

  43. Yohay Says:

    This is a great plugin indeed.
    I have a problem with international characters. I’m using it in a Hebrew blog, and I seed question marks instead of category names and post names.
    Is there a solution or workaround for this issue?

    Thanks,
    Yohay.

  44. André SC Says:

    I’ll have to get to looking at the internationalization a bit later, have some real work waiting, in the meantime Yohay mailed me a hack to fix the encoding issue:

    Here’s the road to the solution:
    http://shodan.co.za/archive/unicode-php-and-mysql/

    I search your code for
    mysql_query
    and added
    mysql_query(”SET NAMES ‘utf8′”);
    before every original mysql_query call.
    It solved the problem!

    I’m sure that there is a more elegant solution, but this patch is enough for me.

    Good luck,
    Yohay.

  45. Buffer Dump 23DEC07 « Feet up, eyes closed, head back Says:

    [...] “If you’d like to re-arrange the order that WordPress displays posts: ”aStickyPostOrderER : Plugin To Change WordPress Post Order”“ [...]

  46. Der wilde Garten | links for 2007-12-26 Says:

    [...] aStickyPostOrderER : Plugin To Change WordPress Post Order Mit diesem Plugin kann man die Reihenfolge von Blogpostings im WP ändern. (tags: WordPress Plugins CMS) Stichwörter: Linkschleuder [...]

  47. Andrew Says:

    Hi,
    I am getting the following errors. WordPress database error: [Table 'golfs_wrdp1.wp_croer_posts' doesn't exist]

    Please advise.
    Website is yourimprovegolfswing.com

    Thanks.

  48. André SC Says:

    Version: 0.2.2.3 fixes the problem Andrew identified above.

  49. Andrew Says:

    Hi,
    I used it but error is now on

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/golfs/public_html/wp-content/plugins/astickypostorderer/astickypostorderer.php on line 203

    Thanks again.

  50. Frank Lucas Says:

    WordPress: v2.3.1
    MySQL: v5.0.45-community-nt
    PHP: v4.4.7
    Server: Microsoft-IIS/6.0

    v0.2.2.3 reported”

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\Domains\sunrisedancer.com\www\weathervane\wp-content\plugins\astickypostorderer\croer-functions.php on line 10
    Categories

    Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in D:\Domains\sunrisedancer.com\www\weathervane\wp-content\plugins\astickypostorderer\croer-listcats.php on line 92

    Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in D:\Domains\sunrisedancer.com\www\weathervane\wp-content\plugins\astickypostorderer\croer-listcats.php on line 92

    Regards.

  51. André SC Says:

    Sorry guys, I obviously still have a few things to learn about the whole subversion business, turns out I’d gotten some old code mixed with the latest code thus the errors reported on fresh installs of ASPOE 0.2.2.2 to 0.2.2.3, the very latest version aStickyPostOrderER 0.2.2.5 fixes all those issues as far as I’ve been able to test on various setups. Thanx for the head-ups!

    A

  52. Andrew Says:

    Hi, This error remains.

    WordPress database error: [Table 'golfs_wrdp1.wp_croer_posts' doesn't exist]
    SELECT SQL_CALC_FOUND_ROWS wp_posts.*, wp_sticky.sticky_status , wp_croer_posts.post_rank IS NULL AS isnull FROM wp_posts LEFT JOIN wp_sticky ON wp_sticky.sticky_post_id = wp_posts.ID LEFT JOIN wp_croer_posts ON (wp_posts.ID = wp_croer_posts.post_id AND wp_croer_posts.cat_id = 0) WHERE 1=1 AND post_type = ‘post’ AND (post_status = ‘publish’ OR post_status = ‘private’) ORDER BY isnull ASC, wp_croer_posts.post_rank ASC, (wp_sticky.sticky_status = 2 AND wp_sticky.sticky_status IS NOT NULL) DESC, DATE_FORMAT(wp_posts.post_date,’%Y-%m-%d’) DESC, (wp_sticky.sticky_status = 1 AND wp_sticky.sticky_status IS NULL) DESC, DATE_FORMAT(wp_posts.post_date,’%T’) DESC LIMIT 0, 10

    Thanks!!

  53. SuperAnn Says:

    Great plugin! Would love to see some options to change the way posts are ordered by default, such as ascending/descending, chronologically, alphabetically, etc. Also I think it’s worth mentioning somewhere that the previous/next post links on the single post pages won’t magically be updated to reflect the new post order (though it would be great if you could find some way to do this)!

  54. André SC Says:

    Hi SuperAnn
    Thanx for the great suggestions, the next previous links didn’t even occur to me (I usually write my own templates and very seldom if ever use them) I’m slightly overloaded at the moment but will see about expanding the options and features soon.

    By the way love your site, especially your bio and your music ain’t bad either :-)

    Best.

  55. emmeellep Says:

    the great plugin!!!
    Why not consider using UI SORTABLES like http://docs.jquery.com/UI/Sortables ? It would be very functional.
    Thanks

  56. AStickyPostOrderER_Wordpress plugin Says:

    [...] Plugin Homepage [...]

  57. Mike Lefebre Says:

    I am still getting the Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /htdocs/www/wp-content/plugins/aStickyPostOrderER/croer-listcats.php on line 38.

    When I look at the tables that are created for this plugin, they are empty, should they have populated at ‘activation time’ ?

    Thank for any help… this looks like a great tool, i hope I can get it working
    –Mike

  58. çörek otu Says:

    nice plugin.
    thanks..

  59. Cathie Toshach » Redesign Launch Says:

    [...] aStickyPostOrderER: WP plugin that lets you completely customize the order in which your posts appear. If chronological or alphabetical aren’t sufficient, this is a great tool. I used it on my work portfolio so I could control the order by significance. [...]

  60. hello/bye » Things To Do Says:

    [...] ¶  aStickyPostOrderER : Plugin To Change WordPress Post Order [...]

  61. 华天动力OA办公自动化系统官方博客网 » 华天动力官方博客建站心得 - Says:

    [...] 8 、重要的文章需要放在各类别的前面显示,所以需要对类别中的文章进行排序,用了AStickyPostOrderER [...]

  62. Stephen G. Says:

    I’m running into an issue;
    Currently i can sort subcategories perfectly, when i sort the parent category the posts remain unchanged on the site (they do show sorted in the plug-in however).
    I am using ver. 0.2.2.7 of the plug-in and ver. 2.3.3 of wordpress.

    Thank you for any help and for the great plug-in!

  63. WP as CMS - posting without chronological order « Feet up, eyes closed, head back Says:

    [...] as CMS - posting without chronological order Posted February 21, 2008 aStickyPostOrderER : Plugin To Change WordPress Post Order (at WordPress Plugins): “lets you customize the order in which posts are displayed per [...]

  64. Tom Says:

    A really great plugin, and exactly what i’m looking for…

    unfortunately I’m not able to handle it the way i want it…

    I’m trying to have one specific post at the bottom of the main index page on position 10 …
    is there a way to achieve this?

    Thanks and Cheers

    Tom

  65. Favorite Wordpress Plugins - Wise Bread Forums Says:

    [...] whole post. The excerpts retain your html and formatting (i.e. bullets) unlike some other plugins. AStickyPostOrder - Lets you "sticky" certain posts that you want to always appear at the top of a category [...]

  66. MotherFury Says:

    Does this also sort the order of the next/previous links or only the category list page?

    I’ve got it showing the category list pages correct, but the next/previous are out of sync with that. Did I miss something???

  67. AndreSC Says:

    MotherFury (& SuperAnn): the next previous links issue is something I still want to look at - just literally haven’t had time to :-(

    I suspect that it should sort if you use the default WordPress pagination, but some themes do create their own MySQL queries for next and previous posts in which case it wont work (the plugin just ads some extra conditions to the normal WordPress MySQL request) - if you sent me your theme’s archive.php file I should be able to tell from that if it creates a different query.

    A

  68. AndreSC Says:

    PS. sticky posts won’t show up on all pages, if anyone wants that please let me know - I could make a plan in the next version - but I suspect the other sticky post plugins allready facilitate that.

  69. Paolo Says:

    Very great plugin, Andre. I just can’t figure out if it can work interacting with customized ‘query_posts’: I use it to offset posts and give different style rules to (for example) the first two posts since your plugin leaves post code intact, but stickiness then doesn’t work coherently.

    Thanks for your work.

  70. Plugins used | quirksmode Says:

    [...] AStickyPostOrderER [...]

  71. WordPress als CMS -WP Plugins - für jeden Admin ein must have. Says:

    [...] zeitliche Reihenfolge der Artikel ist ja nicht immer das beste bei einem CMS. Mit diesem Plugin geht dies ganz [...]

  72. SMF Says:

    This is the bomb. Thank God it did not take me long to find this valueable plug. AndreSC, you are the MAN.
    Thank you.

  73. manele noi Says:

    Great plug-in — been looking for something like this for ages!

  74. LAH Says:

    I have it working great on category pages in main loop, but can’t get it to work with any sidebar loops. Have tried every methods I can locate. This seems standard for pulling multiple loop info and should pull ID info, but doesn’t work. Only stays in descending order. Any suggestions?

    Any clues on cause or solution?

    LAH

  75. LAH Says:

    Did you get the code I included with last comment–didn’t appear in field whne message posted? Thanks again for any input.

    LAH

  76. Kingwhite Says:

    hi, the plugin is nice however it does not work, i think this is because of other plugins that i have for example i am using advanced category excluder and when i activate this plugin i get “Sorry, no posts matched your criteria.” on the main page

    i am using wp 2.3.3

  77. Ben McCann Says:

    Thanks Andre! You are a lifesaver. This plug-in is awesome.
    One suggestion would be to use pagination when selecting the post order. I’ve got over 7000 posts, so it takes a very long time for the page to load when I’m selecting the post order.
    Nonetheless, this is an awesome plugin!

  78. Tobias Says:

    Is there any chance this plugin will ever be able to alphabetize the posts, and use that for sort order?

  79. Nord Says:

    Hi JC,

    Nice plugin.

    However, I want to make a post appear as the 2nd post “overall” on the blog homepage.

    However, when I put the number “2″ in the “send to” box, the post always defaults to the number 1 position.

    How can I simply make a single post always appear as the 2nd post, without having to re-order all the other posts every time I add a new post?

    I’d be happy to contribute if I can get this functionality!

    Best Regards,

    N~

  80. Nord Says:

    Sorry Andre,

    In the post above, just so you know, I’m using Wordpress 2.3.3 with the default template.

    Thanks!

    N~

  81. Sue Ann Says:

    I upgraded to Wordpress 2.5, and am very sad to see that this seems to have been broken. Any chance it can be fixed?

    Kudos anyway for a great idea.

  82. AndreSC Says:

    Hi guys, I ‘ve been trying for a while now to get rouud to fixing up a new version, hopefully tomorrow

  83. Gyorgy Says:

    Wonderful, I have been looking for a plugin like this for years. It’s a pity I have already upgraded to 2.5 before finding out about it. But regardless, this seem to be an exceptional piece of code, we can’t thank you enough!

  84. bilal ghouri Says:

    Hey
    Thats a great plugin.
    But I cant use it :( , I need a plugin which can make a sticky for a specific category.
    Like for adobe Photoshop , sticky this post : “What is adobe photoshop ?”
    and for PHP , sticky this post : “What is PHP ?”

    can you do it please?? if yes, then please let me know VIA email.

    Thanks

  85. Sergio Simarro Says:

    Hi.

    I would like to contact the person who has made the Site: http://cr.editcards.com.au/
    Thanks in advance and kind regards.

  86. Kjetil Flekkoy Says:

    Hi
    Any news about an upgrade for 2.5?
    Would it help if some of us wannacontinueashappy users took you for a round of beer? I’m a bit eager on this…

    @ Bilai - I believe this is just how I use this plugin (building dolcevita.no/wp - category menu on left (Italia rundt))

    Thanks,

  87. cori Says:

    Thanks for the great plugin, Andre.

    As Stephen G. said above, I can’t get it to recognize sorting on parent categories. Works fine for the child cats, but the parents do not sort - just ID order desc (well date order, really). Even if I remove the sort from the child cat the parent still doesn’t sort.

    I didn’t see this in the list of know issues or plans, but also didn’t see you comment on it, so I don’t know if I’m missing something or if this is a know problem.

    Anyway, thanks again!

  88. The Best Blogging Software (WordPress) + The Top 60 WordPress Plugins | Midas Oracle .ORG Says:

    [...] AStickyPostOrderER 0.2.2.7 » AndreSC (url) AStickyPostOrderER lets you customize the order in which posts are displayed per category, per tag, or over-all, in WordPress 2.3+ blog. Useful when using WordPress as a Content Management System. Now with category or tag based meta-stickyness! [...]

  89. Scott Bradford: Off on a Tangent » Blog Archive » WordPress Plugin Role-Call Says:

    [...] AStickyPostOrderER—The name is a mouthful, but the plugin is gold.  In my poetry collections, I like to present the poetry in a particular, non-chronological order.  WordPress defaults to displaying everything in chronological order, no matter what.  Using AStickyPostOrderER, I can put my poetry in the order I want.  This will also be put to good use, now and then, when I need to display on old post on the home page for some reason. [...]

  90. André SC Says:

    Guys, I’m sorry, I promise soon!!!

    @ Kjetil, probably better to hold those beers till after its fixed, wouldn’t want to go near the code on a few drinks, might not escape again :-/

    All of that said if someone else wants to dig through the code to issolate the issues, I’d would not be offended, if they can make sense of it - I’m feeling like a dog here :-( and can hardly find the time to, uhm, blow my nose and such

    For what its worth there are some 2.5 sites running it without any issues, notably the dkp that I built it for originally, so it might just be theme related.

    When you talk about parent cats not sorting, do they not soert in the admin or on the front-end?

    If its in admin try this,
    in croer-transact.php, change the code to read:

    //insert new
    $count=0;
    foreach($c_new_inserts as $c_pid => $c_pos) {
    $count++;
    $sql= "INSERT INTO ".$wpdb->prefix."croer_posts (croer_id, post_id, cat_id, post_rank) ".
    "VALUES (NULL, '$c_pid', '$croer_cat', '$count')"; // $count was $c_pos
    //echo "
    insert sql: $sql”;
    $result= mysql_query($sql) or die(”errr:”.mysql_error());
    }
    //
    ?>

  91. WordPress Plugins - WordPress 插件列表 11月27日 - WordPress中文站 Says:

    [...] aStickyPostOrderER 允许你重新组织 WordPress 博客中文章的显示顺序。 [...]

  92. Dwiermn Says:

    sorry to hear your feeling ill
    any news on update.
    is it theme related or is a general issue?

  93. cezar Says:

    i have the same prob.
    posts in parent categories do not order.
    plus, in the rearrange all posts i have now empty slots. meaning a position is occupied by nothing. its as if it did not refresh the order after a post was deleted or something.

    one more thing is that after working on a test server and arranging posts i imported the entire database to live and the links remained the ones of the test servers.

    i have indeed upgraded to 2.5 recently and this appeared only after.
    if u check the blog you will see its about a peace and conflict timeline in sri lanka. so ordering is crucial. your plugin made this website be a reality. please help me out. its for a good cause :)

    thanks,

    C

  94. Hikari Says:

    Great plugin, tnx a lot for it! :D

    There is something I tried to do but it can’t. I’d like to set a post to a specific position.

    For exemple, in a blog set to show 10 posts on each page, set a post to always stay on the 4th position, independent of new posts posted.

    Or I post a new post but but don’t want it on the first page, so I set it to 12th position, forcing it to stay on the 2nd position.

  95. ben Says:

    We really like the plugin but is there a way to allow the user to decide whether to view the most recent posts also?

    Ben

  96. cezar Says:

    any news on why it doesnt order the parent category posts in wp 2.5.1? it shows as ordered in admin but the front end is incorrect.

    here’s the problem: http://pact.lk/period/1950s/

    anxiously waiting for a reply/fix/upgrade/anything :)
    thanks in advance,
    C

  97. AndreSC Says:

    Hiya guys, new version just uploaded:

    2.2.8 (2008/04/28)
    * Fixed parent categories not showing order in WordPress 2.5.1
    * Fixed weirdness previously resulting from removing posts from being ordered
    * Created index.php page (noticed content of plugin folder indexed on Google :-( )

  98. Dusibello Says:

    WOW!

    Most awesome plugin!

    Have PayPaled a small token of my gratitude…

    Cheers

  99. AndreSC Says:

    Thanx - much appreciated!

  100. na3s Says:

    YES! You release the version I need, the day before I need it. You effin rock Andre, and so does ur plugin.

  101. Hikari Says:

    WordPress notifies 2.2.8 is available, what was changed? :P

  102. cezar Says:

    hey,

    thank you very much. all issues sorted. this is a super plugin and you are awesome.
    thanks from pact.lk

    C

  103. Sticky Post Plugin < RedForty Says:

    [...] found a really useful plugin for wordpress. AStickyPostOrder. It can re-order your posts in Wordpress. Post a comment | Trackback [...]

  104. Lionel Chollet Says:

    Hello, and thanks a lot for your Category Visibility plug-in.

    Unfortunately, there’s an incompatibility with the Category Visibility plug-in by iPeat ( http://www.ipeat.com/?page_id=91 ).

    When they’re both activated, the front page is empty ( “Sorry, no posts matched your criteria.” ).

    When they’re activated individually, everything is normal.

    The problem is that I need both functionalities…

    My site runs WP 2.5.1

    Would you have any hint as how to fix that? Thanks in advance.

    (I’ve posted a similar message in the other plug-in’s comments)

  105. Lionel Chollet Says:

    LOL, I meant “thanks a lot for your AStickyPostOrderER plugin”, obviously!

  106. George i Says:

    After setting the order of blog entries within one of my categories, the order of blog entries did not change.

    I clicked on the name of the category that I wanted to change the order of blog entries, and saved.

    My blog has developed a lot of categories (on it’s own), but there is only the one category that I wish to change the order of posts in.

    Maybe there is something else I am suppose to do to that category so that it has a number one position over all the other categories?

    Help please?

  107. Mihmorandum | Back to Back Wordpress Posts?! My Favorite WP Plugins | Design Says:

    [...] Plugin to Order Your Wordpress Blog Posts: aStickyPostOrderER by AndreSC. Offers you complete control over your post order, including [...]

  108. jocuri Says:

    hi. Thanks for plugin

  109. Erik Finsrud Says:

    “Kingwhite Says:
    MARCH 14TH, 2008 AT 5:45 PM
    hi, the plugin is nice however it does not work, i think this is because of other plugins that i have for example i am using advanced category excluder and when i activate this plugin i get “Sorry, no posts matched your criteria.” on the main page
    i am using wp 2.3.3″

    I’m having the same issue as this chap. I really need both plugins :)

    i’m running:
    WP 2.5.1
    Advanced Cat Excluder 1.1
    AStickyPostOrderER 0.2.2.8

    Thanks!

  110. arrange post in alphabetical order - Bloggeries Blog Forum Says:

    [...] wordpress you may want to look into this plugin PixelPLEXUS Blog Archive aStickyPostOrderER : Plugin To Change WordPress Post Order it’s pretty flexible and you can do a lot with it. Best of luck __________________ Add your [...]

  111. Spicer23 Says:

    Hello Everyone,

    Has anyone tried the plugin in an MU install?
    This looks like something I ‘ve been looking for.

    I hope it works in MU. I will try it over the weekend
    and post results.

    Thanks, Andre. :-)

  112. abubin Says:

    Hi! Great plugin. At first it didn’t work on my wordpress 2.5.1 But after reading a post from above, I tried disabling one of the category plugin I am using, Category Visibility-iPeat Rev disabled and it works. Seems like this plugin have problems working with other category plugins.

  113. oysterboy Says:

    Hello!
    Could you indicate as to why ASPO will not work in themes running their own queries and which topics to read on to maybe find a solution?
    My concrete problem is that i would like to show a sidebar listing of posts on the single php, where posts from ordererd categories are shown.
    Thnaks
    Malte

  114. AndreSC Says:

    Spicer23: noidea, would be interesting to hear

    oysterboy: basically ASPO talks to wordpress in wordpress lingo and just adds a bit of logic to the normal wordpress query process. Themes that run their own queries (1) typically don’t offer hooks through which to interact with them not to mention the headache of multitude of possible permutatations. That said I don’t see any reason you can’t achieve what you are after. Consider having a look at the croer the_sort function which is what does most of the heavy lifting at post query time. H.t.h.

  115. Greg Israelsen » Blog Archive » Custom Post Ordering in WP Says:

    [...] aStickyPostOrderER looks most promising for straight up custom ordering. [...]

  116. Kugelblitz Says:

    does aStickyPostOrderER work with Wordpress 2.6?

  117. AndreSC Says:

    Dunno, haven’t tried yet but it should

  118. Zenow Says:

    What I am looking for is the ability to sort order per category (which you have provided), but based on a preset, like date/time (already mentioned) or(!) some kind of prefix in the post title. The reason for this is that I’ve decided to use Worpress for my studies - I am working through a book, chapter by chapter, writing summaries and comments, and I want to be able to view the results as written - chapter 1, paragraph one at the beginning. In time, there will be more than one book here, so I have created a category for the writer, and a subcategory for the book. If I could use simple notating while writing an article, like Chapter 1.5.3.1 (I’ve seen books with more levels, even) and have wordpress sort it out, so much the better. But seeing as I go through this chapter by chapter anyway, even date-sorting, or simple backward sorting would work.

  119. Zenow Says:

    p.s. this plugin works even with version 2.2.8, and considering the subject, sorting, it will probably work with any future version as well, barring a restructured database.

  120. Kugelblitz Says:

    It works in 2.6

  121. Mike Says:

    Love the plugin! Is it still being developed? If so, I’m wondering if the order by date / order by month is in the works? I’d like to make a donation.

  122. AndreSC Says:

    Hiya Mike

    Yup its certainly still under development, though the development has slowed right down as it allready does more than what I need from it on the sites I made it for. That said donations certainly keeps the fire butrning in terms of rolling out improvements ;-) I really appreciate donations! ( - especially when they come with interesting feature requests and useful feedback:)

  123. Lukum Says:

    The plugin works fine even under WP 2.6, however it conflicts with SidePosts widget: the side posts won’t show up anymore when aSticky is activated. Is there a way to exclude a category from the plugin to avoid conflicting?

  124. How to customize Wordpress post order | 6 ways to do it : Wordpressadvice.com Says:

    [...] #3: aStickyPostOrderER - enables users to customize post order according to category, tag, or the entire set of [...]

  125. dForge dot net » Blog Archive » Sticky? Says:

    [...] posts (e.g. the Mission Statement) so that it would always show at the top. I found a plugin called AStickyPostOrderER by AndreSC. I haven’t gone too much into the plugin but it does what I need :-). October [...]

  126. dForge dot net » Blog Archive » What’s a Gravatar? Says:

    [...] of the authors (AndreSC) of one of the plugins (AStickyPostOrderER) I use just happened to leave a comment. Wordpress, being the neat package it is, looked at the [...]

  127. Подборка плагинов на сегодня » Плагины » Темы и Плагины для Wordpress Says:

    [...] aStickyPostOrderER - Поможет изменить порядок вывода постов. [...]

  128. Charles Tanner Says:

    thanks for this plug in. Exactly what I need to help manage the exact order of posts for our site.

    Bless you.

  129. Randa Clay Says:

    This plugin is exactly what I was looking for!! Unfortunately, however, when I installed it, the featured category listings on the home page stopped working: http://womenshealthbase.com.
    I had to uninstall the plugin for now because of this but I wanted to see if there might be a solution. The featured category listings are using a WP_Query to show 3 posts from the category. I tried making those categories super sticky, I tried ordering all the posts within that I wanted to show on the homepage, but nothing worked.

    Can you help? Thanks!

  130. Tim Says:

    I’m trying to solve the same issue as Randa. I think that it conflicts with the MySql calls of my theme (mentioned under “Known Issues”) though it’s worth checking. I’m using this code to pull most recent posts from categories that have not been re-ordered by asticky.

    have_posts()) : $recent->the_post();?>
    <a href=”" id=”post- “rel=nofollow”>

    Any thoughts?

  131. Очередной обзор интересных плагинов (часть 3) » Плагины » Темы и Плагины для Wordpress Says:

    [...] AStickyPostOrderER - плагин выводит любой пост первым в категории, в тэгах или везде. [...]

  132. Sarah Says:

    Excellent plugin! I was having the same problem as Randa and Tim with a home page template with post queries. Everything got sorted out once I made my home.php an actual template, created a page to use the template, and changed my Settings > Reading to use the home page for my front page.

  133. Fritz Says:

    Hey!
    That plugin sounds great, just what I needed. Is there a plugin version compatible for Wordpress version 2.6 + planned, too?

    Fritz

  134. huski Says:

    Great plugin ! one thing i did notice that not all my tags show up in the admin panel, only the A’s in the list. Maybe I have too many for this list, so i created a special tag called 11 and it is at the top of the list allowing me to choose that for stickyness.

    Thanks again.

  135. random archives? - DIY Themes Forums Says:

    [...] not sure how well any of them work, but there are plugins available (here’s one) which allow category-level post order control. __________________ Rick Beckman, Kingdom Geek [...]

  136. Revamp at The Fish Wrapper Says:

    [...] AStickyPostOrderER lets you manually order posts within a category, bypassing the automatic reverse chronological ordering. [...]

  137. Scott Says:

    Has anyone come up with a workaround for the next_post_link and previous_post_link in single.php? It looks like SuperAnn and MotherFury had the same issue I’m having. Other than that, love the plugin!

  138. 投稿記事の表示順を任意に設定できるプラグイン - 「AStickyPostOrderER」 « btmup Blog [tech] Says:

    [...] ダウンロードはこちらから↓ PixelPLEXUS » Blog Archive » aStickyPostOrderER : Plugin To Change WordPress Post Order [...]

  139. 使用中のWordPressプラグイン一覧。 « btmup Blog [tech] Says:

    [...] WordPressをCMS的に使用する場合は必須。 PixelPLEXUS » Blog Archive » aStickyPostOrderER : Plugin To Change WordPress Post Order WordPress.org » WordPress Plugins - [...]

  140. Golfkurs Says:

    Great plugin ! one thing i did notice that not all my tags show up in the admin panel, only the A’s in the list. Maybe I have too many for this list, so i created a special tag called 11 and it is at the top of the list allowing me to choose that for stickyness.

    Thanks again.

  141. tiresias Says:

    Seems to work in 2.7. Great plugin. Many thanks.

  142. En.nicuilie.eu Blogs » Top 1000 WordPress Plugin Authors Says:

    [...] AStickyPostOrderER [...]

  143. Duncan Says:

    WIll there be an update for the latest 2.9 wordpress
    there is no longer a manage ” tab” to make this plugin work now to use it ?

  144. Mums Want Says:

    Thanks for the plug in. Am using it on 2.7 and works well when ordering by category. Not too well on ordering by tags but may be due to the huge number of tags I have. But all in all - enabled me to order my posts exactly as I wanted to. Thanks very much

  145. the_dyke Says:

    great plugin. please keep on developing and releasing :)

  146. Amelia Says:

    Thank you so much for this plugin. Is there any way to enable it for use by Editors? I do use Role Manager, but I’m having no luck with anyone being able to access it under the “Tools” menu except for Admins.

    If anyone has any ideas, I’d be grateful.

  147. Robert Buzink Says:

    great plugin!

    I am very interested in the “order-by-day” option. Is there a way I can convince you to implement this?

  148. dyke Says:

    Hi,

    Great plugin, but I’m also having this problem with WP2.7 and the default theme:

    “MotherFury (& SuperAnn): the next previous links issue is something I still want to look at - just literally haven’t had time to :-(

    I suspect that it should sort if you use the default WordPress pagination, but some themes do create their own MySQL queries for next and previous posts in which case it wont work (the plugin just ads some extra conditions to the normal WordPress MySQL request) - if you sent me your theme’s archive.php file I should be able to tell from that if it creates a different query.

  149. About the site « Cuboctaedro Says:

    [...] the jqGalScroll plugin for jQuery.Apart from that, the site also uses a number of Wordpress plugins:AStickyPostOrderERMy Tag CloudWidget [...]

  150. Dermot Says:

    I’ve downloaded your plugin but it won’t work with the F8 theme that I am using…

  151. poker Says:

    ohhh thank you for this.. i download it now

  152. Typical WordPress Plugin Menu for a CMS site | Hank is me. Says:

    [...] If you’d like to re-arrange the order that WordPress displays posts this plugin might help. plugin home page | plugin directory [...]

  153. eliwagar » Blog Archive » Islandpferde Roetgen Says:

    [...] AStickyPostOrderER [...]

  154. site design | Martin Parker Says:

    [...] Player All in One SEO Pack AStickyPostOrderER Audio player Auto-hyperlink URLs Category Order Google Analytics for WordPress Insights pageMash [...]

  155. dains Says:

    Hi, thanks for putting the effort into keeping this going! I like the way you can sort the posts, but I need one step further - the ability to make it do so under the category list. I’ve a plugin that’s pulling the categories and posts, and I’d like to see if I can swap in a call to ASPO’s functions to use ASPO to order them. Can you help me figure this out?

    Here’s what the other plugin uses to get and impose sort options on the posts for each category:

    ‘$posts = get_posts(’category=’ . $category->term_id . ‘&orderby=post_date&order=DESC&numberposts=9999′)’

    If this would take significant effort and you’ve the spare time, we can talk about my supporting the work via email.

    Thanks again!
    D

  156. dains Says:

    I mean, we can talk via email about my supporting the work ;)

  157. dains Says:

    Hmm, need to report a small issue. I’ve removed sorts from posts within a category, and removed posts from within that category. The posts removed still show as being in that category in the ASPO admin page. Any idea of how I can clear the appropriate table so that those old entries go away?

  158. WordPress 插件集锦系列 51-100套 « wordpress 非官方中文站——助力中文wordpress Says:

    [...] aStickyPostOrderER 允许你重新组织 WordPress 博客中文章的显示顺序。 [...]

  159. be advanced - [WordPress]投稿やカテゴリーの並び順を指定できるプラグイン Says:

    [...] 「aStickyPostOrderER」は、カテゴリーやタグ、記事単位で、かなり詳細に記事の並び順を指定できるプラグイン。 現在制作しているポータルサイトでは、店舗情報をカテゴリーの記事として投稿するが、その中でも表示順を制御する必要があったので、このプラグインを使えばPHPによる処理をする必要がないかもしれない。 [...]

  160. Ridewithjoe Says:

    This is a great plug-in. Using it on 2.7.1
    Having an issue when I sort posts from a category they sort correctly on that catgories page that I link to, however, they no longer appear on the main index page. I get “the post may have been deleted” error. If I disable the plug-in things work again. Even if I “unsort” the posts the error remains. A bug perhaps?

  161. credits ::eyesee:: Says:

    [...] AStickyPostOrderER [...]

  162. Harki Says:

    Thanks a lot for v0.3! Great! And at last, the post in “re-arrange all” are paginated! This ist very helpful for a blog with about 1.500 entries…

  163. aStickyPostOrderER | Amyklai Says:

    [...] dem wunderbaren WP-Plugin „aStickyPostOrderER“ (mit dem hier das Hin- und Hersortieren der Blogeinträge bewerkstelligt wird) gibt es nun [...]

  164. Andy Says:

    Instead of listing all of the categories, posts, tags, etc, have a search field to find the categories, posts, etc, to sticky. For large sites like ours that have 1000’s of tags and categories. In it’s current state we can’t use the plugin, as it freezes the browser trying to list all the data.

    Thanks for an awesome plug-in and all the hard work!

  165. John Says:

    Is it possible to allow a user with Editor level permission to access aStickyPostOrder in the Tools section? Currently it’s only available to an Admin user.

    Or is it possible to create link to this from Dashboard to allow my Editors to make changes without having Admin control?

    Any ideas?

    thanks,
    John

  166. Dave Says:

    I use Wordpress 2.8.4 and plugin version 0.3. Documentation says to order posts via the ‘manage’ tab. But Wordpress 2.8.4 doesn’t have a ‘manage’ tab. How can I access the plugin? It is already installed and activated, but I just don’t see where to access it.

  167. André SC Says:

    hi, look in tools on the left

  168. Aaron Pearson Says:

    @John:

    You can change which users will see the “AStickPostOrderER” link in the Dashboard by modifying “/wp-content/plugins/astickypostorderer/astickypostorderer.php” around line 38 you should see something like:

    add_submenu_page(’post-new.php’, ‘Category Display Order’, ‘Category Display Order’, 7, ‘astickypostorderer’, ‘astickypostorderer_page’);

    The code above is the modification I use to change the name of the link in the Dashboard to “Category Display Order” and allow user levels 7 and above to see the link. Change the 7 in the code above to the user level that you want to give access to. (10 is admin). The code above also moves the link from the “Tools” submenu and places it under the “Posts” submenu.

  169. Aaron Pearson Says:

    Is there a way to modify the plugin so that I don’t have to use the “sticky order” for custom queries? On my Category/Archive Pages I want the first 3 posts as determined by AStickyPostOrderER, but then below I want a list of all posts in the category sorted by title alphabetically. I see in the code that this plugin modifies all “query_posts”. I’m looking for a way to add an exception where query_posts is NOT modified by the “croer_the_sort” function.

  170. Filly Says:

    Great plugin, but having an issue with it: my (yearly) archives show no posts at all, and my homepage just shows the stickied post. Am I overlooking something? Cheers.

  171. Timothy B Says:

    On the main admin page for the plugin “=astickypostorderer” is there a way to have the categories be listed alphabetically rather than them be listed by category id number? Currently they are shown as being listed from 1-300 or so.. I have over 300 categories and being able to search alphabetically is much easier to make changes. So basically I’d like the admin page to show the categories by ascending or descending order..

  172. AndreSC Says:

    Hi all

    Interest in this plugin seems to be increasing while I thought by now it would be fading with Wordpress’s sticky option. I’m completely snowed under with work but am gonna try and put an update together over the weekend to address some of the issues and requests. Would appreciate examples of the template files from themes where posts dissapear etc.

    Ciao

    A

  173. Lloyd Pinto Says:

    Is this compatible with Wordpress 2.8.5

  174. Alison Cohn Says:

    Hey there, I’ve installed your plug in into 2.8.5 and activated it, yet it’s not showing up at all. There is no link for it in the settings list, no way to manage it. Is this an 2.8.5 issue? Have you heard of this?
    Thanks!

  175. PixelPLEXUS » Blog Archive » aStickyPostOrderER : Plugin To Change … | Vakantie, wintersport, postorderbedrijven bestellen winkel online Says:

    [...] Read the original here: PixelPLEXUS » Blog Archive » aStickyPostOrderER : Plugin To Change … [...]

  176. Astro Says:

    “Ridewithjoe Says:
    May 27th, 2009 at 4:13 pm

    This is a great plug-in. Using it on 2.7.1
    Having an issue when I sort posts from a category they sort correctly on that catgories page that I link to, however, they no longer appear on the main index page. I get “the post may have been deleted” error. If I disable the plug-in things work again. Even if I “unsort” the posts the error remains. A bug perhaps?”

    I get the same error…using the same version 2.7.1…does anybody know how to fix it?

  177. Ben Roberts Says:

    Hi
    I just installed your stickypost orderer plugin and it fixed the problem I ‘ve been having immediately - I just wanted to say thanks very much - if I had lots of money I would donate but unfortunately I don’t so I though at least a thankyou would be nice :)
    Ben

  178. Rick Hernandez Says:

    Hi, love your plugin but seem to be having a problem, I’ve set it up so that category ‘featured’ will be super-sticky with a limit of one. It is placing only one post from that cat at the top, but it is the oldest post not the newest. Any ideas? (wp 2.9.1).

  179. Walt Says:

    Please take a look at this thread at Wordpress.org

    http://wordpress.org/support/topic/344865?replies=6

    It is about a problem I encountered, and I’ve narrowed it down to this plugin. At this point I’m just looking for a work-around.

    (I can’t believe the WP developers still haven’t incorporated category-level sticky logic yet).

Leave a Reply

where some pixels meet for drinks after a hard day