How to use Display category Descriptions in WordPress.
How to use? Display Category Descriptions in WordPress.
Recently we talking about the importance of Display category descriptions pages in our blogs, bookmark in Wordpress. so you can use easily.display category description in Wordpress site In this article. We aim to show you what and where to edit to achieve this.If you want to display category descriptions on your WordPress website site? Categories allow you to easily sort and long content on your website.Display categories descriptions are very importance for the Wordpress site, They also help users easily find content and are good for WordPress, SEO. We hope this article helps to you. You can also find us on WordPress Technical support.
In this article Wordpress, descriptions category is a a part of Wordpress, we will show you how to easily display category descriptions in WordPress. Why category and tag, blogger, descriptions? you will ask. Adding descriptions to category and tag pages, blogger, content, has two advantage and so. First, the reader of your content can have a rough idea on the type of posts are lined in a specific category.
Second, therefore you can show the category and tag, blogger, descriptions as meta description on the various pages which can help for better Wordpress, SEO
we are shown to you.There is some point:-
Category Description in Category Pages Of WordPress Theme, blog
A. 1.now lets see, 1First, add a description to your categories from WordPress Dashboard > Categories.
B. 2. then Open your FTP client, browse to your WordPress theme, blog directory and download the archive.PHP, data file for editing. Better, create a backup of the archive.php file to be safe in wordpress.
In Wordpress, Category descriptions are an increasingly important part of, Wordpress, SEO strategy and are becoming a larger part of our product mix. We will show you.Writing this type of content requires a slightly different mindset than traditional post, blogs, or other Wordpress site content. starting your next project, for descriptions, and then remember these four things to create in Wordpress, more compelling category descriptions. its so easy for all
user.
You can see a code block like the following:
n Paste the following code just under it.
n <?php if (is_category()) ?>
n The on top of code pulls the category description that you simply entered in step one and displays the same to the user.
n The second step is-Paste the subsequent code to point out tag descriptions in every tag page.
n <?php if (is_tag()) ?>
n You do not got to fill out every and each tag to use the on top of code. If a tag doesn't have any description, the on top of code shows nothing. (see example)
n To display the tag descriptions as meta descriptions, place the subsequent code before </head> in your WordPress theme.
n <?php if ( is_tag() && tag_description() ) : ?>
n <meta name=”description” content=”<?php echo wp_specialchars( strip_tags( tag_description() ), one ); ?>” />
n <?php endif; ?>

Comments
Post a Comment