pawarsac
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: An Automated wordpress update failed@kjodle : Site works with all of plugins (all are required). But why it fail after few hours of well doing ?
Even after defining
define(‘DISALLOW_FILE_MODS’, true );
define(‘WP_AUTO_UPDATE_CORE’, false );
define(‘AUTOMATIC_UPDATER_DISABLED’, true);why it tries to upgrade?
Forum: Plugins
In reply to: [Edit Author Slug] Role specific author slug@brandon Allen A lot Thanks. Plugin Working fine. Will update you if any bug occurs.
Forum: Plugins
In reply to: [Edit Author Slug] Role specific author slug@wgroenewold , we already did the same 🙂
Forum: Plugins
In reply to: [Edit Author Slug] Role specific author slug@brandon “Are you sure you want to do this” has gone away. Thanks.
I created author-player.php in working theme but ‘Role based template’ thing not working.Forum: Plugins
In reply to: [Edit Author Slug] Role specific author slugGetting the same problem as wgroenewold
“Are you sure you want to do this”Forum: Plugins
In reply to: [Edit Author Slug] Role specific author slugHI Brandon
Plugin is working great.Now .. Now can we use Role specific template ?
e.g. If I create new role player, then my Role specific author slug will be …/player/…
Now I want to show different page for this player.
thta means I want to use player.php instead of author.phpHow can? Thanks in advance.