Using the theme

To use the theme extract the main downloaded zip file.

After extracting you will find a folder named similar to theme name. That folder is the production ready ( live site ready ) theme.

To set up the theme properly with several setting options, please read through the documentation.

Please edit theme files using a proper code editor. There are lots of free and opensource code editor available. You can choose any of those, some popular free code editor Visual Studio Code , Atom


Installation

WordPress theme can be installed in 2 ways.

  1. Through WordPress.
  2. Uploading via FTP.

Through WordPress

Installing a theme through WordPress is very easy. Login to your WordPress Dashboard and be ready to go. Now you have to follow few steps described below.

  • In WordPress Admin panel's sidebar navigation go to Appearance > Themes. Now click on Add New button at the top.
  • Now click on "Upload Theme" and after That click Choose File and locate your Theme zip file(curio.zip). Then install now.
  • Within few seconds you will see a message "Theme installed successfully."
  • Now click on "Activate".

Your new theme will be installed and activated successfully.

Uploading via FTP

In your themeforest download folder you will find a folder "world-times" you have to upload this folder in your web host. Follow the instruction below.

  • Connect your webserver via ftp and find the folder wp-content > themes in your WordPress installation. This folder contains all your installed themes.
  • Transfer / upload the "curio" folder in that "Themes" folder.
  • After successful upload, login to your WordPress dashboard and go to Appearance > Themes. You will see the World Times theme listed here.
  • Hover over the theme thumbnail and click on the "Activate" button. Your new theme will be activated successfully.

Now you will see an notification above the page. It will ask you to install required and recommended plugins. Please install those plugins. these plugins will be installed from wordPress.org Plugin Directory and some plugins are included in the theme.


Common settings

Here I will mention some common settings which you should check and choose correct option before you go further.

Go to Settings > Reading in admin sidebar and check these option "Front page display" -> "Your latest posts". Now click on save.

Go to Settings > Permalink and choose "Post name" in common settings and save.


Theme option configuration

For simplicity curio theme uses WordPress's default customization option. Go to Appearance > Customize to see the available customization options.

  1. Site Identity

    In this section you will see Your site title and tagline which you have set up at the time of WordPress installation. If you want to change these you can do that. Also you can add site icon here.

  2. General Settings

    In this section you will find some general settings which will be used in entire site.

    • Upload Logo: This is the place where you can upload the logo image of your site.
    • Theme Color: Change the primary color of the theme if you want.
  3. Colors

    If you want to change the header text color or background color of body area, you can do that in this section.

  4. Header Image

    Here you can add the image to show as header background.

  5. Header Settings

    Here you will see some settings for header.

    • Header Overlay Color: You can change the color of the background overlay here.
    • Header Overlay Opacity: You can set the opacity of the overlay from 0 to 1.
  6. Footer Settings

    In this section you can change copyright text.

    • Copyright Text: Enter the text you want to show in footer copyright area.
  7. Social Icon Settings

    This setting section is for social icons in footer.

    • Hide Social icons in footer: Choose this option if you don't want to show social icons entirely.
    • Below this you will see text fields for different icon URL. Please use full URL. If you want not to show a icon then just keep the URL field blank.
  8. Background Image

    If you want to use any texture / image in your site background you can do that in this section. Ones you upload / choose an image for background there will be some more option visible related to background image.

  9. Navigation

    This section is also comes with WordPress by default. In this section you can choose which menu (created in dashboard) will be shown in main menu area.

    It is recommended that to setup menu, you don't need use this section. you can do this from Appearance > Menus. It is the more easy way. Later in this documentation I will write, how to use Menus

  10. Widgets

    This section also generated by WordPress by default. It's a way to quick add / remove / modification of widgets in your site widgetize area. It is the same as Appearance > Widgets option in admin panel left sidebar.

  11. Static Front Page

    Normally You don't need to use this section. If you want to show a static page in place of blog posts in home page. You can try this.

  12. Custom Code

    In this section you can quickly add custom CSS code to insert in your site.

    If you want to add lots of css code, I will recommend you yo use a child theme.

    A ready to use child theme for curio is included in main download. Do not remove any file and code from it. Add your css in the style.css file.


WordPress Beginner Instruction

How to Create menu

o setup navigation for your WordPress at first you have to create a menu. To easily create It is recommended that you create your pages at first. No problem if you keep this page blank at this point.

Go to Appearance > Menus now give a name to your menu and add menu item (pages or custom links) to this menu and then save the menu.

Now click on Manage Locations. Here you will see a table with two column "Theme Location" and "Assigned Menu". Choose your recently created menu from the dropdown option for the menu location (In curio theme it is called "Main Menu"). Now click on save changes.

How to add widgets

Go to Appearance > Widgets from the admin sidebar menu.

In curio theme There is one widgetize area which is "Main Sidebar". This is visible in single post and page.

Just drag available widgets from left side of this page into that widget area. and then insert necessary content and settings and save that widget.


Different post formats

To make a new post go to Posts > Add New from the admin sidebar. This theme support various post formats. Choose which format of post you are going to create. At the right side you can see "format option". You can choose here.

Depending on which format you choose there will be a meta box (options for that specific post format you choose) below the post content box.

This options are pretty much self explanatory. I highly recommend to use these options for different post format. It will ensure that your posts will be rendered in your site correctly.


Demo installation

If you want to install the demo data as the Live demo site of this theme. follow the instruction below

Please note, If you import demo data maybe there will be some un-wanted data and / settings in your site. As well as maybe your previous settings will be removed totally or partially. Be sure, you want to do this.

Go to Tools > Import from your admin sidebar.

Click on WordPress. If you didn't used this option before then a popup will be opened showing "WordPress Importer". Click on "Install Now" button.

After successful installation click on "Activate Plugin & Run Importer".

Now click on "Choose file" button and locate "curio.wordpress.demo.data.xml" file. It is located in folder "Demo Data" in your themeforest main download folder. Now click on "Upload file and impoart" button.

In next step check this option "Download and import file attachments" and click on "submit"

Maybe some error or warning will display but don't worry if you can see a success message then it's fine.

It is recommended that use this demo data import for test / understand purpose only. Don't use these in your live site.


Changelog

V 2.1.0 - May 20, 2019

  • Transferred social share icons, footer social icons and custom meta box for different post types, from theme to a separate plugin as per the Themeforest latest requirement.
  • Fixed Pinterest share link.

V 2.0.0 - May 12, 2019

  • Tested with WordPress version 5
  • Added all Gutenberg default block support.
  • Updated editor style to match Gutenberg block style with theme style.
  • Fixed a small php warning.
  • Rewritten admin area JavaScript to make interaction compatible with Gutenberg editor.

V 1.0.0 - February 18, 2016

  • Initial release