Skip to content

Commit

Permalink
Update plugin guide links and copy (#94294)
Browse files Browse the repository at this point in the history
  • Loading branch information
DustyReagan authored Sep 9, 2024
1 parent ef7ee65 commit fb6c778
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions client/my-sites/plugins/education-footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,12 @@ const EducationFooter = () => {
target="_blank"
title={
<CardText color="var(--studio-gray-100)">
{ __( 'What Are WordPress Plugins and Themes? (A Beginner’s Guide)' ) }
{ __( 'What Are WordPress Plugins? Everything You Need to Know as a Beginner' ) }
</CardText>
}
titleMarginBottom="16px"
cta={ <ReadMoreLink /> }
url={ localizeUrl(
'https://wordpress.com/go/website-building/what-are-wordpress-plugins-and-themes-a-beginners-guide/'
) }
url={ localizeUrl( 'https://wordpress.com/support/plugins/' ) }
border="var(--studio-gray-5)"
onClick={ () => onClickLinkCard( 'website_building' ) }
/>
Expand All @@ -173,14 +171,14 @@ const EducationFooter = () => {
target="_blank"
title={
<CardText color="var(--studio-gray-100)">
{ __( 'How to Use WordPress Plugins: The Complete Beginner’s Guide' ) }
{ __(
"How to Install Plugins on Your WordPress.com site: The Complete Beginner's Guide"
) }
</CardText>
}
titleMarginBottom="16px"
cta={ <ReadMoreLink /> }
url={ localizeUrl(
'https://wordpress.com/go/website-building/how-to-use-wordpress-plugins/'
) }
url={ localizeUrl( 'https://wordpress.com/support/plugins/install-a-plugin/' ) }
border="var(--studio-gray-5)"
onClick={ () => onClickLinkCard( 'customization' ) }
/>
Expand All @@ -189,14 +187,12 @@ const EducationFooter = () => {
target="_blank"
title={
<CardText color="var(--studio-gray-100)">
{ __( '17 Must-Have WordPress Plugins (Useful For All Sites)' ) }
{ __( 'How to Find and Choose the Best WordPress Plugins (Useful for All Sites)' ) }
</CardText>
}
titleMarginBottom="16px"
cta={ <ReadMoreLink /> }
url={ localizeUrl(
'https://wordpress.com/go/website-building/17-must-have-wordpress-plugins-useful-for-all-sites/'
) }
url={ localizeUrl( 'https://wordpress.com/support/plugins/find-and-choose-plugins/' ) }
border="var(--studio-gray-5)"
onClick={ () => onClickLinkCard( 'seo' ) }
/>
Expand Down

0 comments on commit fb6c778

Please sign in to comment.