Hello,
With my code, i’ve an error with the comments when I refresh the admin page.
The result I’ve found in line 116 in multiple-post-type-order/multiple-post-type-order.php
I change
$no_of_order = $order_options[$post_type_name];
// to
$no_of_order = isset($order_options[$post_type_name]);
]]>
Currently got this plugin installed, so my client can influence the order of a custom post type as well as the pages.
Functionally speaking it works great, however I had a question regarding the stylesheets that are loaded in the frontend (five stylesheets!).
This happens in the mpto_post_listing_styles() function in multiple-post-type-order.php. It concerns the following code:
wp_register_style('post_listing_css', MPTO_DIR_URL . 'css/post_listing_css.css');
wp_enqueue_style('post_listing_css');
wp_register_style('main_css_file', MPTO_DIR_URL . 'css/pmto_dem.css');
wp_enqueue_style('main_css_file');
wp_register_style('main1_css_file', MPTO_DIR_URL . 'css/normalize.css');
wp_enqueue_style('main1_css_file');
wp_register_style('main2_css_file', MPTO_DIR_URL . 'css/style_one.css');
wp_enqueue_style('main2_css_file');
wp_register_style('main3_css_file', MPTO_DIR_URL . 'css/style_two.css');
wp_enqueue_style('main3_css_file');
I dequeued these stylesheets in my functions.php file, since they conflicted with my theme.
The website still works great and so does the plugin, so I wonder why these stylesheets are added in the first place?
]]>Hi there,
Awesome plugin.
But can I rename the title like: “MPT Order 1” being “Feature Order” and the other title too.
Thanks so much.
]]>Hello, thanks for the plugin. I’ve been testing and I think it’s the fastest I’ve tried.
On my website I have about 7000 posts, and when I created the first Order (MPT Order 1), it has order all the post by title. In my case, I’m interested in being more current to older, and from there ordering the post. Is it possible to change the default order?
Thanks
Hi,
First, love your plugin – it’s one of a kind!
Feature request number one – WPML support.
Use case:
I have a custom post type with 400 posts, I also have 3 languages on my website.
When I am viewing my websites Finnish content, and go to the MPT order page, I see 1200 posts (not just the 400 Finnish posts).
Other plugins usually allow to view just the relevant posts by language.
WPML also has a special view called “All Languages”, which is where I would expect to see 1200 posts together, but only there.
Without this, dragging and dropping 100’s of posts becomes very difficult.
Feature request number two – assign position ID.
Use case:
if you want to move post #369 to position #25, you need to drag it a few seconds, being careful not to catch WP header menu (causing a drop down to appear). Alternative solution I suggest would be to have a field next to each post, where you can assign a position. For example if I were to set post #369 to #25, it would push down all posts after #25 by 1.