Installing a WPZOOM Theme
There are two ways to install a WPZOOM Theme on your WordPress Website:
1. Installation via the WordPress backend theme installer
- Navigate to your WordPress Backend (wp-admin) and open Appearance → Themes section
- Switch to Install Themes sub-menu
- Select "Upload"
- Browse for .zip file with theme on your computer, and Install it.
- Activate theme
2. Installation via FTP
In this video we will show you how to install a WPZOOM theme via a FTP client, like
FileZilla.
Got an error during installation process? Try following:
- deactivate all your plugins and install again theme
- make sure that you are running on latest release of WordPress
- try to upload manually theme using a FTP Client (like FileZilla, in the following folder
yoursite.com/wp-content/themes/
Theme Overview

Menu Configuration
All our themes have support for
Custom Navigation Menu, and here are quick instructions on how you can create a custom menu for your theme.
- Navigate to Appearance → Menus section
- Click on "+" to create a new menu
- Press "Save Menu" button to register your newly created menu.
- Add Pages, Categories or Custom Links to your menu
- Drag and drop item from your menu to put them in the order you want or to create sub-menus. Don't forget to save your modifications.
- Assign your menu to a theme location, or create a new custom menu if your theme has more than one navigation.
Thumbnails
Using "Featured Image" feature you can easily assign a thumbnail image for your posts. To do this you'll need to follow these steps:
- When you are on editing post page, click on "Set featured image" from right sidebar
- On the next screen you'll be asked to upload a picture from your computer. After uploading your image, click on the "Use as featured image" link and your image will be used for thumbnails.
- If you won't assign a featured image to a post, then theme will automatically pull the first image from post content to be used as thumbnail.
Known Image Issues
- Ensure that the name of the images contain only letters and numbers (without any special characters).
- Check that the images file sizes are not larger than 2.5Mb.
- For more details, check Troubleshooting Image Display Issues
We are using Custom Post Types for the slideshow on the homepage. You can add “slides” by creating new posts of this custom type.
Below you can see how the video slide used in our Live Demo looks like:
To add widgets in the Sidebar of this theme, you’d need to access Appearance -> Widgets menu, and drag widgets to your Sidebar to activate them.
This theme includes 7 Custom Widgets which are ready to use:
- WPZOOM: Featured Posts
- WPZOOM: Featured Posts (wide)
- WPZOOM: Flickr Widget
- WPZOOM: Multimedia Carousel
- WPZOOM: Recent Comments
- WPZOOM: Social Widget
- WPZOOM: Tabs
Use Custom Shortcodes
All shortcodes work by wrapping text/code into square brackets, like this for example:
[half] Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/half]
[half_last] 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. [/half_last]
The list of available shortcodes is as follows (you can see the live result for each here: EduPress Shortcodes
- [half]…[/half] and should be paired with [half_last]… [/half_last] like shown above
- [third]…[/third] [third]…[/third] [third_last]…[/third_last]
- [checklist] <ul><li>Item 1</li> <li>Item 2</li> </ul> [/checklist]
- [deletelist] <ul><li>Item 1</li> <li>Item 2</li> </ul> [/deletelist]
- [arrowlist] <ul><li>Item 1</li> <li>Item 2</li> </ul> [/arrowlist]
- [highlight] some text in a paragraph [/highlight]
- [notice] Some paragraph of text goes here [/notice]
- [warning] Some paragraph of text goes here [/warning]
- [update] Some paragraph of text goes here [/update]
Change Background Image/Color
- Go to Appearance -> Background menu.
- You have two options: to upload an image you want to be used as background
- or select a solid color using a color picker

If you opted for a color as background, then you’ll need to edit following line from “style.css” file of the theme:
body {font-family:Arial, Helvetica, Tahoma, sans-serif; font-size: 62.5%; text-align:center; background: #f2f2f2 url(images/back_header.png) repeat-x top left; color: #444; }
Delete this part:
background: #f2f2f2 url(images/back_header.png) repeat-x top left;
Share this: