Setup Multi Author Blog – Display Profiles & Bio in Blog Posts

Wordpress TipsNowadays it has become a trend of running Multi-Authored Blogs and this is because working in a team is better than running as a individual. Overall everyone puts in their efforts and the final results are shared easily among the team. Creating a Multi Authored Blog is a very easy job because Wordpress allows you to easily allow others sign-up with your blog and with the different type of user levels you can assign them their profiles. Here is a small tutorial for the same.

  • User Registration : The first and foremost step would be allowing the users or authors to register on your blog. Hence you need to visit the Wp-Admin > Settings > General section and allow others to Register with the New Role of the users be assigned to ‘Subscribers’.

    Wordpress Membership Registration

    All the authors have to visit the www.yourblog.com/wp-admin section and click on the Register Button and proceed with the signup form. Once this is done, you will find the whole list of members under Wp-Admin > Users > Authors & Users section. Here you need to ‘edit’ the Username and change the Role from ‘Subscriber’ to ‘Editor’ following which the new member can edit different posts and also create new posts and publish them.

    Wordpress Member Role

    Once the role for the new member is assigned, you need to request them to edit their bio section and update it with a description information which would be displayed on the Profile Page and also at the end of the blog posts.

  • Displaying Author Name : The next step would be displaying the Author Name on the Home Page, Single Blog Posts, Category Pages etc and for this you need to tweak the theme files. Under the Appearance > Editor > single.php file, you need to find the title code and below that add the following code. You can easily tweak this and any related text before or after the code.

    Written by <?php the_author_posts_link(); ?>

    Make sure that you add the above code in all the files wherever you want the profile link to be displayed.

  • Displaying Author profile : This is a very useful option in wordpress if you implement it in the right way, because it allows you to display a small bio of the author along with his photo at the end of the blog posts or any location which you specify in the single post file. You need to add the following code first in the stylesheet file located at style.php

    .author{
    background: #ececec;
    border:1px solid #cccccc;
    font-weight: bold;
    padding: 5px;
    margin-top:10px;
    margin-bottom:10px;
    }
    .avatar {
    float: left;
    width: 80px;
    height: 80px;
    }

    Next the following code should be added in the single.php file which will enable you to display the author profile within the articles written by them. It will find the article writer based on the email address and display the information.

    <div class="author">
    <?php
    $author_email = get_the_author_email();
    echo get_avatar($author_email, '80', 'avatar');
    ?>
    <?php the_author_description(); ?>
    </div>

  • Adsense Revenue Sharing : When you have got co-authors in your blog, and you want to share the adsense revenue made by the blog on the basis of the efforts made by each Editor, then adsense revenue sharing is one of the best plugins you should use. It allows you to easily manage different ad slots, and shows advertisements from each Publisher ID in the articles written by respective authors. If the blog topics are handled by different editors, then you can use the option of showing ads based on category.

  • Displaying List of Author’s : The final step would be displaying a list of all the writers & authors of the blog in the sidebar. For this you need to edit the sidebar.php file and add the following function code to the file and save it. This would show the whole list of authors in a vertical format with names one below the other, normally in alphabetical order.

    <?php wp_list_authors(); ?>

Do read our Wordpress Security Guide which can help you in keeping your blog secured.

We will send you useful technology related Tips. Enter your email address :

About Amit Bhawani

My name is Amit Bhawani and I am the chief blogger at Amit Bhawani Blog and where I like to share my internet/tech experience with my online readers on this website. You can read more about me at my About Page. You can follow me on Twitter, Facebook & Google +1 at +Amit Bhawani

Comments

  1. Earn Money Online says:

    I saw many authors blogs. These blogs will be easily maintained and run successfully then others.

    [Reply]

  2. Thanks So Much Amit for this.

    [Reply]

  3. NavaPavan says:

    I don’t have any team to run an Multi Author blog. But the post is very informative. Will bookmark it for future purpose.

    [Reply]

  4. Free Giveways says:

    Hi,
    I had noticed the trend of multi author blogs nowadays, I don’t know what could be the reason behind this, may be Google News is accepting multi author blogs there.

    Anyways sharing this info is great. thanks

    [Reply]

  5. Thanks yaar will setup the author profile by tweaking theme thanks for the post Amit ;)

    [Reply]

  6. Awesome, worked for us in the first go. We also used wordpress about plugin, but the tweaks mentioned here were helpful

    [Reply]

Speak Your Mind

*

More in Wordpress Guide (25 of 70 articles)


Google Plus

YouTube

Google Plus

Follow Me on Pinterest
  • Top 20 Emerging Technologies of the Near and Extent Future.

    Pinned: 12 Feb 2012
  • The Mouse gets cubed. The Logitech Cube turns the wireless mouse into a palm-sized cube that doubles as a presenter.

    Pinned: 12 Feb 2012