|
17 | 17 | <img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/feed-to-post.jpg' ); ?>" alt="">
|
18 | 18 | </div>
|
19 | 19 | <div class="fz-document-box-content">
|
20 |
| - <h3 class="h3">Feed to Post</h3> |
21 |
| - <p>Learn how to convert feed items into Posts, Pages, or any custom post type.</p> |
| 20 | + <h3 class="h3"><?php esc_html_e( 'Feed to Post', 'feedzy-rss-feeds' ); ?></h3> |
| 21 | + <p><?php esc_html_e( 'Learn how to convert feed items into Posts, Pages, or any custom post type.', 'feedzy-rss-feeds' ); ?></p> |
22 | 22 | <div class="cta">
|
23 |
| - <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> |
| 23 | + <a href="https://docs.themeisle.com/article/1154-how-to-use-feed-to-post-feature-in-feedzy" class="btn btn-outline-primary" target="_blank"><?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?></a> |
24 | 24 | </div>
|
25 | 25 | </div>
|
26 | 26 | </div>
|
|
31 | 31 | <img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/shortcode.jpg' ); ?>" alt="">
|
32 | 32 | </div>
|
33 | 33 | <div class="fz-document-box-content">
|
34 |
| - <h3 class="h3">Shortcode</h3> |
35 |
| - <p>Learn how to display feed items using the [feedzy-rss] shortcode in a few easy steps.</p> |
| 34 | + <h3 class="h3"<?php esc_html_e( 'Shortcode', 'feedzy-rss-feeds' ); ?></h3> |
| 35 | + <p> |
| 36 | + <?php |
| 37 | + // translators: %s is the shortcode [feedzy-rss] |
| 38 | + echo sprintf( esc_html__( 'Learn how to display feed items using the %s shortcode in a few easy steps.', 'feedzy-rss-feeds' ), '[feedzy-rss]' ); |
| 39 | + ?> |
| 40 | + </p> |
36 | 41 | <div class="cta">
|
37 |
| - <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> |
| 42 | + <a href="https://docs.themeisle.com/article/1130-how-to-use-feedzy-with-a-shortcode" class="btn btn-outline-primary" target="_blank"><?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?></a> |
38 | 43 | </div>
|
39 | 44 | </div>
|
40 | 45 | </div>
|
|
45 | 50 | <img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/rephrase-feeds-content.jpg' ); ?>" alt="">
|
46 | 51 | </div>
|
47 | 52 | <div class="fz-document-box-content">
|
48 |
| - <h3 class="h3">Rephrase Feeds content</h3> |
49 |
| - <p>Learn how to use WordAi and SpinnerChief to rephrase RSS feeds content.</p> |
| 53 | + <h3 class="h3"><?php esc_html_e( 'Rephrase Feeds content', 'feedzy-rss-feeds' ); ?></h3> |
| 54 | + <p> |
| 55 | + <?php |
| 56 | + |
| 57 | + // translators: %1$s and %2$s are the service names (WordAi and SpinnerChief) |
| 58 | + echo sprintf( esc_html__( 'Learn how to use %1$s and %2$s to rephrase RSS feeds content.', 'feedzy-rss-feeds' ), 'WordAi', 'SpinnerChief' ); |
| 59 | + ?> |
| 60 | + </p> |
50 | 61 | <div class="cta">
|
51 |
| - <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> |
| 62 | + <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"><?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?></a> |
52 | 63 | </div>
|
53 | 64 | </div>
|
54 | 65 | </div>
|
|
59 | 70 | <img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/validate-RSS-feed.jpg' ); ?>" alt="">
|
60 | 71 | </div>
|
61 | 72 | <div class="fz-document-box-content">
|
62 |
| - <h3 class="h3">How to validate a RSS feed </h3> |
63 |
| - <p>Learn how to check if a RSS feed is valid or not in Feedzy.</p> |
| 73 | + <h3 class="h3"><?php esc_html_e( 'How to validate a RSS feed', 'feedzy-rss-feeds' ); ?></h3> |
| 74 | + <p><?php esc_html_e( 'Learn how to check if a RSS feed is valid or not in Feedzy.', 'feedzy-rss-feeds' ); ?></p> |
64 | 75 | <div class="cta">
|
65 |
| - <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> |
| 76 | + <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"><?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?></a> |
66 | 77 | </div>
|
67 | 78 | </div>
|
68 | 79 | </div>
|
|
73 | 84 | <img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/feedzy-demo.jpg' ); ?>" alt="">
|
74 | 85 | </div>
|
75 | 86 | <div class="fz-document-box-content">
|
76 |
| - <h3 class="h3">Feedzy Demo</h3> |
77 |
| - <p>See how Feedzy can integrate with your website by browsing our examples.</p> |
| 87 | + <h3 class="h3"><?php esc_html_e( 'Feedzy Demo', 'feedzy-rss-feeds' ); ?></h3> |
| 88 | + <p><?php esc_html_e( 'See how Feedzy can integrate with your website by browsing our examples.', 'feedzy-rss-feeds' ); ?></p> |
78 | 89 | <div class="cta">
|
79 |
| - <a href="https://demo.themeisle.com/feedzy-rss-feeds/" class="btn btn-outline-primary" target="_blank">Learn more</a> |
| 90 | + <a href="https://demo.themeisle.com/feedzy-rss-feeds/" class="btn btn-outline-primary" target="_blank"><?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?></a> |
80 | 91 | </div>
|
81 | 92 | </div>
|
82 | 93 | </div>
|
|
87 | 98 | <img src="<?php echo esc_url( FEEDZY_ABSURL . 'img/in-feedzy.jpg' ); ?>" alt="">
|
88 | 99 | </div>
|
89 | 100 | <div class="fz-document-box-content">
|
90 |
| - <h3 class="h3">In Feedzy how do I...</h3> |
91 |
| - <p>Learn some of the most popular hooks you can use with the Feedzy plugin.</p> |
| 101 | + <h3 class="h3"><?php esc_html_e( 'In Feedzy how do I...', 'feedzy-rss-feeds' ); ?></h3> |
| 102 | + <p><?php esc_html_e( 'Learn some of the most popular hooks you can use with the Feedzy plugin.', 'feedzy-rss-feeds' ); ?></p> |
92 | 103 | <div class="cta">
|
93 |
| - <a href="https://docs.themeisle.com/article/942-in-feedzy-how-do-i" class="btn btn-outline-primary" target="_blank">Learn more</a> |
| 104 | + <a href="https://docs.themeisle.com/article/942-in-feedzy-how-do-i" class="btn btn-outline-primary" target="_blank"><?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?></a> |
94 | 105 | </div>
|
95 | 106 | </div>
|
96 | 107 | </div>
|
97 | 108 | </li>
|
98 | 109 | </ul>
|
99 | 110 | <div class="cta">
|
100 |
| - <a href="https://docs.themeisle.com/category/712-feedzy" class="btn btn-ghost" target="blank">Open Feedzy Documentation page</a> |
| 111 | + <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> |
101 | 112 | </div>
|
102 | 113 | </div>
|
0 commit comments