Author Archives: tabcom

WordPress – How to add Google Structured Data to navigation menus

This article is aimed at those who have some knowledge of programming WordPress themes and is specifically about adding structured data to WordPress navigation menus.

Navigation menus in WordPress are generated by a function.  You may need to manipulate the function to structure how navigation menus are rendered.

For instance, your site’s navigation menu may be generated with PHP code in your theme like this:

wp_nav_menu(['theme_location' => 'primary_navigation', 'walker' => MyNavWalker(), 'menu_class' => 'nav']);

Continue Reading →

WordPress – How to add Google Structured Data to navigation menus was last modified: June 15th, 2015 by tabcom

Wired Networking + Telstra LTE 4G

If you need to connect to the internet but there are no ADSL services available, you may want to connect to the internet over the mobile phone network instead.

For wireless devices like laptops, tablets, smartphones and iPads you can either hotspot your device or purchase a ‘portable hotspot’ device.

If however you require a wired connection to the internet, options are somewhat limited.

Continue Reading →

Wired Networking + Telstra LTE 4G was last modified: May 27th, 2015 by tabcom