How to use all tags in post permalinks

To use all tags in a post permalink, try a variation of my similar answer for How to use first tag in permalinks add_rewrite_tag( $tag, $regex ) adds a new placeholder you can use in Settings/Permalinks. The filter on post_link translates the placeholder into something useful, here a list of all tag slugs, separated by … Read more

WP URL /icons returns 403 forbidden error

Probably because /icons is a default path in the Apache server. AFAIK it can’t be changed/overriden in .htaccess, because it is defined as Alias in the Apache configuration. See, for example, this question on Stack Overflow: how to override index of /icons?

Disable WordPress URL auto complete

I believe that is the redirect_canonical function hooked to template_redirect. You should be able to disable it with: remove_filter(‘template_redirect’, ‘redirect_canonical’); But you should really think about whether you want to do that as it is fairly complicated and performs some important SEO functions: Redirects incoming links to the proper URL based on the site url. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)