Skip to content

Commit 4fca68e

Browse files
add feedzy youtube videos to dashboard
1 parent 458d958 commit 4fca68e

File tree

5 files changed

+50
-0
lines changed

5 files changed

+50
-0
lines changed

img/import-full-rss-posts.jpg

20.5 KB
Loading

img/jobs-from-rss.jpg

15.6 KB
Loading

img/rss-to-wordpress.jpg

12.9 KB
Loading

img/youtube-to-wordpress.jpg

11.2 KB
Loading

includes/layouts/feedzy-documentation.php

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,56 @@
9292
</div>
9393
</div>
9494
</li>
95+
<li>
96+
<div class="fz-document-box">
97+
<div class="fz-document-box-img">
98+
<img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/youtube-to-wordpress.jpg' ); ?>" alt="">
99+
</div>
100+
<div class="fz-document-box-content">
101+
<h3 class="h3"><?php esc_html_e( 'How to Add a YouTube Feed to WordPress in 3 Easy Ways.', 'feedzy-rss-feeds' ); ?></h3>
102+
<div class="cta">
103+
<a href="https://youtu.be/AV4UpR5GoXA?si=-rFNRwCWh_sQ7Rwi" class="btn btn-outline-primary" target="_blank"><?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?></a>
104+
</div>
105+
</div>
106+
</div>
107+
</li>
108+
<li>
109+
<div class="fz-document-box">
110+
<div class="fz-document-box-img">
111+
<img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/jobs-from-rss.jpg' ); ?>" alt="">
112+
</div>
113+
<div class="fz-document-box-content">
114+
<h3 class="h3"><?php esc_html_e( 'How to Build a Job Board That Pulls Listings From RSS Feeds (on WordPress).', 'feedzy-rss-feeds' ); ?></h3>
115+
<div class="cta">
116+
<a href="https://youtu.be/Y_vxps6VEe8?si=aqxtJ3n0K7saE86r" class="btn btn-outline-primary" target="_blank"><?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?></a>
117+
</div>
118+
</div>
119+
</div>
120+
</li><li>
121+
<div class="fz-document-box">
122+
<div class="fz-document-box-img">
123+
<img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/rss-to-wordpress.jpg' ); ?>" alt="">
124+
</div>
125+
<div class="fz-document-box-content">
126+
<h3 class="h3"><?php esc_html_e( 'Can You Auto-Import Blog Posts From Any RSS Feed Into WordPress? Yes!', 'feedzy-rss-feeds' ); ?></h3>
127+
<div class="cta">
128+
<a href="https://youtu.be/vvC5gdrt38o?si=ZERVWfQ8G9v-FoTg" class="btn btn-outline-primary" target="_blank"><?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?></a>
129+
</div>
130+
</div>
131+
</div>
132+
</li><li>
133+
<div class="fz-document-box">
134+
<div class="fz-document-box-img">
135+
<img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/import-full-rss-posts.jpg' ); ?>" alt="">
136+
</div>
137+
<div class="fz-document-box-content">
138+
<h3 class="h3"><?php esc_html_e( 'Import Full RSS Posts with Images into WordPress.', 'feedzy-rss-feeds' ); ?></h3>
139+
<div class="cta">
140+
<a href="https://youtu.be/1b19_x6JZk8?si=zP_t2AGdOg_eq3hi" class="btn btn-outline-primary" target="_blank"><?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?></a>
141+
</div>
142+
</div>
143+
</div>
144+
</li>
95145
</ul>
96146
<div class="cta">
97147
<a href="https://docs.themeisle.com/category/712-feedzy" class="btn btn-ghost" target="blank"><?php esc_html_e( 'Open Feedzy Documentation page', 'feedzy-rss-feeds' ); ?></a>

0 commit comments

Comments
 (0)