Posts

Showing posts from 2014

Add meta tags to a Drupal 7 view without adding or writing a module

Add the following PHP code to a new Header or Footer element in the View. $element = array(   '#tag' => 'meta',   '#attributes' => array( // Set up an array of attributes inside the tag     'name' => 'description',     'content' => 'Your view description.',   ), ); drupal_add_html_head($element, 'yourviewname_meta_desc'); ?>

routerlogin.net not found

When confirguring your Netgear router, if you're not able to access the router settings at routerlogin.net, try directly using the IP address 10.0.0.1 in your browser