-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathfeedzy-documentation.php
102 lines (99 loc) · 3.66 KB
/
feedzy-documentation.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!--
Layout For Document Page of Feedzy RSS Feeds
@since 3.0.12
@package feedzy-rss-feeds
-->
<?php
$is_pro = feedzy_is_pro();
?>
<div class="fz-document-list">
<ul>
<li>
<div class="fz-document-box">
<div class="fz-document-box-img">
<img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/feed-to-post.jpg' ); ?>" alt="">
</div>
<div class="fz-document-box-content">
<h3 class="h3">Feed to Post</h3>
<p>Learn how to convert feed items into Posts, Pages, or any custom post type.</p>
<div class="cta">
<a href="https://docs.themeisle.com/article/1154-how-to-use-feed-to-post-feature-in-feedzy" class="btn btn-outline-primary" target="_blank">Learn more</a>
</div>
</div>
</div>
</li>
<li>
<div class="fz-document-box">
<div class="fz-document-box-img">
<img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/shortcode.jpg' ); ?>" alt="">
</div>
<div class="fz-document-box-content">
<h3 class="h3">Shortcode</h3>
<p>Learn how to display feed items using the [feedzy-rss] shortcode in a few easy steps.</p>
<div class="cta">
<a href="https://docs.themeisle.com/article/1130-how-to-use-feedzy-with-a-shortcode" class="btn btn-outline-primary" target="_blank">Learn more</a>
</div>
</div>
</div>
</li>
<li>
<div class="fz-document-box">
<div class="fz-document-box-img">
<img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/rephrase-feeds-content.jpg' ); ?>" alt="">
</div>
<div class="fz-document-box-content">
<h3 class="h3">Rephrase Feeds content</h3>
<p>Learn how to use WordAi and SpinnerChief to rephrase RSS feeds content.</p>
<div class="cta">
<a href="https://docs.themeisle.com/article/746-how-to-use-wordai-to-rephrase-rss-content-in-feedzy" class="btn btn-outline-primary" target="_blank">Learn more</a>
</div>
</div>
</div>
</li>
<li>
<div class="fz-document-box">
<div class="fz-document-box-img">
<img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/validate-RSS-feed.jpg' ); ?>" alt="">
</div>
<div class="fz-document-box-content">
<h3 class="h3">How to validate a RSS feed </h3>
<p>Learn how to check if a RSS feed is valid or not in Feedzy.</p>
<div class="cta">
<a href="https://docs.themeisle.com/article/716-feedzy-how-to-check-whether-the-rss-feed-is-valid-or-not" class="btn btn-outline-primary" target="_blank">Learn more</a>
</div>
</div>
</div>
</li>
<li>
<div class="fz-document-box">
<div class="fz-document-box-img">
<img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/feedzy-demo.jpg' ); ?>" alt="">
</div>
<div class="fz-document-box-content">
<h3 class="h3">Feedzy Demo</h3>
<p>See how Feedzy can integrate with your website by browsing our examples.</p>
<div class="cta">
<a href="https://demo.themeisle.com/feedzy-rss-feeds/" class="btn btn-outline-primary" target="_blank">Learn more</a>
</div>
</div>
</div>
</li>
<li>
<div class="fz-document-box">
<div class="fz-document-box-img">
<img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/in-feedzy.jpg' ); ?>" alt="">
</div>
<div class="fz-document-box-content">
<h3 class="h3">In Feedzy how do I...</h3>
<p>Learn some of the most popular hooks you can use with the Feedzy plugin.</p>
<div class="cta">
<a href="https://docs.themeisle.com/article/942-in-feedzy-how-do-i" class="btn btn-outline-primary" target="_blank">Learn more</a>
</div>
</div>
</div>
</li>
</ul>
<div class="cta">
<a href="https://docs.themeisle.com/category/712-feedzy" class="btn btn-ghost" target="blank">Open Feedzy Documentation page</a>
</div>
</div>