Download the PHP package samiahmedsiddiqui/custom-permalinks without Composer

On this page you can find all versions of the php package samiahmedsiddiqui/custom-permalinks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package custom-permalinks

Custom Permalinks

:information_source: In case of found any site breaking issue after upgrading to the latest version then please report the issue on WordPress Forum OR GitHub with complete information to reproduce the issue and move back to the old version. You can download any of the old version from here: https://wordpress.org/plugins/custom-permalinks/advanced/

Lay out your site the way you want it. Set the URL of any post, page, tag or category to anything you want. Old permalinks will redirect properly to the new address. Custom Permalinks give you ultimate control over your site structure.

:warning: This plugin is not a replacement for WordPress's built-in permalink system. Check your WordPress administration's "Permalinks" settings page first, to make sure that this doesn't already meet your needs.

This plugin is only useful for assigning custom permalinks for individual posts, pages, tags or categories. It will not apply whole permalink structures or automatically apply a category's custom permalink to the posts within that category.

Filters

Add PATH_INFO in $_SERVER Variable

Disable Redirects

To disable complete redirects functionality provided by this plugin, add the filter that looks like this:

Disable Particular Redirects

To disable any specific redirect to be processed by this plugin, add the filter that looks like this:

Exclude Permalink to be processed

To exclude any Permalink to be processed by the plugin, add the filter that looks like this:

Exclude Post Type

To remove custom permalink form from any post type, add the filter that looks like this:

Exclude Posts

To exclude custom permalink form from any posts (based on ID, Template, etc), add the filter that looks like this:

Allow Accents Letters

To allow accents letters, please add below-mentioned line in your theme functions.php:

Allow Uppercase Letters

To allow uppercase letters/words, please add below-mentioned line in your theme functions.php:

Allow Redundant Hyphens

To allow redundant hyphens, please add below-mentioned line in your theme functions.php:

Manipulate Permalink Before Saving

To make changes in permalink before saving, please use custom_permalink_before_saving filter. Here is an example to see how it works.

Remove like Query

To remove like query to being work, add below-mentioned line in your theme functions.php:

Note: Use custom_permalinks_like_query filter if the URLs doesn't works for you after upgrading to v1.2.9.

Thanks for the Support

I do not always provide active support for the Custom Permalinks plugin on the WordPress.org forums, as I have prioritized the email support. One-on-one email support is available to people who bought Custom Permalinks Premium only.

Bug reports

Bug reports for Custom Permalinks are welcomed on GitHub. Please note GitHub is not a support forum, and issues that aren't properly qualified as bugs will be closed.

Installation

This process defines you the steps to follow either you are installing through WordPress or Manually from FTP.

From within WordPress

  1. Visit 'Plugins > Add New'
  2. Search for Custom Permalinks
  3. Activate Custom Permalinks from your Plugins page.

Manually

  1. Upload the custom-permalinks folder to the /wp-content/plugins/ directory
  2. Activate Custom Permalinks through the 'Plugins' menu in WordPress

All versions of custom-permalinks with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package samiahmedsiddiqui/custom-permalinks contains the following files

Loading the files please wait ....