distributor icon indicating copy to clipboard operation
distributor copied to clipboard

Add more info about posts like categories, tags, author etc.

Open IonTulbure opened this issue 1 year ago • 3 comments

Is your enhancement related to a problem? Please describe.

Hi. Currently post info in distributor_page_pull table is pretty limited (page: ?page=pull&status=new page ). Would be great to have more columns with info like post author, tags, categories, excerpt, time of day (currently it is displayed on hover)

Designs

distributor-enhancement

Describe alternatives you've considered

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

IonTulbure avatar Jan 26 '24 08:01 IonTulbure

@IonTulbure you should be able to extend that page to add additional filters/sorts by leveraging the existing hooks in the codebase

jeffpaul avatar Feb 01 '24 20:02 jeffpaul

@jeffpaul Yeah, i already managed to get most info. I also needed to exclude Published posts from the Pulled page. $item param from docs offers info only from the source site.

But if i want to get the new post id and afterwards post status ? This is were i couldn't do it with filters or actions. I had to use $wpdb to get what i need.

IonTulbure avatar Feb 02 '24 06:02 IonTulbure

Not a developer so I am plussing this without having to extend myself.

cousett avatar Mar 26 '24 16:03 cousett