All Projects → Advanced-Post-List → advanced-post-list

Advanced-Post-List / advanced-post-list

Licence: other
A WordPress plugin to create custom post lists

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to advanced-post-list

Exopite-Multifilter-Multi-Sorter-WordPress-Plugin
Display and/or sort/filter any page or post types by multiple taxonomies or terms (like post by categories and/or tags) with AJAX. Exopite multifilter, multi-sortable, multi selectable, multi filterable sortable Wordpress Plugin.
Stars: ✭ 18 (+20%)
Mutual labels:  shortcode, filter
laravel-searchzy
Package que te permite buscar y filtrar registros de Eloquent Models en Laravel de una manera simple y sencilla.
Stars: ✭ 15 (+0%)
Mutual labels:  filter
go-tc
traffic control in pure go - it allows to read and alter queues, filters and classes
Stars: ✭ 245 (+1533.33%)
Mutual labels:  filter
ex sieve
Implement dynamic filtering and sorting API for Ecto queries
Stars: ✭ 37 (+146.67%)
Mutual labels:  filter
dubbox
dubbox原始版本的升级版,主要根据GitHub各路大神代码的整合
Stars: ✭ 13 (-13.33%)
Mutual labels:  filter
ULogViewer
Cross-Platform Universal Log Viewer.
Stars: ✭ 64 (+326.67%)
Mutual labels:  filter
activeadmin-ajax filter
AJAX filters for ActiveAdmin
Stars: ✭ 86 (+473.33%)
Mutual labels:  filter
advanced-responsive-video-embedder
Probably the the best WP plugin for embedding videos.
Stars: ✭ 32 (+113.33%)
Mutual labels:  shortcode
stream
Go Stream, like Java 8 Stream.
Stars: ✭ 60 (+300%)
Mutual labels:  filter
grav-plugin-shortcode-ui
Grav Shortcode UI Plugin
Stars: ✭ 45 (+200%)
Mutual labels:  shortcode
Litrato
Android photo editing app with various filters and tools. Included advanced features like masking, histogram, color picker, EXIF viewer...
Stars: ✭ 54 (+260%)
Mutual labels:  filter
grayscale
macOS status bar app for easily toggling the grayscale display filter
Stars: ✭ 20 (+33.33%)
Mutual labels:  filter
redirfs
A Linux file system filter based on redirfs
Stars: ✭ 27 (+80%)
Mutual labels:  filter
restatapi
An R package to search and retrieve data from Eurostat database using SDMX
Stars: ✭ 14 (-6.67%)
Mutual labels:  filter
pimpable
No description or website provided.
Stars: ✭ 102 (+580%)
Mutual labels:  filter
react-native-logger
Async aware logger for react-native with grouping and filter feature
Stars: ✭ 20 (+33.33%)
Mutual labels:  filter
Kalman.jl
Flexible filtering and smoothing in Julia
Stars: ✭ 62 (+313.33%)
Mutual labels:  filter
Camera2GLPreview
Android camera preview application using Camera2 API and OpenGL ES/Vulkan
Stars: ✭ 140 (+833.33%)
Mutual labels:  filter
vue-date-fns
Date filter for Vue based on the date-fns.
Stars: ✭ 21 (+40%)
Mutual labels:  filter
hex-to-css-filter
Easy way to generate colors from HEX to CSS Filters
Stars: ✭ 20 (+33.33%)
Mutual labels:  filter

Post List builder with highly customizable filter & custom designs. Whether it's displaying Recent Posts, Related Posts, Dynamic Posts, or a list of posts in general.

== Description == This tool functions much like a Post List builder to give Admins the most amount of control over managing content to display. Developed with Web Designers & Developers in mind, makes this a highly customizable tool to have around. However, there is a sharp learning curve for most.

You must know:

  • HTML
  • CSS
  • (Optional)
    • JavaScript
    • PHP

Summary

Advanced Post List (aka APL) is designed to operate much like The Loop in WordPress; which is most notable in Themes. However, that concept is taken and turned into an Admin tool that can easily be changed, moved, or added/removed. This eliminates much of the backend work, and prevents being limited to what is hardcoded into a theme.

This also makes multiple Featured Content with different configurations more of a breeze, and the complexity of it is a challenge that APL achieves unlike any other.

APL can accomplish a large degree of variations, but can be broken down to 3 main types of tasks. With Filter, Design, and Placement, here are some of the key features.

Filter

  • Custom Post Type and Taxonomy Support (CPT) - Displays Posts/Pages from custom post types, taxonomies, and terms. This includes other plugins with post data. but may store its data differently than post_content. (Advanced Users, see php_function shortcode.)
  • Enhanced/Diverse Queries - Capable of diverse filter configuration when displaying posts. This feature allows...
    • Cross Filtering with Custom Post Types.
    • Diverse Post Types -> Taxonomies query configurations.
    • Multiple Query configurations with include and require.
  • Optimized with Complex Queries - Once deemed an Achilles Heel to WP Query, steps are taken to reduce the server load as much as possible.
  • Dynamic Filters - Grabs values to filter by based on the current posts/pages being viewed. Ex. Displaying Related Posts in a Header, Footer, Sidebar, etc..
  • Show Content from Published, Private, Future, etc. - This is a development feature and may not provide intended results. Display content on the frontend so users don’t have to navigate to the admin side. Allowing private landing pages to be created. Note: Requires advanced knowledge on how WP Query and User Perms operate.

Design

  • Layout and Style 99.9% Customizable - There's nearly no limitations to the design, with some exceptions that may surface with (Child) Theme's CSS. This does require some knowledge in Web Design. Note: This is NOT to be confused with Drag and Drop UI/UX.
  • Internal Shortcodes - Adds various data from Post object, and is one of the extensive features. Being able to extend to shortcodes with custom PHP functions make the possibilities practically limitless. See full list & details.
  • Encapsulated for Zero Conflicts - With a large number of shortcodes on any given site. Isolating Internal Shortcodes to its own instance eliminates any plugin conflicts.
  • Custom Formats to Loop ( The Loop ) - Themes follow this concept, but APL turns that concept into a tool. The “List Content” loop, as well as the before & after, is where most of the work is done with preset HTML, CSS, JS, & PHP designs. It is also optional to set an Empty Message (No Posts Found) to display.

Placement

  • Post List Shortcode - User friendly method of adding Preset Post Lists to a section of a page.
  • Sidebar Widget - Easier to use. However, adding post list shortcodes to the text sidebar also produces the same results.
  • PHP Hardcode - For more extensive design work. There is a public function for displaying Preset Post Lists where WordPress support and functions for admins aren’t fully present.

Other Plugins Tested/Supported

There's various plugins that offer a unique capability, and some of which APL can use as intended, but there are also some don't. Here is a list of popular plugins that have been tested and verified by Advanced Post List.

  • Advanced Custom Fields - Requires php_function shortcode.
  • WPML - With WordPress Multilingual installed, additional Designs can be created for rendering a Post List in different languages. Posts/Pages are handled automatically and will display content in various languages.

APL is open to development requests and welcomes those willing to report on any issues.

Help & Support

Currently, information can be found in 2 different locations. This is due to recent changes, and is only temporary.

Questions/Bug Report submit thread / ticket at WordPress or GitHub Issue / Tickets.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].