↓
 

Frontier Wordpress Plugins

Frontier plugins

  • Home
  • Frontier Post
  • Frontier Query
  • Other Plugins
    • Frontier Buttons
    • Frontier Set Featured
    • Frontier Restrict Backend
    • Frontier Restrict Media
  • My Posts
    • My Posts
    • New Post
    • All Posts
    • Frontier Post test
  • Miscellaneous
    • General Info
    • Tips & Tricks
    • Frontier query – Shortcode builder
  • Search
Home→Author The Postman 1 2 >> Log in

Author Archives: The Postman

Post navigation

1 2 >>

Actions and Filters (Hooks) in Frontier Post

Frontier Wordpress Plugins Posted on 06/04/2020 by The Postman24/07/2020

  Actions and Filters are made available for your use, but is not supported, meaning I can not help you implementing Actions and Filters    The following hooks are available in Frontier Post: Examples of use of Actions and Filters is … [CLICK TO READ MORE]

Type: Documentation Topic: Hooks, Actions & Filters
Posted in Frontier Post | Leave a reply

Frontier Post – Extension Plugin ()

Frontier Wordpress Plugins Posted on 06/04/2020 by The Postman24/04/2020

I have created a Demo plugin to show how Actions and Filters can be used in Frontier Post. Please be aware that this is for Demo purpose, and I do not help with Actions and Filters. To be able to … [CLICK TO READ MORE]

Type: Code Sniplet, Demo Topic: Hooks, Actions & Filters
Posted in Frontier Post

Frontier Post: Change standard text

Frontier Wordpress Plugins Posted on 12/11/2017 by The Postman12/11/2017

Below is an example where you can change the standard text output from Frontier Post, if a user does not have any post created:

Add the below to functions.php

[CLICK TO READ MORE]
Type: Code Sniplet, Demo Topic: Miscellaneous
Posted in Frontier Post | Leave a reply

Frontier Post – Add explanation to Taxonomy section on form

Frontier Wordpress Plugins Posted on 12/11/2017 by The Postman06/04/2020

Below is an example of how you can make add and explanation to the category selection using an action

[CLICK TO READ MORE]
Type: Code Sniplet, Demo Topic: Hooks, Actions & Filters
Posted in Frontier Post | Leave a reply

Frontier Post – Change moderation comments using Filter

Frontier Wordpress Plugins Posted on 12/11/2017 by The Postman12/11/2017

Below is an example of how you can make your own moderation comments using filter – Add the below code to your functions.php and adapt it to your liking:

[CLICK TO READ MORE]
Type: Code Sniplet, Demo Topic: Hooks, Actions & Filters
Posted in Frontier Post | Leave a reply

Frontier Post – Shortcodes

Frontier Wordpress Plugins Posted on 08/11/2016 by The Postman14/09/2023

For the basic functionality, you only have to insert the Frontier post shortcode in a page. Then you can control the functionality of Frontier Post from the settings in the admin panel. For more advanced functionality, there is a set … [CLICK TO READ MORE]

Type: Documentation Topic: Shortcode
Posted in Frontier Post | Tagged shortcode | Leave a reply

Frontier Post – Quickpost

Frontier Wordpress Plugins Posted on 25/07/2016 by The Postman30/09/2017

New shortcode to display quick post somewhere in a page (without the list) One additional parameter is available for Quickpost:  frontier_force_quickpost=”true” will force display of quickpost form and hide buttons   You can change the behaviour of of Quickpost Using CSS … [CLICK TO READ MORE]

Type: Code Sniplet, Documentation Topic: Layout
Posted in Frontier Post | Leave a reply

Frontier-Post – Category Posts

Frontier Wordpress Plugins Posted on 25/07/2016 by The Postman25/07/2016

