• Just this plugin missing part is, eligible post moves from pending to published ok. There is no problem at this time. However, posts are not recycling! this reason 3rd parties plugins are not working compatibly with this plugin. If recycle is activated, Custom permalinks are rewritten by this plugin correctly but if the recycled post button is selected, posts time are changing. The idea is good to update old posts like the blog but not good to use on news or etc idea. Because of News are contents which need to store at the correct time.
    for example, I’m using feed/RSS to get news. after than permalink customization rewriting permalinks. Registered post type slug is removing and post category is rewriting on it. Although I’m fetching news as pending as with cron and rewriting custom permalinks with one of the plugins to change slugs. Auto publish is publishing posts, custom permalinks are not rewriting.

    summarise: if Recycle action added on pending to post process, would good

    • This topic was modified 5 years, 5 months ago by dewinbrush.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author johnh10

    (@johnh10)

    I’m having a hard time understanding this.

    Thread Starter dewinbrush

    (@dewinbrush)

    ?? you right

    Let me explain detailed.

    1- I’m using Wp Auto to fetch data from RSS.
    2- I’m using convert custom post types permalink with Permalink Pro to remove REGISTERED POST or SLUG.

    For example:
    // CPT=news_post
    // cpt_taxonomy=news_category

    normally WP logic working

    // domain.com/news_post(or if defined slug)/postname

    however I’m changing rewrites and converting like

    // domain.com/%news_category%/%post_name%-%post_id%

    and it is seems

    // domain.com/sports-news/best-football-teams
    instead of
    // domain.com/news/best-football-teams

    at this time only problem was removing post_registered name from permalinks.

    Permalink Pro working perfectly. however When i fetching RSS data via WP Auto into system, Permalink is not hooking and posts fetching without %category_name% and it seems
    // domain.com/best-football-teams
    I tried to use Cron to update however Cron is not like wp_insert_post.

    After than i found this plugin. I’m fetching data as a Draft via wp-auto. Posts comes as DRAFT. Then I activated Auto Publish to change status from DRAFT to PUBLISH. I was thinking to Write post however just status is changing. But if i Update posts manually, permalink pro detecting action and it is changing permalinks.

    Weird thing is When i activated RECYCLE methods at AUTO publish. All posts are updating correctly however i just want to recycle just DRAFT status instead of PUBLISHED post. Because of NEWS are can not recycled. This action is not good for 2018 news to move it now.

    Honestly I’m checking your codes to understand and to solve problem to make different idea but i didn’t do anything else.

    • This reply was modified 5 years, 5 months ago by dewinbrush.
    • This reply was modified 5 years, 5 months ago by dewinbrush.
    Plugin Author johnh10

    (@johnh10)

    This is confusing. If you have issues with WP Auto or Permalink Pro you will have to ask their support.

    Maybe this will help clarify:

    A post is PUBLISHED when its status is changed from (draft,pending,etc) to (publish) and its publish date is changed to (now).
    A post is RECYCLED when its status is already (publish) and its publish date is changed to (now).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Recycle Pending Status need!’ is closed to new replies.