2017 © Pedro Peláez
 

wordpress-plugin post-glue

Sticky posts for WordPress, improved.

image

logoscon/post-glue

Sticky posts for WordPress, improved.

  • Tuesday, February 16, 2016
  • by goblindegook
  • Repository
  • 13 Watchers
  • 5 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Post Glue

Latest Stable Version Latest Unstable Version Build Status Scrutinizer Code Quality Code Coverage, (*1)

Sticky posts for WordPress, improved., (*2)

This plugin addresses the following issues and limitations found in the core's implementation of sticky posts:, (*3)

  • Only the core post type supports this feature.
  • Sticky posts are added in front of your homepage's results, yielding more posts than the configured per-page setting.
  • Sticky posts reappear as you navigate further into the archive.
  • Sticky posts are prepended to your results when querying specific posts with post__in.
  • Difficult to include sticky posts in custom queries.

Some of these issues cause strange behaviour (like when using the REST API) and complicate the creation of custom homepage layouts., (*4)

At one point we decided to stop fighting the core and partially reimplemented the feature using custom post fields and meta queries, giving you:, (*5)

  • Sticky posts for all non-hierarchical post types.
  • Post stickiness on post type and taxonomy archives.
  • Respect for your configured per-page setting, with stickies spilling over onto the next page.
  • Duplicates filtered from your archive pages.
  • The ability to sort by stickiness on virtually any WP_Query lookup.
  • Support for the is_sticky() function.
  • A predictable WordPress REST API experience.
  • A slight SQL query overhead (sorry!)

Post Glue will continue to save post IDs to the sticky_posts option, meaning you'll retain some core functionality even if you decide to stop using the plugin., (*6)

Please follow and contribute to Post Glue's development on Github., (*7)

The Versions

16/02 2016

dev-fix/refactor

dev-fix/refactor https://github.com/log-oscon/post-glue

Sticky posts for WordPress, improved.

  Sources   Download

GPL-2.0+

The Development Requires

plugin wordpress sticky

16/02 2016

dev-master

9999999-dev https://github.com/log-oscon/post-glue

Sticky posts for WordPress, improved.

  Sources   Download

GPL-2.0+

The Development Requires

plugin wordpress sticky

16/02 2016

1.0.0

1.0.0.0 https://github.com/log-oscon/post-glue

Sticky posts for WordPress, improved.

  Sources   Download

GPL-2.0+

The Development Requires

plugin wordpress sticky