Welcome to Press75’s Wanderer theme documentation page. Please review all set-up instructions and theme usage documentation below to find what you are looking for.

These setup and usage instructions assume that you have working knowledge of the WordPress publishing platform. For more detailed information on how to use WordPress, please refer to the official WordPress documentation codex.

Sample Data and Child Theme Download

Use the links below to download the sample data file and child theme for this theme.

NOTE: WordPress does not provide import functionality for theme options, custom fields, required plugins or other settings. This means that even with the theme sample data file, you will still need to adjust your theme options and most likely add content according to the setup and usage instructions below. Download theme sample data file Download Child theme
Installing Your Theme

There are a number of ways to install a WordPress theme:

- WordPress admin
- S/FTP
- Hosting control panel (cPanel used as a specific example)

The recommended installation method for most people is through the WordPress admin, though some theme updates may require the use of S/FTP or your hosting control panel. Instructions for all three options can be found in the Using Themes Codex article.


Managing Custom Menus

Modern WordPress themes include native custom menu support which allows you to configure your theme menus however you like in a convenient drag-and-drop interface. With a custom menu you can easily add custom links, pages, and categories to your navigation menu. Follow the instructions below for more information on how to create and mange custom menus.

  1. Log into your WordPress Admin (e.g. yoursite.com/wp-admin), and navigate to Appearance > Menus.
  2. By default your pages will be listed, so click 'create new menu' to begin setting up your menu
  3. On the left you will see options to add 'Pages', 'Custom Links', and 'Categories' to your menu.
  4. Once done, click 'Save Menu' to save your custom menu, then under 'Menu Settings' check the box beside your desired menu location.

For more information on custom menus please see the Appearance Menus Screen Codex article.

Using the Theme Customizer
  1. Within your WordPress admin, expand the “Appearance” tab, then select “Customize”.
  2. Click on the tab titled Journal Customizer Options.
  3. Your customizer options include: Colors, Logos, User, Featured Category, Featured Image Opacity, Social Media, Footer
  1. Colors
    • Primary color allows you to customize most of the header text across the site. Default #666666
    • Secondary color allows you to customize your basic link color. Default #87b54e
  2. Logos
    • You can upload a custom logo or choose to use the Site Title instead (standard upload process.)
    • Choose a custom favicon (standard upload process)
  3. User
    • In most cases, you’ll have only one user. But if not, you are able to choose from a dropdown list which user will appear in the slide-in sidebar as well as the posts. To set up your display name, within the WordPress admin, expand Users and click on ‘All Users’ Choose the user you’d like to edit and scroll down to the dropdown titled ‘Display name publicly as’ Choose how you would like your name displayed in the sidebar slide-in. Note: The user image is the user’s gravatar. So if you don’t currently have one, we recommend going to https://en.gravatar.com/ and signing. This is where you will be able to associate emails to custom profile images.
  4. Featured Category
    • Upon creating categories, you can designate which category is your ‘Featured’ category. Featured posts will appear on the homepage in the main banner area. Note: Wanderer allows only one post to be selected as featured. After choosing what category is featured, Upon saving the post, all other posts marked as ‘featured’ will be removed from that category.
  5. Featured Image Opacity
    • This area allows you to customize the overlay opacity on the featured header images. Note: This option is global, so it will affect all the featured header images throughout the site. You can scale the opacity levels as well as change the opacity color.
  6. Social Media
    • Add your social media urls/links and the icons appear in the sidebar under your gravatar. Supported social networks include: Facebook, Twitter, Linkedin, Pinterest, Instagram
  7. Footer
    • Toggle the Press75 support text
    • Add your own text to the footer.
Using the Shortcodes

When using shortcodes in WordPress, you can simply wrap your content in one of the shortcodes that you can see below. You can see these shortcodes in action on the demo here.

Two, Three, and Four Column Shortcodes

[two-column]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/two-column]

[two-column last=”yes”]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/two-column]

[three-column first=”yes”]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/three-column]

[three-column]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/three-column]

[three-column last=”yes”]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/three-column]

[four-column first=”yes”]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/four-column]

[four-column]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/four-column]

[four-column]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/four-column]

[four-column last=”yes”]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/four-column]

Content Separators / Borders

Change border width/thickness, style, and color

[separator][/separator]
[separator width=”4″ style=”double”][/separator]
[separator width=”4″ style=”dashed” color=”#666666″][/separator]
[separator width=”2″ style=”dotted”][/separator]