It is possible to “force” a category when creating and listing post, using short-code parameters. Shortcode example: In this case the category is “Frontier Query” which has ID 34 (you can find the category ID two ways, hoover over the … [CLICK TO READ MORE]

Type: Documentation Topic: Shortcode
Posted in Frontier Post | Leave a reply

Frontier Post – Who can add a post

Frontier Wordpress Plugins Posted on 16/03/2016 by The Postman16/03/2016

Below are the rules for adding a post. The rules are based on a combination of Frontier Post settings & Capabilities: User has Capability: frontier_post_can_add That it is an allowed post type (Setting: Allowed Post Types) It is a valid post type Code: … [CLICK TO READ MORE]

Type: Documentation, Info Topic: Capabilities & Security
Posted in Frontier Post | Leave a reply

Frontier Post – Who can edit a post

Frontier Wordpress Plugins Posted on 24/01/2016 by The Postman24/01/2016

Below are the rules for editing a post for a user. This also controls when the edit icon (or link) is displayed on the Frontier Post list. The rules are based on a combination of Frontier Post settings & Capabilities: The … [CLICK TO READ MORE]

Type: Documentation, FAQ Topic: Capabilities & Security
Posted in Frontier Post | Leave a reply

Frontier Post – Edit Link

Frontier Wordpress Plugins Posted on 24/01/2016 by The Postman24/01/2016

WordPress offers a link to edit your own posts & pages (or for admins all posts & pages) in the front end. The link is shown in the admin bar and on the post itself. This link will redirect the user … [CLICK TO READ MORE]

Type: Documentation Topic: Capabilities & Security
Posted in Frontier Post | Leave a reply

Frontier Post – Add fields

Frontier Wordpress Plugins Posted on 10/01/2016 by The Postman11/02/2017

You can add additional WordPress post fields by adding additional code to you functions.php in your child theme. In below example the fields are added to the entry form by using hooks and filters: Comment status (open/closed) Trackback and Pingback … [CLICK TO READ MORE]

Type: Code Sniplet, Documentation Topic: Hooks, Actions & Filters
Posted in Frontier Post | Leave a reply

Frontier Post – Custom Fields

Frontier Wordpress Plugins Posted on 10/01/2016 by The Postman11/02/2017

If you want to implement custom field support for Frontier Post, you you can now do this by adding code to your functions.php in your child theme – Below example adds a Rating field:

Custom fields requires fairly advanced php and Wordpress skills. Custom fields will not be supported, unless there is a bug in the code.

Updated January 10th 2016.

[CLICK TO READ MORE]
Type: Code Sniplet, Documentation Topic: Hooks, Actions & Filters
Posted in Frontier Post | Leave a reply

Frontier Post – Settings

Frontier Wordpress Plugins Posted on 12/07/2015 by The Postman30/03/2020

Frontier Post settings contains the basic settings for Frontier Post, you should also review Frontier Post Capability settings, Frontier Post Role based settings & Frontier Post Advanced settings Below is an explanation of the different options: Allow edit of posts … [CLICK TO READ MORE]

Type: Documentation, Settings Topic: Settings
Posted in Frontier Post | Leave a reply

Frontier Post – Settings: Role based

Frontier Wordpress Plugins Posted on 11/07/2015 by The Postman30/03/2020

In addition to capabilities, there is a number of settings that can be set per role. Role based settings is on the Frontier Post capability settings page. Editor Type Full Editor (The full TinyMCE editor) Minimal Visual (Visual editor, but … [CLICK TO READ MORE]

Type: Documentation, Settings Topic: Layout, Settings
Posted in Frontier Post | Tagged category list, editor, roles | Leave a reply

Frontier Post – Settings: Capabilities

Frontier Wordpress Plugins Posted on 07/07/2015 by The Postman30/03/2020

Frontier Post does not change any of the existing WordPress roles and capabilities. Frontier Post adds a number of custom capabilities, that is used to control the behavior and also distinguish on what different profiles can do. Capabilities are shared … [CLICK TO READ MORE]

Type: Documentation, Settings Topic: Capabilities & Security, Settings
Posted in Frontier Post | Leave a reply

Frontier Post – Settings: Advanced

Frontier Wordpress Plugins Posted on 05/07/2015 by The Postman30/03/2020

Frontier Post Advanced Settings contains the more advanced settings for users that wants to go beyond the basics. you should also review Frontier Post Settings, Frontier Post Capability settings and Frontier Post Role based settings. Below is an explanation of … [CLICK TO READ MORE]

Type: Settings Topic: Settings
Posted in Frontier Post | Leave a reply

Frontier Post – Page logic

Frontier Wordpress Plugins Posted on 22/03/2015 by The Postman26/12/2015

To be able to display a user interface and execute php codeat the same time in WordPress, you will have to use shortcodes. Shortcodes are placed in a post or in a page. WordPress picks up this shortcode and execute … [CLICK TO READ MORE]

Type: Documentation, FAQ Topic: Shortcode
Posted in Frontier Post | Leave a reply

Frontier Post – Layout

Frontier Wordpress Plugins Posted on 07/02/2015 by The Postman26/12/2015

There are several possibilities to change layout of Frontier Post. There are two different forms List & Edit. They layout can be changed through: Settings 3 different forms: Standard, Simple & Old (Advanced settings) Post status can be hidden Category … [CLICK TO READ MORE]

Posted in Frontier Post | Leave a reply

Frontier Post – FAQ

Frontier Wordpress Plugins Posted on 01/02/2015 by The Postman26/12/2015

Frequently asked questions Known Issues and limitations Custom Fields: Only with Templates, Filters and actions If limited administrator access is selected for a profile in Theme My Login, media uploads will fail for this profile (see this). If you hide … [CLICK TO READ MORE]

Type: FAQ Topic: Miscellaneous
Posted in Frontier Post | Leave a reply

Post navigation

1 2 >>

Frontier Search

Categories
Article types
Text search

Plugins

by WPFrontier
  • Frontier Buttons (3)
  • Frontier Post (24)
  • Frontier Query (6)
  • Frontier Restrict Backend (2)
  • Frontier Restrict Media (2)
  • Frontier Set Featured (2)
Plugins are defined as Categories on wpfrontier.com

Article types

  • Bug (0)
  • Code Sniplet (12)
  • Demo (5)
  • Documentation (21)
  • FAQ (6)
  • Info (12)
  • Question (0)
  • Settings (4)
  • Workaround (0)

Recent Posts

Actions and Filters (Hooks) in Frontier Post
Frontier Post - Extension Plugin ()
Frontier Post: Change standard text
Frontier Post - Add explanation to Taxonomy section on form
Frontier Post - Change moderation comments using Filter
Frontier Post - Shortcodes
Frontier Post - Quickpost
Frontier-Post - Category Posts
Frontier Post – Who can add a post
Frontier Post - Who can edit a post

Month Archive

  • 2020-April (2)
  • 2017-November (3)
  • 2016-November (1)
  • 2016-July (2)
  • 2016-March (1)
  • 2016-January (7)
  • 2015-December (2)
  • 2015-July (4)
  • 2015-March (3)
  • 2015-February (2)
  • 2015-January (9)
  • 2014-December (1)
  • 2014-January (1)

Authors

  • Mr. Query (5)
  • The Postman (23)
  • The Scout (4)
  • The Tracker (6)

Log In

©2025 - Frontier Wordpress Plugins - Weaver Xtreme Theme
↑