✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

AI chatbot for Intuitive Custom Post Order: drag-and-drop-aware chat

SleekAI reads menu_order in wp_posts and term_order in wp_terms that Intuitive Custom Post Order updates on every drag, so the bot returns items in the editor's chosen sequence. Bring your own OpenAI, Anthropic, Google, or OpenRouter key.

♾️ Lifetime License available

SleekAI chatbot for Intuitive Custom Post Order

A chatbot that obeys the drag, not the publish date

Intuitive Custom Post Order writes its manual sort to two places: menu_order on wp_posts for posts, pages, and custom post types, and term_order on wp_terms for taxonomies. The plugin's settings, including which post types and taxonomies are sortable, live in wp_options under hicpo_options. With AutoSort active, the plugin filters front-end queries to use orderby=menu_order ASC automatically. Editors drag items in the admin list table, and the front end immediately reflects the new order.

SleekAI's Wizard maps that same query into the chatbot's system prompt. When a visitor asks for the top three case studies or the first five categories, the bot returns the editor's order, not whatever the LLM thinks is reasonable. Editors get a free reorder audit. They can ask the bot which posts sit at the top of each enabled post type, which taxonomy term comes first, and which items moved this week. The plugin also supports site reordering on Multisite, which SleekAI can read through blog_order.

For long sorted lists, push titles plus the order field into an OpenAI Files vector store keyed on menu_order or term_order, so retrieval respects the manual sequence even when the model fetches only matching entries. Conversation logs save the query, the matched items, and the page URL. Over time the editorial team sees which positions get the most chat traffic, which is the strongest signal a drag-up is worth doing.

Workflow

How drag-aware chat works

1

Map both order columns

Define one Wizard variable for WP_Query with orderby=menu_order on the target post types, and a second for get_terms() with orderby=term_order on sortable taxonomies. The bot now sees the same sequence the admin drag updates.
2

Mirror the enabled post types

Read hicpo_options to know which post types and taxonomies the editor actually sorted. Skip everything else. This avoids confidently misrepresenting a list as curated when the front end uses date order.
3

Surface recent reorders

Use the post modified timestamp combined with menu_order changes to identify items that moved this week. Editors love this answer because it confirms the drag worked without opening the list table again.
4

Read the logs each week

Filter conversation logs for queries that resolved to positions 5 and below. Those are items visitors care about but the curation has buried. Move them up in the list table and the next chat reflects the change without redeploys.

Try it now

A typical drag-respecting conversation

Visitor on a portfolio archive asks for the strongest case studies in the order the team curated.

Comparison

Generic chatbot vs SleekAI for Intuitive Custom Post Order

Generic chatbot

  • Ignores menu_order updates from every drag-and-drop save
  • Cannot sort taxonomies by the term_order column
  • Treats Multisite site order as irrelevant
  • Lists posts by date no matter what the editor curated
  • Cannot help editors audit which items moved this week

SleekAI chatbot

  • Reads menu_order on wp_posts for post sorting
  • Reads term_order on wp_terms for taxonomy sorting
  • Respects which post types are enabled in hicpo_options
  • Reports site order via blog_order on Multisite networks
  • Logs which sorted positions get the most chat traffic per week

Features

What SleekAI gives you for Intuitive Custom Post Order

Two-table aware

Most sort plugins only touch posts. Intuitive Custom Post Order also writes term_order on taxonomies, and SleekAI reads both. The bot can quote category order and post order in the same conversation.

Live drag reflection

Editors drag an item in the list table and the next chat request reflects the new sequence. No cache to flush and no separate sync job. The bot uses the same query the front end runs.

Reorder demand signal

Each conversation is logged with the query and the matched items. After a few weeks editors see which positions visitors ask about most often. That is the strongest case for moving an underused item upward.

Use cases

Where drag-and-drop sites use SleekAI

Curated portfolios

Agencies and studios where the case-study order is a deliberate pitch. Chat replies follow the same sequence, so a visitor asking for the strongest work sees the curated list, not whatever was uploaded last.

Editorial taxonomy order

Publications that sort topic categories manually, with the strongest category first. The bot returns categories in term_order sequence, so editorial intent reaches chat as well as the front end.

Multisite network audits

Network admins running dozens of subsites can sort the site list manually, then run a chatbot that quotes the same sequence. Useful for network help pages where the order is itself a recommendation.

The bigger picture

Why drag-aware chat matters

Editorial sort is one of the cheapest, highest-impact decisions a content team makes. Drag the best case study to position one and traffic that lands on the portfolio sees it first. Intuitive Custom Post Order makes this drag effortless for posts, pages, custom post types, taxonomies, and on Multisite even sites.

The trade-off is that the order lives in menu_order and term_order, columns most third-party tools ignore. Generic chatbots fall back on date order or alphabetic order, both of which contradict the homepage. SleekAI closes that gap.

The chatbot reads the same two columns the plugin writes, so the conversational answer matches the page. Editors get an audit tool they did not have before. The conversation log shows which positions visitors ask about and which buried items keep getting requested.

Drag those up and the next visitor finds them on page one and in the chat reply at the same time. Compared to building a custom JSON ranking file, this approach uses the data WordPress already stores. No new build steps, no parallel store, no risk of drift between admin and chat.

Questions

Common questions about SleekAI for Intuitive Custom Post Order

Yes. Intuitive Custom Post Order writes to menu_order on wp_posts for posts and to term_order on wp_terms for taxonomies. SleekAI's Wizard maps both columns into variables that the chatbot's system message references. Drag an item in the admin and the next reply reflects the new position with no sync step.

 

Yes. The plugin lets you enable sortability per post type and per taxonomy. SleekAI reads hicpo_options so the chatbot only sorts the post types you flagged as sortable. Other post types fall back to date order, exactly matching the front-end behaviour.

 

Intuitive Custom Post Order also supports drag-and-drop ordering of Sites in Network Admin, stored as blog_order on the wp_blogs table. The chatbot can read this column when the prompt asks about subsite ranking, which is useful on network landing pages where the order is itself the recommendation.

 

Yes. Both menu_order and term_order are written on the AJAX save the plugin performs after a drag. The bot reads the columns at request time, so any reorder by any admin in any tab is visible on the next conversation. The plugin's CSRF and capability checks still gate who can drag.

 

Yes. The plugin's AutoSort only applies orderby=menu_order when no explicit orderby is set. SleekAI follows the same rule. If you tell the chatbot to surface the newest posts, it uses date. If you ask for the curated order, it uses menu_order. Both modes work side by side.

 

Yes. Intuitive Custom Post Order supports Pages and hierarchical custom post types. SleekAI reads menu_order the same way regardless of hierarchy, and the chatbot can quote the order of top-level items or items under a specific parent when asked.

 

Ties are broken by post ID at the database level. The chatbot reports the same order. If you want a deterministic tie-breaker, drag one of the items one position up or down to give it a unique menu_order. The bot will reflect the change on the next request.

 

Yes. Multibot lets you run a portfolio bot using menu_order on case studies, a blog bot using date order, and a taxonomy bot using term_order on the topic taxonomy. Each one has its own system prompt, display conditions, and tone, all under one install.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView