Child Theme

This theme comes with a child theme. Here is the folder structure looks like this:

Now, from your Downloads page when you try to download any item you purchased, when you press the “Download” button you get 2 options:

– All files & documentation – Installable WordPress file only

If you choose “Installable WordPress file only” you will get only the theme files, no child theme. To avail the child theme, documentation and all others that come with the theme, you need to choose “All files & documentation”.

DataType Description
Blob A collection of binary data stored as a single object. You can convert this data type to String or from String using the toString and valueOf methods, respectively. Blobs can be accepted as Web service arguments, stored in a document (the body of a document is a Blob), or sent as attachments. For more information, see Crypto Class.
Boolean A value that can only be assigned truefalse, or null. For example:
Boolean isWinner = true;
Date

A value that indicates a particular day. Unlike Datetime values, Date values contain no information about time. Always create date values with a system static method.
You can add or subtract an Integer value from a Date value, returning a Date value.

Addition and subtraction of Integer values are the only arithmetic functions that work with Date values. You can’t perform arithmetic functions that include two or more Date values. Instead, use the Date methods.

Use the String.valueOf() method to obtain the date without an appended timestamp. Using an implicit string conversion with a Date value results in the date with the timestamp appended.

Note
Two Decimal objects that are numerically equivalent but differ in scale (such as 1.1 and 1.10) generally do not have the same hashcode. Use caution when such Decimal objects are used in Sets or as Map keys.

 

Note
Two Decimal objects that are numerically equivalent but differ in scale (such as 1.1 and 1.10) generally do not have the same hashcode. Use caution when such Decimal objects are used in Sets or as Map keys.

How can we help?