PHPackages                             10up/post-finder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. 10up/post-finder

AbandonedArchivedWordpress-plugin[Admin Panels](/categories/admin)

10up/post-finder
================

Adds a UI for curating and ordering posts

0.4.0(5y ago)2155.8k↓45.9%14[4 issues](https://github.com/10up/post-finder/issues)[3 PRs](https://github.com/10up/post-finder/pulls)GPL-2.0JavaScript

Since Dec 12Pushed 2y ago68 watchersCompare

[ Source](https://github.com/10up/post-finder)[ Packagist](https://packagist.org/packages/10up/post-finder)[ Docs](https://github.com/10up/post-finder)[ RSS](/packages/10up-post-finder/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (11)Used By (0)

Post Finder
===========

[](#post-finder)

> Creates a rich input field that allows a user to curate and rank content items (posts or other custom post types)

[![Support Level](https://camo.githubusercontent.com/bda18bd40847957c7c2fd168847c0be1c844a01a7e8938bbadef330bcd0f6790/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f737570706f72742d61726368697665642d7265642e737667)](#support-level) [![Release Version](https://camo.githubusercontent.com/92cffa248fb6692c0b763c6b37b05d9afce1a091d6e6139d1f23320fe6ca6188/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f313075702f706f73742d66696e6465722e737667)](https://github.com/10up/post-finder/releases/latest) [![WordPress tested up to version](https://camo.githubusercontent.com/cd0af132f30b585ef6ec7a7054e6a28d6199acc15078c0fbc5ff6fab35a8596c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576f726450726573732d76352e382532307465737465642d737563636573732e737667)](https://camo.githubusercontent.com/cd0af132f30b585ef6ec7a7054e6a28d6199acc15078c0fbc5ff6fab35a8596c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576f726450726573732d76352e382532307465737465642d737563636573732e737667) [![GPLv2 License](https://camo.githubusercontent.com/9f6190fdc233e145544acca9b902a37c73044e4e84ae6a7506e65352c020967b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f313075702f706f73742d66696e6465722e737667)](https://github.com/10up/post-finder/blob/develop/LICENSE.md)

Caution

As of 12 April 2024, this project is archived and no longer being actively maintained.

Installation
------------

[](#installation)

Clone the plugin to your `wp-content/plugins/` directory.

Usage
-----

[](#usage)

In your theme, you can call `pf_render( $name, $value, $options )` where you want to display a Post Finder field.

`$name` : Name you want to use on the input field

`$value` : Currently selected value(s). Should be a comma-separated string of post\_ids

`$options` (optional) : Array of options that will be used to build the input

**Current options**

- `show_numbers` - Whether to show a positional number next to each item. Makes it easy to see which position each item has. Default true.
- `show_recent` - Whether to show the Recent Post select input. Default true.
- `limit` - Limit how many items can be selected. Default 10.
- `args` - Array of arguments passed to our `WP_Query` instances. Allows customizations of these queries, like setting a specific post type. See the [WordPress Developer Reference](https://developer.wordpress.org/reference/classes/wp_query/#methods-and-properties) for supported arguments.
- `include_script` - Whether to include the init script for the input. Default true. If false, you'll have to include this yourself in order for it to work.

```
jQuery( document ).ready( function( $ ) {
	$( '.post-finder' ).postFinder();
} );

```

Support Level
-------------

[](#support-level)

**Archived:** This project is no longer maintained by 10up. We are no longer responding to Issues or Pull Requests unless they relate to security concerns. We encourage interested developers to fork this project and make it their own!

Changelog
---------

[](#changelog)

A complete listing of all notable changes to Post Finder are documented in [CHANGELOG.md](https://github.com/10up/post-finder/blob/develop/CHANGELOG.md).

Contributing
------------

[](#contributing)

Please read [CODE\_OF\_CONDUCT.md](https://github.com/10up/post-finder/blob/develop/CODE_OF_CONDUCT.md) for details on our code of conduct, [CONTRIBUTING.md](https://github.com/10up/post-finder/blob/develop/CONTRIBUTING.md) for details on the process for submitting pull requests to us, and [CREDITS.md](https://github.com/10up/post-finder/blob/develop/CREDITS.md) for a listing of maintainers of, contributors to, and libraries used by Post Finder.

Like what you see?
------------------

[](#like-what-you-see)

[![Work with us at 10up](https://camo.githubusercontent.com/5ec5223fa6fe20a5ca00d8d768bd7ee91e93f67c9d7a06e575c87e3ed1d00263/68747470733a2f2f313075702e636f6d2f75706c6f6164732f323031362f31302f313075702d4769746875622d42616e6e65722e706e67)](http://10up.com/contact/)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community29

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~667 days

Total

3

Last Release

2111d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3358927?v=4)[10up](/maintainers/10up)[@10up](https://github.com/10up)

---

Top Contributors

[![micahwave](https://avatars.githubusercontent.com/u/481723?v=4)](https://github.com/micahwave "micahwave (42 commits)")[![jeffpaul](https://avatars.githubusercontent.com/u/2818133?v=4)](https://github.com/jeffpaul "jeffpaul (32 commits)")[![cmmarslender](https://avatars.githubusercontent.com/u/1915905?v=4)](https://github.com/cmmarslender "cmmarslender (22 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![mattonomics](https://avatars.githubusercontent.com/u/733462?v=4)](https://github.com/mattonomics "mattonomics (7 commits)")[![jaredrethman](https://avatars.githubusercontent.com/u/3676975?v=4)](https://github.com/jaredrethman "jaredrethman (6 commits)")[![stevegrunwell](https://avatars.githubusercontent.com/u/233836?v=4)](https://github.com/stevegrunwell "stevegrunwell (5 commits)")[![jeckman](https://avatars.githubusercontent.com/u/1389398?v=4)](https://github.com/jeckman "jeckman (3 commits)")[![nicholasio](https://avatars.githubusercontent.com/u/6104632?v=4)](https://github.com/nicholasio "nicholasio (2 commits)")[![helen](https://avatars.githubusercontent.com/u/906334?v=4)](https://github.com/helen "helen (2 commits)")[![jtroynousky](https://avatars.githubusercontent.com/u/435485?v=4)](https://github.com/jtroynousky "jtroynousky (2 commits)")[![tylercherpak](https://avatars.githubusercontent.com/u/3385974?v=4)](https://github.com/tylercherpak "tylercherpak (1 commits)")[![BBerg10up](https://avatars.githubusercontent.com/u/72762903?v=4)](https://github.com/BBerg10up "BBerg10up (1 commits)")[![dhanendran](https://avatars.githubusercontent.com/u/6737105?v=4)](https://github.com/dhanendran "dhanendran (1 commits)")[![gthayer](https://avatars.githubusercontent.com/u/6576646?v=4)](https://github.com/gthayer "gthayer (1 commits)")[![joeyblake](https://avatars.githubusercontent.com/u/182726?v=4)](https://github.com/joeyblake "joeyblake (1 commits)")[![lupos](https://avatars.githubusercontent.com/u/1641208?v=4)](https://github.com/lupos "lupos (1 commits)")[![mphillips](https://avatars.githubusercontent.com/u/18812?v=4)](https://github.com/mphillips "mphillips (1 commits)")[![adamsilverstein](https://avatars.githubusercontent.com/u/2676022?v=4)](https://github.com/adamsilverstein "adamsilverstein (1 commits)")

---

Tags

archivedwordpress

### Embed Badge

![Health badge](/badges/10up-post-finder/health.svg)

```
[![Health](https://phpackages.com/badges/10up-post-finder/health.svg)](https://phpackages.com/packages/10up-post-finder)
```

###  Alternatives

[alleyinteractive/wordpress-fieldmanager

A library to build forms and admin screens for WordPress

556689.7k1](/packages/alleyinteractive-wordpress-fieldmanager)[backpack/pagemanager

Create admin panels for presentation websites on Laravel, using page templates and Backpack\\CRUD.

371522.6k6](/packages/backpack-pagemanager)[wp-user-manager/wp-optionskit

A toolkit for developers to create administration options panels for WordPress powered by Vuejs

13612.5k](/packages/wp-user-manager-wp-optionskit)[upstatement/jigsaw

Provides an easy API for developers to tweak the admin options of a WordPress install

1563.3k](/packages/upstatement-jigsaw)[wecodemore/current-admin-info

Displays info about the current admin screen and its globals, contextual hooks, etc.

852.7k](/packages/wecodemore-current-admin-info)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
