Skip to content

Commit

Permalink
Merge pull request #129 from wordplate/force-permalink-structure
Browse files Browse the repository at this point in the history
Force permalinks structure
  • Loading branch information
vinkla committed Sep 22, 2015
2 parents 64b3d43 + 45f664b commit a8fa964
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/options.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Permalink structure
|--------------------------------------------------------------------------
|
| Replace the default permalink structure. For more information on options
| please visit https://codex.wordpress.org/Using_Permalinks.
|
*/

'permalink' => '/%postname%/',

];

0 comments on commit a8fa964

Please sign in to comment.