|
11 | 11 | <ul>
|
12 | 12 | <li>
|
13 | 13 | <div class="support-box welcome-box">
|
14 |
| - <h3 class="h3">Welcome to Feedzy!</h3> |
15 |
| - <p>Collect the Best Content, Automatically Add It to Your WordPress Site. Grow your site with features like: </p> |
| 14 | + <h3 class="h3"> |
| 15 | + <?php esc_html_e( 'Welcome to Feedzy!', 'feedzy-rss-feeds' ); ?> |
| 16 | + </h3> |
| 17 | + <p> |
| 18 | + <?php esc_html_e( 'Collect the Best Content, Automatically Add It to Your WordPress Site. Grow your site with features like:', 'feedzy-rss-feeds' ); ?> |
| 19 | + </p> |
16 | 20 | <ul>
|
17 |
| - <li>- Display or Import content from RSS feeds.</li> |
18 |
| - <li>- Get full content from your RSS feeds.</li> |
19 |
| - <li>- Paraphrase content before import.</li> |
20 |
| - <li>- Automatically add referral links.</li> |
21 |
| - <li>- Pagebuilders integration.</li> |
22 |
| - <li>- Translate content automatically on import.</li> |
| 21 | + <li>- <?php esc_html_e( 'Display or Import content from RSS feeds.', 'feedzy-rss-feeds' ); ?></li> |
| 22 | + <li>- <?php esc_html_e( 'Get full content from your RSS feeds.', 'feedzy-rss-feeds' ); ?></li> |
| 23 | + <li>- <?php esc_html_e( 'Paraphrase content before import.', 'feedzy-rss-feeds' ); ?></li> |
| 24 | + <li>- <?php esc_html_e( 'Automatically add referral links.', 'feedzy-rss-feeds' ); ?></li> |
| 25 | + <li>- <?php esc_html_e( 'Pagebuilders integration.', 'feedzy-rss-feeds' ); ?></li> |
| 26 | + <li>- <?php esc_html_e( 'Translate content automatically on import.', 'feedzy-rss-feeds' ); ?></li> |
23 | 27 | </ul>
|
24 | 28 | <br/>
|
25 |
| - <a href="<?php echo esc_url( add_query_arg( 'post_type', 'feedzy_imports', admin_url( 'post-new.php' ) ) ); ?>" |
26 |
| - class="btn btn-outline-primary" target="_blank">Import your first feed </a> |
| 29 | + <a href="<?php echo esc_url( add_query_arg( 'post_type', 'feedzy_imports', admin_url( 'post-new.php' ) ) ); ?>" class="btn btn-outline-primary" target="_blank"> |
| 30 | + <?php esc_html_e( 'Import your first feed', 'feedzy-rss-feeds' ); ?> |
| 31 | + </a> |
27 | 32 | </div>
|
28 | 33 | </li>
|
29 | 34 | <li>
|
30 | 35 | <div class="support-box quick-links-box">
|
31 |
| - <h3 class="h3">Quick Links</h3> |
32 |
| - <p>New here? Learn how to use Feedzy by following our tips and tricks:</p> |
| 36 | + <h3 class="h3"><?php esc_html_e( 'Quick Links', 'feedzy-rss-feeds' ); ?></h3> |
| 37 | + <p><?php esc_html_e( 'New here? Learn how to use Feedzy by following our tips and tricks:', 'feedzy-rss-feeds' ); ?></p> |
33 | 38 | <div class="quick-link-list">
|
34 | 39 | <ul>
|
35 |
| - <li><a href="https://docs.themeisle.com/category/712-feedzy" target="blank">General Guide</a> |
36 |
| - </li> |
37 |
| - <li><a href="https://docs.themeisle.com/article/1154-how-to-use-feed-to-post-feature-in-feedzy" |
38 |
| - target="blank">How to use Feed to post</a></li> |
39 |
| - <li><a href="https://docs.themeisle.com/article/1119-feedzy-rss-feeds-documentation#widget" |
40 |
| - target="blank">Feedzy Widget</a></li> |
| 40 | + <li><a href="https://docs.themeisle.com/category/712-feedzy" target="blank"><?php esc_html_e( 'General Guide', 'feedzy-rss-feeds' ); ?></a></li> |
| 41 | + <li><a href="https://docs.themeisle.com/article/1154-how-to-use-feed-to-post-feature-in-feedzy" target="blank"><?php esc_html_e( 'How to use Feed to post', 'feedzy-rss-feeds' ); ?></a></li> |
| 42 | + <li><a href="https://docs.themeisle.com/article/1119-feedzy-rss-feeds-documentation#widget" target="blank"><?php esc_html_e( 'Feedzy Widget', 'feedzy-rss-feeds' ); ?></a></li> |
41 | 43 | </ul>
|
42 | 44 | <ul>
|
43 |
| - <li> |
44 |
| - <a href="https://docs.themeisle.com/article/1119-feedzy-rss-feeds-documentation#troubleshooting" |
45 |
| - target="blank">Troubleshooting Guide</a></li> |
46 |
| - <li> |
47 |
| - <a href="https://docs.themeisle.com/article/540-what-actions-and-filters-are-available-in-feedzy" |
48 |
| - target="blank">Customizing Feedzy</a></li> |
49 |
| - <li><a href="https://docs.themeisle.com/article/1119-feedzy-rss-feeds-documentation#categories" |
50 |
| - target="blank">Organize feeds in Categories</a></li> |
| 45 | + <li><a href="https://docs.themeisle.com/article/1119-feedzy-rss-feeds-documentation#troubleshooting" target="blank"><?php esc_html_e( 'Troubleshooting Guide', 'feedzy-rss-feeds' ); ?></a></li> |
| 46 | + <li><a href="https://docs.themeisle.com/article/540-what-actions-and-filters-are-available-in-feedzy" target="blank"><?php esc_html_e( 'Customizing Feedzy', 'feedzy-rss-feeds' ); ?></a></li> |
| 47 | + <li><a href="https://docs.themeisle.com/article/1119-feedzy-rss-feeds-documentation#categories" target="blank"><?php esc_html_e( 'Organize feeds in Categories', 'feedzy-rss-feeds' ); ?></a></li> |
51 | 48 | </ul>
|
52 | 49 | </div>
|
53 | 50 | </div>
|
54 | 51 | </li>
|
55 | 52 | <li>
|
56 | 53 | <div class="support-box">
|
57 |
| - <h3 class="h3">Shortcode</h3> |
58 |
| - <p>Display feed items using [feedzy-rss] shortcode. The advantage of this approach is that it can be |
59 |
| - used with any WordPress theme or page builder.</p> |
60 |
| - <a href="https://bit.ly/3IxzOI1" class="btn btn-outline-primary" target="blank">Learn more</a> |
| 54 | + <h3 class="h3"><?php esc_html_e( 'Shortcode', 'feedzy-rss-feeds' ); ?></h3> |
| 55 | + <p> |
| 56 | + <?php |
| 57 | + echo sprintf( |
| 58 | + /* translators: %s: [feedzy-rss] */ |
| 59 | + esc_html__( 'Display feed items using %s shortcode. The advantage of this approach is that it can be used with any WordPress theme or page builder.', 'feedzy-rss-feeds' ), |
| 60 | + '[feedzy-rss]' |
| 61 | + ); |
| 62 | + ?> |
| 63 | + </p> |
| 64 | + <a href="https://bit.ly/3IxzOI1" class="btn btn-outline-primary" target="blank"> |
| 65 | + <?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?> |
| 66 | + </a> |
61 | 67 | </div>
|
62 | 68 | </li>
|
63 | 69 | <li>
|
64 | 70 | <div class="support-box">
|
65 |
| - <h3 class="h3">Pagebuilders integration</h3> |
66 |
| - <p>Feedzy is compatible with most popular page builders, so you can easily configure your feed imports |
67 |
| - directly in Elementor & Gutenberg.</p> |
68 |
| - <a href="https://bit.ly/3RuN3gA" class="btn btn-outline-primary" target="blank">Learn more</a> |
| 71 | + <h3 class="h3"><?php esc_html_e( 'Pagebuilders integration', 'feedzy-rss-feeds' ); ?></h3> |
| 72 | + <p><?php esc_html_e( 'Feedzy is compatible with most popular page builders, so you can easily configure your feed imports directly in Elementor & Gutenberg.', 'feedzy-rss-feeds' ); ?></p> |
| 73 | + <a href="https://bit.ly/3RuN3gA" class="btn btn-outline-primary" target="blank"> |
| 74 | + <?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?> |
| 75 | + </a> |
69 | 76 | </div>
|
70 | 77 | </li>
|
71 | 78 | <li>
|
72 | 79 | <div class="support-box">
|
73 |
| - <h3 class="h3">Referral Links<?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3> |
74 |
| - <p>Automatically add referral parameters, and Feedzy will automatically configure affiliate links for |
75 |
| - each item in the feed.</p> |
76 |
| - <a href="https://docs.themeisle.com/article/715-feedzy-how-to-add-affiliate-referrals-to-feed-urls" |
77 |
| - class="btn btn-outline-primary" target="blank">Learn more</a> |
| 80 | + <h3 class="h3"><?php esc_html_e( 'Referral Links', 'feedzy-rss-feeds' ); ?><?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3> |
| 81 | + <p><?php esc_html_e( 'Automatically add referral parameters, and Feedzy will automatically configure affiliate links for each item in the feed.', 'feedzy-rss-feeds' ); ?></p> |
| 82 | + <a href="https://docs.themeisle.com/article/715-feedzy-how-to-add-affiliate-referrals-to-feed-urls" class="btn btn-outline-primary" target="blank"> |
| 83 | + <?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?> |
| 84 | + </a> |
78 | 85 | </div>
|
79 | 86 | </li>
|
80 | 87 | <li>
|
81 | 88 | <div class="support-box">
|
82 |
| - <h3 class="h3">Full text |
83 |
| - import<?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3> |
84 |
| - <p>Get full content of posts/articles from your RSS feeds.</p> |
85 |
| - <a href="https://docs.themeisle.com/article/1389-whats-the-difference-between-feedzy-content-and-full-post-content#full-content" |
86 |
| - class="btn btn-outline-primary" target="blank">Learn more</a> |
| 89 | + <h3 class="h3"><?php esc_html_e( 'Full text import', 'feedzy-rss-feeds' ); ?><?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3> |
| 90 | + <p><?php esc_html_e( 'Get full content of posts/articles from your RSS feeds.', 'feedzy-rss-feeds' ); ?></p> |
| 91 | + <a href="https://docs.themeisle.com/article/1389-whats-the-difference-between-feedzy-content-and-full-post-content#full-content" class="btn btn-outline-primary" target="blank"> |
| 92 | + <?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?> |
| 93 | + </a> |
87 | 94 | </div>
|
88 | 95 | </li>
|
89 | 96 | <li>
|
90 | 97 | <div class="support-box">
|
91 |
| - <h3 class="h3">Paraphrase & Translate |
92 |
| - Content<?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3> |
93 |
| - <p>Automatically paraphrase or translate content on import.</p> |
94 |
| - <a href="https://docs.themeisle.com/article/1690-how-to-use-the-translating-service-in-feedzy" |
95 |
| - class="btn btn-outline-primary" target="blank">Learn more</a> |
| 98 | + <h3 class="h3"><?php esc_html_e( 'Paraphrase & Translate Content', 'feedzy-rss-feeds' ); ?><?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3> |
| 99 | + <p><?php esc_html_e( 'Automatically paraphrase or translate content on import.', 'feedzy-rss-feeds' ); ?></p> |
| 100 | + <a href="https://docs.themeisle.com/article/1690-how-to-use-the-translating-service-in-feedzy" class="btn btn-outline-primary" target="blank"> |
| 101 | + <?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?> |
| 102 | + </a> |
96 | 103 | </div>
|
97 | 104 | </li>
|
98 | 105 | <li>
|
99 | 106 | <div class="support-box">
|
100 |
| - <h3 class="h3">Spintax Text<?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3> |
101 |
| - <p>The Spintax service is very useful for blogs, as it is easily configurable and a time saver.</p> |
102 |
| - <a href="https://docs.themeisle.com/article/1689-how-to-use-the-spintax-service-in-feedzy" |
103 |
| - class="btn btn-outline-primary" target="blank">Learn more</a> |
| 107 | + <h3 class="h3"><?php esc_html_e( 'Spintax Text', 'feedzy-rss-feeds' ); ?><?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3> |
| 108 | + <p><?php esc_html_e( 'The Spintax service is very useful for blogs, as it is easily configurable and a time saver.', 'feedzy-rss-feeds' ); ?></p> |
| 109 | + <a href="https://docs.themeisle.com/article/1689-how-to-use-the-spintax-service-in-feedzy" class="btn btn-outline-primary" target="blank"> |
| 110 | + <?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?> |
| 111 | + </a> |
104 | 112 | </div>
|
105 | 113 | </li>
|
106 | 114 | <li>
|
107 | 115 | <div class="support-box">
|
108 |
| - <h3 class="h3">Enhanced Elementor |
109 |
| - support<?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3> |
110 |
| - <p>Advanced Elementor template builder integration to build content areas directly from feeds.</p> |
111 |
| - <a href="https://docs.themeisle.com/article/1396-elementor-compatibility-in-feedzy" |
112 |
| - class="btn btn-outline-primary" target="blank">Learn more</a> |
| 116 | + <h3 class="h3"><?php esc_html_e( 'Enhanced Elementor support', 'feedzy-rss-feeds' ); ?><?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3> |
| 117 | + <p><?php esc_html_e( 'Advanced Elementor template builder integration to build content areas directly from feeds.', 'feedzy-rss-feeds' ); ?></p> |
| 118 | + <a href="https://docs.themeisle.com/article/1396-elementor-compatibility-in-feedzy" class="btn btn-outline-primary" target="blank"><?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?></a> |
113 | 119 | </div>
|
114 | 120 | </li>
|
115 | 121 | <li>
|
116 | 122 | <div class="support-box">
|
117 |
| - <h3 class="h3">Keyword |
118 |
| - Filtering<?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3> |
119 |
| - <p>Filter feed items, and Display or Exclude items if the title or content contains specific |
120 |
| - keyword(s). </p> |
121 |
| - <a href="https://docs.themeisle.com/article/1154-how-to-use-feed-to-post-feature-in-feedzy#filters" |
122 |
| - class="btn btn-outline-primary" target="blank">Learn more</a> |
| 123 | + <h3 class="h3"><?php esc_html_e( 'Keyword Filtering', 'feedzy-rss-feeds' ); ?><?php echo ! $is_pro ? ' <span class="pro-label">PRO</span>' : ''; ?></h3> |
| 124 | + <p><?php esc_html_e( 'Filter feed items, and Display or Exclude items if the title or content contains specific keyword(s).', 'feedzy-rss-feeds' ); ?></p> |
| 125 | + <a href="https://docs.themeisle.com/article/1154-how-to-use-feed-to-post-feature-in-feedzy#filters" class="btn btn-outline-primary" target="blank"> |
| 126 | + <?php esc_html_e( 'Learn more', 'feedzy-rss-feeds' ); ?> |
| 127 | + </a> |
123 | 128 | </div>
|
124 | 129 | </li>
|
125 | 130 | </ul>
|
126 | 131 | <?php if ( ! $is_pro ) : ?>
|
127 | 132 | <div class="cta">
|
128 |
| - <a href="<?php echo tsdk_utmify( FEEDZY_UPSELL_LINK, 'viewall', 'tutorial' ); ?>#pro-features" class="btn btn-ghost" target="blank">View all Feedzy |
129 |
| - features</a> |
| 133 | + <a href="<?php echo tsdk_utmify( FEEDZY_UPSELL_LINK, 'viewall', 'tutorial' ); ?>#pro-features" class="btn btn-ghost" target="blank"> |
| 134 | + <?php esc_html_e( 'View all Premium features', 'feedzy-rss-feeds' ); ?> |
| 135 | + </a> |
130 | 136 | </div>
|
131 | 137 | <?php endif; ?>
|
132 | 138 | </div>
|
0 commit comments