Finderland - Real Estate WordPress Theme
  • Introducing
    • What you get
    • The Folder Structure
    • System Requirements
  • Installation
  • Properties Management
    • ALL PROPERTIES
    • Create a new property
    • Property types
    • Property status
  • Theme option
    • general
    • Header
    • Footer
    • Color
    • Blog
    • Google map
      • How to Generate an API Key for Google Maps API
    • Socials
    • Listings Layout
    • Search
    • Taxonomy for listing layout
    • Typography
    • Custom CSS or Javascript
  • Fonts Management
  • Update
  • Support
  • Changelog
  • Building Pages
  • Element Finderland theme
    • Property Search Form
    • Our mission
    • Properties
    • Property Types
Powered by GitBook
On this page
  • Wordpress Upload
  • FTP Upload
  • Child Theme
  • Import Demo Content

Installation

PreviousSystem RequirementsNextProperties Management

Last updated 1 year ago

When you download the theme from Themeforest, you will get an archive file with a.zip extension. You need to unzip that archive. When done, you should see finderland.zip (zip file name can be changed from version to version).

Wordpress Upload


  1. Login to your WordPress dashboard.

  2. Go to Appearance → Themes. Click Add new button, located at the top of the screen or Add a new theme (see screenshots below).

  3. Click on Upload button at the top of the screen.

  4. Choose finderland.zip.

  5. Wait while the theme is uploaded and installed, then activate the theme.

  6. After activating the theme a notice should appear on the top of the screen, click on begin installing plugins.

  7. Select all the plugin,change Bulk Actions drop to Install then click apply ( see screenshots below ).

  8. Congratulation you are ready to use finderland, check the First Steps part of our documentation to see what you may want to do before starting to edit your WordPress Site.

FTP Upload


If you are going to install the theme using FTP, you will need an FTP client such as FileZilla.

When you download the theme from Themeforest, you will get an archive file with a.zip extension. You need to unzip that archive. When done, you should see finderland Folder(folder name can be changed from version to version).

Please, follow the steps below to install the theme via FTP:

  1. Log into your hosting space (server) via FTP client.

  2. In extracted archive folder, find bakery folder

  3. Upload the bakery folder to your server in path .../wp-content/themes/.

  4. The uploaded path should be like this: .../wp-content/themes/finderland/

  5. Login to your WordPress Dasrdoard and go to Appearance → Themes and activate the finderland Theme.

  6. After activating the theme a notice should appear on the top of the screen, click on begin installing plugins

  7. Select all the plugin,change Bulk Actions drop to Install then click apply

  8. Congratulation you are ready to use finderland, check the First Steps part of our documentation to see what you may want to do before starting to edit your WordPress Site.

Child Theme


F main download folder includes a child theme. A WordPress child theme allows you to apply custom code changes to your site. Using a child theme ensures your customizations will not be overwritten, even if you update the parent theme.

  • Although child themes can be a great way to add custom changes to Bakery, they are most often used to customize core code taken from the parent theme. Because of this, please be aware that customizations of this nature fall outside our scope of support, and we will be unable to assist you with any issues that may arise. The Bakery child theme is primarily inserted in the package for developers’ convenience.

  • A child theme is a theme that has all the functionality and styling of another theme; referred to as the parent theme. Child themes are the recommended way of modifying the code of an existing theme, since a child theme preserves all custom code changes and modifications; even after a theme update. If you modify code directly from a parent theme, and then update the parent theme, your changes will be lost.

  • Always use a child theme when modifying core code. Child themes can also be used for custom CSS applications, template file modifications, and custom PHP functions and/or hooks. There are two ways to modify a child theme. Bear in mind that using child themes is no guarantee that an update of custom code on the parent theme will not require further maintenance.

To learn more about child themes, follow the links below:

Import Demo Content


Before importing the dummy data Make sure you have all the plugin installed ( if you want to use woocommerce, make sure to install woocomerce first ).

  1. Log into your WordPress Dasrdoard.

  2. Go to Appearance → Demo Importer.

3. Click on Import Demo Data.

  1. The Dummy content is really big and may take more than 30 minutes to import, depending on where you are living. Do not interrupt or cancel the import process!

  2. Done! But you still need to set the Menu, Widget, and homepage.

If you have problems importing the demo (example: infinite loading, error 505 when using the WordPress importer), then you may have a problem with the server settings. Please check out this article: .

WordPress Codex on Child Themes
How To Create A WP Child Theme video by WPBeginner.com
What To Do If Demo Content Import Fails