I want every registered users can write articles in blog.. because users dont know how they apply for write articles. so if possible to activate for everyone.. I also tried to that .. but its showing No author in every post..
I change code
if($author) {
osc_add_flash_error_message(__('Error - you are not allowed to create new article', 'blog'));
header('Location:' . osc_route_url('blg-home'));
}
from
if(!$author) {
osc_add_flash_error_message(__('Error - you are not allowed to create new article', 'blog'));
header('Location:' . osc_route_url('blg-home'));
}
but now everyone can post but No author is showing.. so please tell me