Smart List
1. Create a New Post 2. Write your Smart List Content: Title Image Description Note: The Smart List will use the title to generate the list. In our example we are using Heading 3 for Titles and we...
View ArticleLimit the Posts Number on Homepage
If you are using: Pagebuilder + latest articles + pagination template for your Homepage and you want to limit the numbers of your latest articles go to Homepage loop filter and set Limit post number
View ArticleEnable/disable comments on the post page
1. Got to your Post page and from Screen Options (top-right corner) be sure that you have checked Discussion. 2. Now go to the bottom of you page and look for Discussion section and verify to have the...
View ArticleMore Articles / Stories Box
1. Go to Theme panel > Post Settings > More Article Box 2. Click enable More Articles button. 3. Save the settings. If you want to change the default behavior of the MORE STORIES BOX check out...
View ArticleBox Layout
After you added the background image or the background color, the theme will start using the boxed layout! To go back to the full box you only need to remove the background image or background color!...
View ArticleBiography and the social author
1. Go to Users > Your profile. 2. In the Contact Info area add your social profile links that you want to show. 3. In the About Yourself area write a short description about yourself. 4. In the...
View ArticleCustomize the categories
To customize a category go to the Theme Panel > Categories, and select a category that you want to edit.
View ArticleHow to change the excerpt length
Notice: Adding a text as excerpt on post edit page (Excerpt box), will overwrite the theme excerpts. To change the excerpt length follow this steps: Go in Theme Panel -> Excerpts You have to choose...
View ArticleReviews
You can easily create product reviews using our theme. On the Post page were you want to use the review system you will see the Product Review section. You can create unlimited review criterias and...
View ArticleCustom Typography
There are 3 types of fonts that you can use with Newsmag: Custom font files Typekit.com fonts Google fonts To edit this custom fonts go to Theme Panel > Custom Typography > Add Custom Fonts...
View ArticleFooter
1. Top footer The Top Footer columns layout can be changed from Theme Panel > Footer section and select your Layout. Predefined Footer Content Using our predefined content you can easily set up...
View ArticleSmart Sidebar
The smart sidebar is an affix (sticky) sidebar that has auto resize and it scrolls with the content. To Enable the Smart Sidebar navigate to Theme Panel > Template Settings > Smart Sidebar and...
View ArticleBlock Settings Overview
1. Category filter – A single category filter. If you want to filter multiple categories, use the ‘Multiple categories filter’ and leave this to default. 2. Multiple categories filter – Filter...
View ArticleUnique Articles and Offset (Video)
Unique Articles This option removes duplicate posts from the page, it only works on static pages, is you use pagination (including load more button and infinite load) it will generate duplicates on...
View ArticleHow to insert Ads in custom areas of the website!
NOTE – To insert Ads in custom areas of the website you will need to edit the core files of the theme. WARNING – If you want to Update the theme after you made custom changes to the core files all...
View ArticleCustom Date Format
By default the theme has this Date Format: M j, Y To change this Date Format: 1. Go to Settings > General 2. Scroll down until you see Date Format section 3. Use one of the Date Format provided...
View ArticleUpdate Newsmag to 1.5
To rename the shortcodes from versions older than 1.5 you can run this SQL statement: Please backup your database before running this query and replace YOUR_WORDPRESS_DATABASE with your wordpress...
View ArticleSupport Policy
If you encounter issues while using our product please contact our support department. Our main support location is the forum. To access this section you have to create an account, the Item Purchase...
View ArticleAPI – Header style – Introduction
Available on: Newsmag V1.8+, Newspaper V5+ The td_api_header_style api call allows you to add a new header style and to modify or delete one of the theme existing header styles. By default the theme...
View Articletd_api_header_style::add
Available on: Newsmag V1.8+, Newspaper V5+ This api call is used to add header styles to the theme. Usage: <?php td_api_header_style::add( $id, $params_array ) ?> Parameters: $id (string)...
View Article