Site logo

Archived topic

WPSP images not showing in order that they're set to

12 replies · Started by Devin on April 1, 2022

Viewing posts 1–13 of 13

I know I should be asking this over in the WPSP support forum, but it doesn't look like anyone has been active over there for weeks. Anyway, I have my WP posts sorted by ID, but they're not showing up in the order placed.

Hi Devin,

Can you kindly provide the link to the topic you started in the forums? I’ll try to answer there.

We’ll also check if there’s an issue with our ticketing regarding your account since we aren’t getting notified.

Hope to hear from you soon. :)

I didn't open a ticket yet, I just noticed that there were issues from weeks back that hadn't been answered yet. Should I still open a ticket over there?

It should look like this:

[wp_show_posts id="1662" settings="orderby=menu_order"]

Thats correct - in your WPSP List settings you see the basic: [wp_show_posts id="1662"] that will never change.

Question is - did you get the result you were looking for on the front end ? ie. the Posts in the order you set ?

Oh, okay. I thought the changes would reflect in the shortcode. I have not seen any changes. I tried switching two of the ID's around to confirm but the posts stayed in the same position.

Hmmm...

can you share a screenshot of the more settings where you added the IDs - just want to see if theres any conflict with the shortcode settings.

EDIT: Ooops my bad. Try this shortcode instead:

[wp_show_posts id="1662" settings="orderby=post__in"]

If that doesn't work try adding the IDS in the shortcode too

eg.

[wp_show_posts id="1662" settings="post_id=3904,4403,4002&orderby=post__in"]

Ha, no problem. The first shortcode did the trick though. Always a big help David, thanks!

Glad to be of help... :)

This archived topic is closed to new replies.