Manage Multiple WordPress Sites

Posted 55 days ago | 0 Comments

I wanted a quick and cheap method to check multiple WordPress websites to see when they might need updated. I checked one or two solutions and then came across WP Remote Within minutes I had 9 sites defined including the FTP details to make updating the sites much easier. Each WordPress site must have the [...]

Continue Reading

WooThemes Artificer Home Button

Posted 60 days ago | 1 Comments

The Artificer theme from WooThemes by default adds a home icon to the main navigation menu. To remove the icon edit the file: ./includes/theme-functions.php Find the new_nav_menu_items function and comment out the lines that add the home icon button as follows: 1234567function new_nav_menu_items($items, $args) { $homelink = ”; if( $args->theme_location == ‘primary-menu’ ) //$homelink = [...]

Continue Reading

WordPress Galleries

Posted 404 days ago | 0 Comments

The quick way to add Galleries to WordPress is illustrated below: First create a new Page (with the Gallery page as a parent if necessary) Click the Upload/Insert icon above the WYSIWYG editor Click the ‘Select Files’ button and locate the images on your computer Once the images have uploaded you may click the ‘Show’ [...]

Continue Reading