- Installation, Styling
Why can’t I download the latest theme version (zip file)?
- Installation, Styling
Why can’t I see any themes in my dashboard?
- Installation, Usage
How do I remove the border around images?
- Installation, Styling
How do I hide an element in the theme?
- Pricing, Usage
How can I enable or disable the featured image in single posts?
- Installation, Usage
How do I upload my own logo image?
- Installation, Usage
Do you have dummy content from your demos?
- Installation, Usage
How do I add a “Blog” page?
- Installation, Usage
Why can’t I see my featured images?
- General, Styling
How do I change some text in my theme?
- Installation, Usage
How do I translate my theme into another language?
- Installation, Styling
How do you customize the navigation?
Parameters
tax:
The taxonomy for the posts.
default: 'cat'
options: 'cat', 'tag'
counts:
(Optional) The number of posts to display on each page.
default: '12'
options: integer
cats:
(Optional) The category ID’s to pull posts from. Can be entered as a comma separated list.
default: ''
Value: '1,2,3'
posts:
(Optional) The post ID’s to pull posts from. Can be entered as a comma separated list.
default: ''
Value: '1,2,3'
order:
(Optional) Designates the ascending or descending order of the 'orderby' parameter.
default: 'DESC'
options: 'ASC', 'DESC'
orderby:
(Optional) Sort retrieved posts by parameter.
default: 'date'
options: 'ID', 'title', 'name', 'date', 'rand', 'comment_count', 'menu_order'
paging:
(Optional) Show the paging.
default: 'yes'
options: 'yes', 'no'
Code
[faq tax="cat" counts="12" cats="" posts="" order="DESC" orderby="date" paging="yes"]