Browse
For agents
About
Smash Balloon Social Post Feed – Simple Social Feeds for WordPress
/
4.9.0
Smash Balloon Social Post Feed – Simple Social Feeds for WordPress
v4.9.0
Switch version
4.12.0
4.10.0
4.9.0
4.8.1
trunk
1.0
1.1
1.12.1
1.2.3
1.2.4
1.2.5
1.2.7
1.2.8
1.2.9
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.4.0
1.4.1
1.4.2
All 171 releases
Overview
Code
custom-facebook-feed
/
admin
/
builder
/
templates
/
sections
/
feeds-list.php
feeds-list.php
8 lines
395 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
div
class
=
"
cff-feeds-list cff-fb-fs
"
v
-
if
=
"
(feedsList != null && feedsList.length > 0 ) || (legacyFeedsList != null && legacyFeedsList.length > 0)
"
>
2
<
?
php
3
include_once
CFF_BUILDER_DIR
.
'
templates/sections/feeds/legacy-feeds.php
'
;
4
include_once
CFF_BUILDER_DIR
.
'
templates/sections/feeds/feeds.php
'
;
5
?
>
6
<
/
div
>
7
<
?
php
8
include_once
CFF_BUILDER_DIR
.
'
templates/sections/feeds/instances.php
'
;