Table of Content
- Step 1 : Create a post based slider
- Step 2 : Enable custom fields
- Step 3 : Insert new custom field
- Step 4 : Edit text layer
Step 1
Create a Post-Based Slider
Step 2
Edit a post and in the Screen Options, enable Custom Fields
Step 3
Navigate to the Custom Fields section and insert a new Custom Field as shown below.
Click “Enter New” link
Insert a “Meta Name” in the “Name” column and your contents in the “Value” column
Step 4
Create a Text/HTML Layer and insert the code below to display the custom post meta from your posts into your slider.
{{meta:meta-name}}
Important Notice
Change the “meta-name” to the name you specified in the posts Custom Fields “Name” column.