[Plugin: Featured Custom Posts Widget] Permalink Base Not Working With Subdirectory Install
-
The permalink base feature does not work properly if WordPress is installed in a sub-directory but mapped to load from the root. I believe the get_bloginfo() call on line 70 in featured_custom_posts_widget.php should be using ‘siteurl’ rather than ‘wpurl’. I’ve patched my copy and it works perfectly.
The way it’s being done currently, instead of a permalink base of “/custom_posts” mapping to domain.tld/custom_posts/… you get domain.tld/sub-directory/custom_posts/… which results in a 404 error.
http://ww.wp.xz.cn/extend/plugins/featured-custom-posts-widget/
The topic ‘[Plugin: Featured Custom Posts Widget] Permalink Base Not Working With Subdirectory Install’ is closed to new replies.