Navigation überspringen

[Gelöst] Post status from Views and Post Form

This support ticket is created vor 4 Jahre, 8 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von kelvinL-2 vor 4 Jahre, 8 Monaten.

Author
Artikel
#1798435
Screenshot 2020-10-03 at 5.13.31 PM.png
Screenshot 2020-10-03 at 5.11.49 PM.png

Dear Sir/Madam,

My site has the woocommerce installed, I set my default post status to a new post as Pending Payment, I want to filter all post if publish and not yet paid, from the Views, the filter options are more than the Post Forms.

I finally set the status to Publish and wc-pending and I can list out all post I want, I want to understand the difference between wc-pending and pending, does Toolset have the detailed description to all status?

best regards,

Kelvin.

#1800483

Nigel
Unterstützer

Sprachen: Englisch (English ) Spanisch (Español )

Zeitzone: Europe/London (GMT+01:00)

Hi Kelvin

The pending status is a built-in WordPress status for posts which have been created by users who do not have rights to publish: https://wordpress.org/support/article/post-status/#pending

The wc-pending status is specific to WooCommerce, and is usually applied to Orders, meaning that the order is pending payment.

#1803279

Got it. Thank you!