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 true, false, 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. Note |
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.