neojp
Forum Replies Created
-
@msaari I would hate to reopen this, but I’m getting the same error when I use the “Duplicate Post” plugin to create new posts.
I’m using version 2.6.1. Have you changed your plugin’s priority already?
Since this is another plugin’s code, I would rather not edit its code myself.
Sure, sorry it took a while to reply I didn’t know you could “subscribe” to this forum and just realized I had a message today.
Thanks for giving it a try.
By the way, I changed the Github URL and forgot to change it in the README file, sorry.
This is the new url.
https://github.com/neojp/gravity-forms-placeholdersIt works perfectly to me on every single installation I’ve used so far, could you try again and give me a link to it so I can see if everything loaded correctly or is there a plugin making a conflict with it? Can’t do much without any real info.
Thanks.
Forum: Fixing WordPress
In reply to: Category permalinkI modified the .htaccess so it can support category pagination and the rss feed permalinks.
# remove the category suffix - by Joan Piedra # https://joanpiedra.com/wordpress/remove-category-suffix-permalink RewriteRule ^([^/.]+)/(page/([0-9]+)|feed)$ index.php/category/$1/$2 [L] # redirect everything else to wordpress RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [L]
More info at:
https://joanpiedra.com/wordpress/remove-category-suffix-permalink/