Categories

Featured templates

Drupal 7.x. How to remove “admin’s blogs” link

Ryan DeWitt April 13, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

Drupal 7.x. How to remove “admin’s blogs” link

This tutorial shows how to remove “admin’s blog” link in Drupal:

Drupal. How to remove admins blog and comments links from blog page-1

  1. Open sites/all/themes/themeXXX/templates/node.tpl.php file in your editor. Locate the following code: hide( $content[‘field_tags’] ):

    Drupal. How to remove admins blog and comments links from blog page-2

  2. Add the following code before closing php tag:

    hide($content['links']['blog']);

    Drupal. How to remove admins blog and comments links from blog page-3

  3. Save changes and replace the original file with modified one. Clear browser’s cache, refresh the page and check your site. We have removed admin’s blog link:

    Drupal. How to remove admins blog and comments links from blog page-4

Feel free to check the detailed video tutorial below:

Drupal 7.x. How to remove “admin’s blogs” link

Drupal Page Templates
This entry was posted in Drupal Tutorials and tagged admin, blog, drupal. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket