mansi5934
Forum Replies Created
-
No i mean i want to load these parameter in the wordpress page
themes”: [
{
“version”: 1,
“name”: “Theme”,
“packageName”: “com.example.theme”,
“urlThumb”: “http://example/Themes1/CoolBlackTheme/cover.webp”,
“time”: 1514811838,
“rating”: 4.7,
“downloads”: 160000,
“urlDownload”: “https://example.theme”,
“screens”: [
“http://example/Themes1/Theme/screen_1.webp”,
“http://example/Themes1/Theme/screen_2.webp”,
“http://example/Themes1/Theme/screen_3.webp”,
“http://example/Themes1/Theme/screen_4.webp”,
“http://example/Themes1/Theme/screen_5.webp”
],i use this code :
[jsoncontentimporter url=”https:example…….json” basenode=”themes”] Version : {version} <br> Name : {name} <br> Package Name : {packageName} <br> {urlThumb} <br> Time : {time} <br> Rating : {rating} <br> Downloads : {downloads} <br> {urlDownload}
{subloop:urlThumb:}{/subloop}
[/jsoncontentimporter]And its running well but problem is image are not lading in the wordpress page , please suggest and image format is .webp
- This reply was modified 7 years, 11 months ago by mansi5934.