Title: Global Posts Ordering
Author: Rasso Hilber
Published: <strong>মাৰ্চ 9, 2012</strong>
Last modified: মে’ 18, 2013

---

প্লাগিনৰ সন্ধান কৰক

![](https://ps.w.org/global-posts-ordering/assets/banner-772x250.jpg?rev=518571)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/global-posts-ordering_f7fafb.svg)

# Global Posts Ordering

 [Rasso Hilber](https://profiles.wordpress.org/nonverbla/)-ৰ দ্বাৰা

[ডাউনল’ড কৰক](https://downloads.wordpress.org/plugin/global-posts-ordering.zip)

 * [বিশদ বিৱৰণ](https://as.wordpress.org/plugins/global-posts-ordering/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/global-posts-ordering/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/global-posts-ordering/#installation)
 * [বিকাশ](https://as.wordpress.org/plugins/global-posts-ordering/#developers)

 [সাহায্য](https://wordpress.org/support/plugin/global-posts-ordering/)

## বৰ্ণনা

Yet another plugin for ordering posts? YES!

This plugin makes it possible to adjust the global order of posts from different
post types. Basically, it tries to get together the best functionalities of the 
superb plugins [postMash](https://wordpress.org/extend/plugins/postmash/) and [Simple Page Ordering](https://wordpress.org/extend/plugins/simple-page-ordering/).
_Global Posts Ordering_ uses the stand-alone admin options page of postMash for 
globally setting the order of posts and the very cool AJAX approach of ‘Simple Page
Ordering’. Best you test it yourself and see if it fits your needs.

#### Please Note:

The major use of this plugin is for mixing posts from differen post types in overview
pages that only use the first level of hierarchical posts (e.g. “Books”, “DVDs”,“
Records”).

#### Tested on

 * (OSX) Safari 🙂
 * (OSX) Firefox 🙂
 * (OSX) Chrome 🙂
 * (OSX) Opera 🙂
 * (WIN) Firefox 🙂
 * (WIN) Chrome 🙂
 * (WIN) IE 9 🙂
 * (WIN) IE 8 🙂
 * (WIN) IE 7 :/

#### Rating and Bugs

As you can see, this plugin is not version 1.0 yet, so please post comments about
any bugs you find, before giving it a bad rating.

## স্ক্ৰীনশ্বট

 * [[
 * Just drag the posts up and down to change their order

## ইনষ্টলেশ্যন

 * Install easily with the WordPress plugin control panel or manually download the
   plugin and upload the extracted folder to the `/wp-content/plugins/` directory
 * Activate the plugin through the ‘Plugins’ menu in WordPress
 * Open the file functions.php in your theme and put the following in there:
 * if ( class_exists(“global_posts_ordering”) ) {
    $global_posts_ordering = new 
   global_posts_ordering(array(“my_post_type_1”, “my_post_type_2”, “my_post_type_3”));}

You can include the built-in post types ‘post’ and ‘page’ as well as custom post
types.

 * Save the functions.php file.
 * If you registered only one post type, there should be a new submenu-item under
   your post type saying “re-order”. If you registered multiple post types, you 
   should now have a new top-level menu item saying “Global Order”. Each lead you
   to the drag-and-drop re-ordering interface.
 * Don’t forget to set the “orderby” option, if you fetch your posts in your template,
   for example like this:
 * $args = array(
    “post_type”=>array(“post”, “page”), “orderby”=>”menu_order”, “
   order”=>”ASC”, “numberposts”=>-1 ); $posts = get_posts($args);

Of course, there are many different ways to fetch posts in your template. It’s only
important to set the “orderby” to “menu_order” and “order” to “ASC”. Other ways 
to get the posts ordered by menu_order are described on the [postMash Installation Page](https://wordpress.org/extend/plugins/postmash/installation/)

 * If anything doesn’t work, please comment.

## পৰ্য্যালোচনা

![](https://secure.gravatar.com/avatar/41c695ef8fd7aa4782811f96389e7d4b381603f9412c94db2f0240aa17c91217?
s=60&d=retro&r=g)

### 󠀁[It works great, even if it hasn’t been updated in so many years.](https://wordpress.org/support/topic/it-works-great-even-if-it-hasnt-been-updated-in-so-many-years/)󠁿

 [flixflix](https://profiles.wordpress.org/flixflix/) ডিচেম্বৰ 29, 2017

As of WP 4.9.1 is works; you just have to add the code snippet from the description(
replace the chevrons with apostrophes).

 [ আটাই 2টা পৰ্য্যালোচনা পঢ়ক ](https://wordpress.org/support/plugin/global-posts-ordering/reviews/)

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Global Posts Ordering” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

 *   [ Rasso Hilber ](https://profiles.wordpress.org/nonverbla/)
 *   [ B09 ](https://profiles.wordpress.org/basics09/)

[আপোনাৰ ভাষাত “Global Posts Ordering” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/global-posts-ordering)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/global-posts-ordering/),
[SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/global-posts-ordering/) চাওক নাইবা
[RSS](https://plugins.trac.wordpress.org/log/global-posts-ordering/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/global-posts-ordering/)
ছাবস্ক্ৰাইব কৰক।

## সলনি-পঞ্জী

#### 0.9.5

 * Added all post statuses to the list, now you can also re-order drafts
 * First element gets now menu order 1, not zero, so that new posts get inserted
   at the first position, not second
 * Added edit-links to the post-title labels
 * Added edit-links to the post-type labels
 * Minor CSS tweaks

#### 0.9.4

 * If only one post type is registered with the plugin, put it’s admin link in the
   submenu of this post type, labeled “Re-Order”

#### 0.9.3

 * Wait until admin_init to remove invalid post types (Error produced in 0.9.2)

#### 0.9.2

 * Prevent the plugin from producing errors if no post types are given
 * CSS Tweaks

#### 0.9.1

 * resolved an error with localization

#### 0.9

 * Global Posts Ordering

## মেটা

 *  **0.9.5** সংস্কৰণ
 *  **13 বছৰ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **80+**
 *  WordPress-ৰ সংস্কৰণ ** 3.0 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **3.5.2**
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/global-posts-ordering/)
 * [global](https://as.wordpress.org/plugins/tags/global/)[multiple](https://as.wordpress.org/plugins/tags/multiple/)
   [post](https://as.wordpress.org/plugins/tags/post/)[post types](https://as.wordpress.org/plugins/tags/post-types/)
   [posts](https://as.wordpress.org/plugins/tags/posts/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/global-posts-ordering/advanced/)

## ৰে’টিংবোৰ

 5টাৰ ভিতৰত 5টা তৰা।

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/global-posts-ordering/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/global-posts-ordering/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/global-posts-ordering/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/global-posts-ordering/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/global-posts-ordering/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/global-posts-ordering/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/global-posts-ordering/reviews/)

## অৱদানকাৰীসকল

 *   [ Rasso Hilber ](https://profiles.wordpress.org/nonverbla/)
 *   [ B09 ](https://profiles.wordpress.org/basics09/)

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/global-posts-ordering/)

## দান কৰক

আপুনি এই প্লাগিনৰ উন্নতিৰ প্ৰতি সাহায্য আগবঢ়াব বিচাৰেনে?

 [ এই প্লাগিনক অনুদান দিয়ক ](http://www.nonverbla.de/)