Skip to content

Plugin allows to use post's custom fields values in permalink structure by adding %field_fieldname%, for posts, pages and custom post types.

License

Notifications You must be signed in to change notification settings

ArubaBB/wordpress-custom-fields-permalink-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Fields Permalink Redux

Plugin allows to use post's custom fields values in permalink structure by adding %field_fieldname%, for posts, pages and custom post types.


Description

Plugin allows to use post's custom fields values in permalink structure by adding %field_fieldname% rewrite tag.

Screenshot

Examples:

  • http://example.com/%field_event_date_from%/%postname%/
  • http://example.com/post-type/%field_event_date_from%/%postname%/ (with Custom Post Type Permalinks plugin)

You can also set different permalink structure depending on custom post type using Custom Post Type Permalinks plugin. You can create own post types by using Custom Post Type UI plugin.

The plugin works for:

  • posts
  • pages
  • custom post types

Plugin is also avaliable on GitHub: https://github.com/athlan/wordpress-custom-fields-permalink-plugin

Installation

  • Download the wordpress-custom-fields-permalink-plugin.zip file to your computer.
  • Unzip the file.
  • Upload the wordpress-custom-fields-permalink-plugin directory to your /wp-content/plugins/ directory.
  • Activate the plugin through the 'Plugins' menu in WordPress.
  • Now you can use %field_fieldname% tag in Settings -> Permalinks.

Changelog

1.0

  • Plugin released.

Upgrade Notice

No upgrade notices.

About

Plugin allows to use post's custom fields values in permalink structure by adding %field_fieldname%, for posts, pages and custom post types.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%