<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Plugins &#8211; Documentation</title>
	<atom:link href="https://docs.themeshine.com/category/wordpress/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>https://docs.themeshine.com</link>
	<description>Get to Know ThemeShine themes</description>
	<lastBuildDate>Wed, 14 May 2025 06:46:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7</generator>
	<item>
		<title>How to Add a Contact Form in WordPress</title>
		<link>https://docs.themeshine.com/how-to-add-a-contact-form-in-wordpress/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Wed, 14 May 2025 06:46:27 +0000</pubDate>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://docs.themeshine.com/?p=1627</guid>

					<description><![CDATA[Adding a contact form to your WordPress site allows visitors to reach out quickly and easily. In this guide, you’ll learn how to set up a simple, functional contact form using the free Contact Form 7 plugin. 1. Install the Contact Form 7 Plugin Go to your WordPress dashboard and follow these steps: The plugin [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Adding a contact form to your WordPress site allows visitors to reach out quickly and easily. In this guide, you’ll learn how to set up a simple, functional contact form using the free <a href="https://wordpress.org/plugins/contact-form-7/" target="_blank" rel="noreferrer noopener nofollow">Contact Form 7</a> plugin.</p>



<h2 class="wp-block-heading">1. Install the Contact Form 7 Plugin</h2>



<p>Go to your WordPress dashboard and follow these steps:</p>



<ul class="wp-block-list">
<li>Navigate to <strong>Plugins > Add New</strong></li>



<li>Search for <strong>Contact Form 7</strong></li>



<li>Click <strong>Install Now</strong>, then <strong>Activate</strong></li>
</ul>



<p>The plugin is now ready to use.</p>



<h2 class="wp-block-heading">2. Customize the Default Contact Form</h2>



<p>After activation:</p>



<ul class="wp-block-list">
<li>Go to <strong>Contact > Contact Forms</strong></li>



<li>Click <strong>Edit</strong> on the default form listed</li>
</ul>



<p>Replace the existing code with the following fields:</p>



<pre class="wp-block-preformatted">[text* your-name placeholder "Name"]<br>[email* your-email placeholder "Email"]<br>[text* your-subject placeholder "What can I help you with?"]<br>[textarea your-message placeholder "Message"]<br>[submit "Send!"]</pre>



<p>You can modify the placeholder text or add additional fields if needed.</p>



<p>Click <strong>Save</strong> when you&#8217;re done.</p>



<h2 class="wp-block-heading">3. Copy the Shortcode</h2>



<p>Once saved, a shortcode will appear at the top of the form editor, such as:</p>



<pre class="wp-block-preformatted">[contact-form-7 id="1234" title="Contact form 1"]</pre>



<p>Copy this shortcode.</p>



<h2 class="wp-block-heading">4. Add the Form to a Page</h2>



<p>To place the form on a page:</p>



<ul class="wp-block-list">
<li>Go to <strong>Pages > All Pages</strong> and select the page where you want the form</li>



<li>Add a <strong>Shortcode</strong> block to the page content</li>



<li>Paste the shortcode you copied earlier</li>



<li>Click <strong>Update</strong> or <strong>Publish</strong></li>
</ul>



<p>Your contact form is now live on your website.</p>



<h2 class="wp-block-heading">5. Save Messages in the Dashboard (Optional) </h2>



<p>If you want to store submitted form messages inside WordPress, you can install and activate the <a href="https://wordpress.org/plugins/flamingo/" target="_blank" rel="noreferrer noopener nofollow">Flamingo</a> plugin (also developed by the creators of Contact Form 7). Messages will be saved under <strong>Flamingo > Inbound Messages</strong>. This ensures you won’t lose any important inquiries even if your email has issues.</p>



<h2 class="wp-block-heading">Final Notes</h2>



<p>With just a few steps, you’ve added a functional contact form to your WordPress site. It’s lightweight, customizable, and gets the job done. If you need more advanced features, Contact Form 7 also supports reCAPTCHA, file uploads, and custom validation.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Show Breadcrumbs in WordPress</title>
		<link>https://docs.themeshine.com/how-to-show-breadcrumbs-in-wordpress/</link>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Fri, 09 May 2025 08:53:13 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://docs.themeshine.com/?p=1589</guid>

					<description><![CDATA[Breadcrumbs help users see where they are on your site and how they got there. For example:Home &#62; Beauty &#62; Skin Care RoutineThis type of navigation makes your site easier to use &#8211; and it can even help with SEO. Table of Contents Step 1: Choose &#38; Install a SEO Plugin First, you’ll need a [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Breadcrumbs help users see where they are on your site and how they got there. For example:<br><strong>Home &gt; Beauty &gt; Skin Care Routine</strong><br>This type of navigation makes your site easier to use &#8211; and it can even help with SEO.</p>



<h5 class="wp-block-heading">Table of Contents</h5>



<ul class="wp-block-list">
<li><a href="https://docs.themeshine.com/how-to-show-breadcrumbs-in-wordpress/#enable-breadcrumbs">Enable breadcrumbs</a>
<ul class="wp-block-list">
<li><a href="https://docs.themeshine.com/how-to-show-breadcrumbs-in-wordpress/#yoast-seo">Yoast SEO</a></li>



<li><a href="https://docs.themeshine.com/how-to-show-breadcrumbs-in-wordpress/#all-in-one-seo">All in One SEO</a></li>



<li><a href="https://docs.themeshine.com/how-to-show-breadcrumbs-in-wordpress/#rank-math">Rank Math</a></li>
</ul>
</li>
</ul>



<h3 class="wp-block-heading">Step 1: Choose &amp; Install a SEO Plugin</h3>



<p>First, you’ll need a plugin that supports breadcrumbs. Below are three options you can use:</p>



<h4 class="wp-block-heading" id="yoast-seo">Yoast SEO</h4>



<ol class="wp-block-list">
<li>Go to <strong>Dashboard &gt; Plugins &gt; Add New</strong></li>



<li>Search for <strong>Yoast SEO</strong>, then <strong>Install</strong> and <strong>Activate</strong></li>



<li>Click <strong>Yoast SEO > Settings</strong></li>



<li>Scroll down to the <strong>Advanced</strong> > <strong>Breadcrumbs</strong> option</li>



<li>Tweak the settings like separator, prefix, etc. and make sure &#8216;Enable breadcrumbs for your theme&#8217; is enabled.</li>



<li>Click <strong>Save Changes</strong></li>
</ol>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="1022" height="460" src="https://docs.themeshine.com/wp-content/uploads/2025/05/yoast-seo-settings-wordpress.png" alt="" class="wp-image-1597" srcset="https://docs.themeshine.com/wp-content/uploads/2025/05/yoast-seo-settings-wordpress.png 1022w, https://docs.themeshine.com/wp-content/uploads/2025/05/yoast-seo-settings-wordpress-300x135.png 300w, https://docs.themeshine.com/wp-content/uploads/2025/05/yoast-seo-settings-wordpress-768x346.png 768w" sizes="(max-width: 1022px) 100vw, 1022px" /></figure>



<h4 class="wp-block-heading" id="all-in-one-seo">All in One SEO</h4>



<ol class="wp-block-list">
<li>Go to <strong>Plugins &gt; Add New</strong></li>



<li>Search for <strong>All in One SEO</strong>, then <strong>Install</strong> and <strong>Activate</strong></li>



<li>Go to <strong>All in One SEO &gt; General Settings &gt; Breadcrumbs</strong></li>



<li>Make sure <strong>Enable Breadcrumbs</strong> is checked</li>



<li>Optional: Turn on shortcode display and adjust settings</li>



<li>Click <strong>Save Changes</strong></li>
</ol>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="328" src="https://docs.themeshine.com/wp-content/uploads/2025/05/all-in-one-seo-wordpress-1024x328.png" alt="" class="wp-image-1599" srcset="https://docs.themeshine.com/wp-content/uploads/2025/05/all-in-one-seo-wordpress-1024x328.png 1024w, https://docs.themeshine.com/wp-content/uploads/2025/05/all-in-one-seo-wordpress-300x96.png 300w, https://docs.themeshine.com/wp-content/uploads/2025/05/all-in-one-seo-wordpress-768x246.png 768w, https://docs.themeshine.com/wp-content/uploads/2025/05/all-in-one-seo-wordpress.png 1368w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h4 class="wp-block-heading" id="rank-math">Rank Math</h4>



<ol class="wp-block-list">
<li>Go to <strong>Plugins &gt; Add New</strong></li>



<li>Search for <strong>Rank Math SEO</strong>, then <strong>Install</strong> and <strong>Activate</strong></li>



<li>Go to <strong>Rank Math &gt; General Settings &gt; Breadcrumbs</strong></li>



<li>Turn on <strong>Enable breadcrumbs</strong></li>



<li>Adjust text and styling as needed</li>



<li>Click <strong>Save Changes</strong></li>
</ol>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="494" src="https://docs.themeshine.com/wp-content/uploads/2025/05/rank-math-seo-wordpress-1024x494.png" alt="" class="wp-image-1601" srcset="https://docs.themeshine.com/wp-content/uploads/2025/05/rank-math-seo-wordpress-1024x494.png 1024w, https://docs.themeshine.com/wp-content/uploads/2025/05/rank-math-seo-wordpress-300x145.png 300w, https://docs.themeshine.com/wp-content/uploads/2025/05/rank-math-seo-wordpress-768x371.png 768w, https://docs.themeshine.com/wp-content/uploads/2025/05/rank-math-seo-wordpress.png 1166w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading" id="enable-breadcrumbs">Step 2: Show Breadcrumbs on Your Site</h3>



<p>Once breadcrumbs are enabled in the plugin:</p>



<ol class="wp-block-list">
<li>Go to <strong>Appearance &gt; Customize &gt; Breadcrumbs</strong></li>



<li>Pick the plugin you’re using</li>



<li>Choose where to show breadcrumbs (single posts, pages, etc.)</li>



<li>Click <strong>Publish</strong></li>
</ol>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="308" height="458" src="https://docs.themeshine.com/wp-content/uploads/2025/05/wordpress-breadcrumbs-customizer-settings.png" alt="" class="wp-image-1590" srcset="https://docs.themeshine.com/wp-content/uploads/2025/05/wordpress-breadcrumbs-customizer-settings.png 308w, https://docs.themeshine.com/wp-content/uploads/2025/05/wordpress-breadcrumbs-customizer-settings-202x300.png 202w" sizes="auto, (max-width: 308px) 100vw, 308px" /></figure>



<p>Now breadcrumbs will show up on your site to help visitors find their way around.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
