paulgibbs / behat-wordpress-extension

WordHat: Behat for WordPress
https://wordhat.info
GNU General Public License v3.0
106 stars 20 forks source link

Drivers, Content: ignore sticky posts when fetching. #226

Closed paulgibbs closed 5 years ago

paulgibbs commented 5 years ago

Description

This prevents the underlying WP_Query in WP-PHP driver and WP-CLI itself returning sticky posts when retriving a post ID by post title, as seen with the "I am on the edit screen for" step definition.

This does not affect intentionally retrieving sticky posts in this way.

Related issue

Fixes #218

How has this been tested?

Tested locally.

Types of changes

Checklist: