CoderFunda
  • Home
  • About us
    • Contact Us
    • Disclaimer
    • Privacy Policy
    • About us
  • Home
  • Php
  • HTML
  • CSS
  • JavaScript
    • JavaScript
    • Jquery
    • JqueryUI
    • Stock
  • SQL
  • Vue.Js
  • Python
  • Wordpress
  • C++
    • C++
    • C
  • Laravel
    • Laravel
      • Overview
      • Namespaces
      • Middleware
      • Routing
      • Configuration
      • Application Structure
      • Installation
    • Overview
  • DBMS
    • DBMS
      • PL/SQL
      • SQLite
      • MongoDB
      • Cassandra
      • MySQL
      • Oracle
      • CouchDB
      • Neo4j
      • DB2
      • Quiz
    • Overview
  • Entertainment
    • TV Series Update
    • Movie Review
    • Movie Review
  • More
    • Vue. Js
    • Php Question
    • Php Interview Question
    • Laravel Interview Question
    • SQL Interview Question
    • IAS Interview Question
    • PCS Interview Question
    • Technology
    • Other

16 June, 2021

How to Add a New Link in WordPress Navigation Menus

 Programing Coderfunda     June 16, 2021     Wordpress, wordpress-tutorial     No comments   

 

How to Add a New Link in WordPress Navigation Menus

There is an editor in WordPress which allows you to create and manage navigation menus.

For navigation menus, go to Appearance > Menus

Wordpress New link in wordpress navigation menus1

Look at the above snapshot, here you can add, delete or edit links in your posts.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

How to Delete Links

 Programing Coderfunda     June 16, 2021     Wordpress, wordpress-tutorial     No comments   

 

How to Delete Links

To edit links, go to Pages > All Pages

Wordpress Links1

Look at the above snapshot, click on Edit button.

Wordpress Links2

Look at the above snapshot, this is the Remove Link option. Click on this and your link will be removed.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

How to Add a New Link in WordPress Posts and Pages

 Programing Coderfunda     June 16, 2021     Wordpress, wordpress-tutorial     No comments   

 

How to Add a New Link in WordPress Posts and Pages

To add a link, go to Posts > Add New

You can add a link either in a new post or in the existing post.

Wordpress Link in WordPress Posts and Pages1

Look at the above snapshot, to create a link, click on the link icon.

On clicking the link icon, following page will appear,

Wordpress Link in WordPress Posts and Pages2

Look at the above snapshot, next step is to click on Link Options button.

Wordpress Link in WordPress Posts and Pages3

Look at the above snapshot, this pop-up will come on clicking Link Options.

In URL, enter URL you want to link.

In Link Text, insert text you want to enter into the link.

Tick on check-box Open link in new tab.

You can also link it to the existing content.

Now click on Add Link button and your link will be added.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

How to Add a New Link in WordPress Text Widgets

 Programing Coderfunda     June 16, 2021     Wordpress, wordpress-tutorial     No comments   

 

How to Add a New Link in WordPress Text Widgets

In WordPress you can add links in widgets. Different widgets possess different functions like recent post widget will show links to your recent posts. In text widgets you can add text and basic HTML.

There are two ways to add links in text widgets.

  • Adding a link in HTML
  • This method requires writing some of very basic HTML. In href tag you have to add URL. Remember to add http:// before domain. Between the closing and opening anchor tag add any text that you want to link (here we have written javaTpoint).

    For example, javaTpoint

  • Using a plugin
  • Here you have to install and activate a plugin to enable visual editor for your text widgets.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

WordPress Categories vs Tags

 Programing Coderfunda     June 16, 2021     Wordpress, wordpress-tutorial     No comments   

 

WordPress Categories vs Tags

Earlier only categories were available in WordPress to divide the posts. But to describe a post more specifically more categories were used. This made the category list very long. To avoid this, we have tags.

Categories are broad-ranging. It helps your users to identify what your blog is about. For a post, there may be sub-categories which make a hierarchy of category. It is possible for a post to have more than one category but it is best for a post to have a single category. A post must have at least one category.

Tags are like categories but they are used to describe a post more specifically. In some posts you may not need to use a tag. Tags are not needed in every post.

Multiple categories may confuse the readers. If you want to provide additional grouping in a post use tags. Tag should be relevant to the topic covered in the post. For example, if you Google for "ladies watch". Here watch is category and ladies is tag.


SEO effect from Category and Tag

Wise use of tag and category can increase traffic to your site via search engines. If both are used together, they will increase your site's usability.

Having internal links will let your sites content to be discovered by the search engine. Tags and categories will clue the search engines about your website topic and your site will be ranked for those targeted keywords.


Optimal number of Categories and Tags

There is no defined limit to use category for a post. However, for simplicity sub-categories are used when more categories are needed for a single post.

For tags also there is specific limit. You can add 100 tags in a post. Tags are used to help in searching of a post. So it is necessary to use relevant keywords related to your post.


Assigning one Post under multiple Categories

Some people used to say that using multiple categories for a single post can result SEO in a negative way or you can be penalized for duplicate content. But it is not entirely true.

Basic use of category is to sort the content on your site for your users so that they could find it easily. It is better to use sub-categories or tags than multiple categories.

Overall there is no SEO advantage in multiple categories. Only consider about your targeted audience and not the search engine. If your decision will be according to your viewers, it will increase your visitors and your site?s SEO will automatically increase.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

WordPress Links

 Programing Coderfunda     June 16, 2021     Wordpress, wordpress-tutorial     No comments   

 

WordPress Links

We can add/edit/delete links on WordPress posts, pages, text widgets and navigation menus. Let's see the 3 ways to add a link in WordPress..

  • Add a link in WordPress posts and pages
  • Add a link in WordPress text widgets
  • Add a link in WordPress navigation menus
  • How to Delete WordPress Links
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

WordPress Categories

 Programing Coderfunda     June 16, 2021     Wordpress, wordpress-tutorial     No comments   

WordPress Categories

Here, we'll see how to add categories. By clicking on a category, user will be able to see the posts listed under that category.


What is a category

Categories allow a user to divide its content into different sections. Different topics publishing in a single website can be divided into different categories. It tells the reader what a post is about and they can easily find their content from a lot.

If no category is added, then by default category is uncategorized. To access category section click Posts > Categories

Wordpress Wordpress categories1

Look at the above snapshot, this is the category section.


How to add categories

Wordpress Wordpress categories2

Look at the above snapshot, there are four fields to be filled when adding a new category.

Name - Name of category which has to be unique

Slug - It is used in the URL to display your category. For example, if your category is Clothing and slug is women, then your URL will be like shopping.com/shop/women.

Parent - Here, you can add sub-categories to a category or you can choose none. This is optional.

Description - Descriptions are optional. You can add a brief description to your category.

After filling all the above entries, click on Add New Category button. On the right side of the page your new category will be added.

Wordpress Wordpress categories3

Look at the above snapshot, our new category clothing is added in the category list.


How to Edit Category

To edit a category, go to Posts > Categories. Hover your mouse to the category you want to edit.

Wordpress Wordpress categories4

Look at the above snapshot, there are several options to Edit, Quick Edit and Delete. Here you can change category name, slug, parent and description.

Edit - It allows you to edit all the fields name, slug, parent and description.

Quick Edit - it only allows you to edit name and slug.


How to Delete Category

You can also delete categories from the above snapshot. By deleting a category, its posts will not be deleted instead they will be transferred to by default category (if that post will not be listed under any other category).

Please remember you can't delete a by default category, before deleting it assign by default status to some other category.


How to Convert Category into Tag

Categories and tags both are different things in WordPress. Categories are sections while tags are keywords. WordPress provide you n option to change category into tag and tag into category.

Go to Tools > Import, following screen will appear.

Wordpress Wordpress categories5

Look at the above snapshot, there is an option of Categories and Tags Converter. It is asking for installation. Click on Install Now button.

Wordpress Wordpress categories6

Look at the above snapshot, after installation click on Run Importer.

Wordpress Wordpress categories7

Look at the above snapshot, you can select any option either to convert categories to tags or tags to categories.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

WordPress Tags

 Programing Coderfunda     June 16, 2021     Wordpress, wordpress-tutorial     No comments   

 

What are Tags

With the help of tags, similar posts can be grouped together. Hence, it makes easier for the users to search a particular post. It tells the user what a post is about. Tags are similar to categories but still different.

Position of the tag may differ depending on the theme. Sometimes they may appear at the bottom, top, or in the sidebar.

Wordpress Wordpress tags1

How to Add a Tag

To add a tag, go to Posts > Tags

Wordpress Wordpress tags2

Look at the above snapshot, here you have to fill all the fields.

Name - Name of tag which must be unique. Here it is shopping destinations.

Slug - It describes a post in URL. It is generally in lowercase and contains only letters, numbers and hyphens. Here our slug it shopping.

Description - It is a brief intro about the tag. When you hover (bring pointer over the tag) the tag, this description is displayed.

After filling all the above information, click on Add New Tag button.

Following screen will appear in front of you.

Wordpress Wordpress tags3

Look at the above snapshot, on the right side, created tag is displayed.


How to Edit Tag

To edit a tag, go to Posts > Tag and bring the mouse over the tag.

Wordpress Wordpress tags4

Look at the above snapshot, two options to edit are there.

On clicking Edit, following page will appear.

Wordpress Wordpress tags5

Look at the above snapshot, after editing click on Update button.

On clicking Quick Edit, following page will appear.

Wordpress Wordpress tags6

Look at the above snapshot, here you can only edit Name and Slug of the tag. After editing, click on Update Tag button.


How to Delete Tag

To delete a tag, go to Post > Tag and bring the mouse over the tag.

Wordpress Wordpress tags7

Look at the above snapshot, click on Delete option and your Tag will be deleted.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

WordPress Pages

 Programing Coderfunda     June 16, 2021     Wordpress, wordpress-tutorial     No comments   

 

WordPress Pages

Pages are different from Posts. They are static and they do not change often. Some examples of pages are About, Contact, etc. you can add pages containing information about you and your site.

Wordpress Wordpress pages1

How to Add New Page

Go to Pages > Add New

Wordpress Wordpress pages2

Look at the above snapshot, this is the editorial page where you can give a title and content to your page.

Here you can upload media, write content, add a title to your page. Click on Publish button once you have completed the page.


How to Edit Page

To edit page, go to Pages > Add New

Wordpress Wordpress pages3

Look at the above snapshot, this is the list of all the created posts. Bring your mouse above a post, following options will appear.

There are two options to edit. One is Edit and other one is Quick Edit.

On clicking Edit, following page will appear.

Wordpress Wordpress pages4

Look at the above snapshot, here you can edit title or content of your post.

On clicking Quick Edit, following page will appear.

Wordpress Wordpress pages5

Look at the above snapshot, here you can edit title, date and slug of your post. And if want, you can also change category for your post.


How to Delete a Page

To delete a post, go to Posts > All Pages

Wordpress Wordpress pages6

Look at the above snapshot, Trash option will let you delete the respective post.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

WordPress posts vs pages

 Programing Coderfunda     June 16, 2021     Wordpress, wordpress-tutorial     No comments   

 

WordPress posts vs pages

Post and page appears to be same on the dashboard as both are used to add content on your site. People get confused in their usage.

Pages are static. Then don't change frequently. Some examples of pages are contact us, about us, introduction, etc.

Posts are what you make an update on your post. They need to change very frequently as they need to keep your site fresh and attractive for your users.


Posts

Posts are the site content which are published on a site with an exact date and time. They can be categorized in a systematic way on the basis of category and tags. If you are a blogger, then you'll write posts to update your new blog. They are listed in a reverse chronological order on a site.

They generally consist of informational topics related to education, news, regular activities, feminism or any other topic. The content frequently changes for the end user as new posts are updated regularly. As the post gets older, a user has to dig inside to find it.

Posts have the commenting feature, which can be turned on or off. It allows discussion on your blog if you have turned on the commenting.

As posts are published timely, they made up the RSS content of your blog. Your users will be notified about your most recent posts via RSS feeds.


Pages

Pages are static and not changed frequently such as contact us, about us, privacy policy, etc. They don't have date and time published, however, database stores the published date or time of the page.

They are not included in RSS feeds as they don't have date and time published on the page.

They are neither listed by date nor can be categorized by the category and tags. They can make a hierarchy by nesting pages under each other making one of them the parent page.

They are not social, hence they don't have the commenting option.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

WordPress Comments

 Programing Coderfunda     June 16, 2021     Wordpress, wordpress-tutorial     No comments   

 

WordPress Comments

Comments allow a user to interact with the blogger or website team. It helps in many ways, like you'll get to know what your viewers want from you. What else you can do for your viewers. You can activate or deactivate comment box. Comments are by default enabled.


Discussion or Comment Setting Page

Click on Settings > Discussions

You will be on Discussion Settings page.

Wordpress Wordpress comment1

Look at the above snapshot, there are many default options.

First part is for Default article settings, applies to all your pages, posts, etc.


How to Enable or Disable Comment

Go to Pages > All Pages

Select any one of the page you want to add comment.

Wordpress Wordpress comment2

Look at the above snapshot, on the top right, there is a drop-down option. Click it.

Wordpress Wordpress comment3

Look at the above snapshot, check the Discussions and Comments box.

Wordpress Wordpress comment4

Look at the above snapshot, there are two checkboxes,

Allow comments - Allow your viewers to add comment on your post.

Allow trackbacks and pingbacks on this page - Viewers can ping and trackback.

Lastly click on Update button to update your post.


How to Edit Comment

To edit comments, go to Comments side menu,

Wordpress Wordpress comment5

Look at the above snapshot, this is the comment page. Select a comment and click Edit.

Wordpress Wordpress comment6

Look at the above snapshot, you can edit the comment here and then click Update.


What is Moderate Comment

Comments by the visitors on a post are not published directly unless it is approved by the admin. This is called Moderation. You can change comment moderation settings. Go to Settings > Discussions

When you'll scroll down the page little bit, you'll see following option.

Wordpress Wordpress comment7

Look at the above snapshot, check the option Comment must be manually approved.


How to allow only registered users to Comment

You can allow only registered users to comment on your post. For that, go to Settings > General

Following page will appear.

Wordpress Wordpress comment8

Look at the above snapshot, check the box Anyone can register.

And if you don't want a new user to write post on your site then save the column New user Default Role as Subscriber.

Now go to Settings > Discussions

Wordpress Wordpress comment9

Look at the above snapshot, check the box Users must be registered and logged in to comment.


How to Receive Notification for Comment

You can receive a notification whenever someone leaves a comment on your site or waiting to be approved.

You will not receive a notification for a comment marked as spam.

To receive notifications, go to Settings > Discussions

Wordpress Wordpress comment10

Look at the above snapshot, check the boxes under Email me Whenever to enable notifications.


What is Avatar or Gravatar

Word Avatar is used for user's profile image in online communications. Gravatar is a web based service which allows its users to use avatar image. When a user creates an account in WordPress, it searches for gravatar image matching user's email address. If user has a gravatar account with an image then this image is displayed as their profile pictures in comments and if not then default avatar image is set.

The default image in WordPress is Mystery Man. You can change it by clicking on Settings > Discussions

Wordpress Wordpress comment11

Look at the above snapshot, by unchecking Show Avatars, Avatar image will not be there in your website.

Default images can be selected from mystery man and blank image. Other images are selected using algorithms that generate an image based on user's email address.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Newer Posts Older Posts Home

Meta

Popular Posts

  • Write API Integrations in Laravel and PHP Projects with Saloon
    Write API Integrations in Laravel and PHP Projects with Saloon Saloon  is a Laravel/PHP package that allows you to write your API integratio...
  • Credit card validation in laravel
      Validation rules for credit card using laravel-validation-rules/credit-card package in laravel Install package laravel-validation-rules/cr...
  • iOS 17 Force Screen Rotation not working on iPAD only
    I have followed all the links on Google and StackOverFlow, unfortunately, I could not find any reliable solution Specifically for iPad devic...
  • C++ in Hindi Introduction
    C ++ का परिचय C ++ एक ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग लैंग्वेज है। C ++ को Bjarne Stroustrup द्वारा विकसित किया गया था। C ++ में आने से पह...
  • Send message via CANBus
    After some years developing for mobile devices, I've started developing for embedded devices, and I'm finding a new problem now. Th...

Categories

  • Ajax (26)
  • Bootstrap (30)
  • DBMS (42)
  • HTML (12)
  • HTML5 (45)
  • JavaScript (10)
  • Jquery (34)
  • Jquery UI (2)
  • JqueryUI (32)
  • Laravel (1017)
  • Laravel Tutorials (23)
  • Laravel-Question (6)
  • Magento (9)
  • Magento 2 (95)
  • MariaDB (1)
  • MySql Tutorial (2)
  • PHP-Interview-Questions (3)
  • Php Question (13)
  • Python (36)
  • RDBMS (13)
  • SQL Tutorial (79)
  • Vue.js Tutorial (68)
  • Wordpress (150)
  • Wordpress Theme (3)
  • codeigniter (108)
  • oops (4)
  • php (853)

Social Media Links

  • Follow on Twitter
  • Like on Facebook
  • Subscribe on Youtube
  • Follow on Instagram

Pages

  • Home
  • Contact Us
  • Privacy Policy
  • About us

Blog Archive

  • September (100)
  • August (50)
  • July (56)
  • June (46)
  • May (59)
  • April (50)
  • March (60)
  • February (42)
  • January (53)
  • December (58)
  • November (61)
  • October (39)
  • September (36)
  • August (36)
  • July (34)
  • June (34)
  • May (36)
  • April (29)
  • March (82)
  • February (1)
  • January (8)
  • December (14)
  • November (41)
  • October (13)
  • September (5)
  • August (48)
  • July (9)
  • June (6)
  • May (119)
  • April (259)
  • March (122)
  • February (368)
  • January (33)
  • October (2)
  • July (11)
  • June (29)
  • May (25)
  • April (168)
  • March (93)
  • February (60)
  • January (28)
  • December (195)
  • November (24)
  • October (40)
  • September (55)
  • August (6)
  • July (48)
  • May (2)
  • January (2)
  • July (6)
  • June (6)
  • February (17)
  • January (69)
  • December (122)
  • November (56)
  • October (92)
  • September (76)
  • August (6)

Loading...

Laravel News

Loading...

Copyright © CoderFunda | Powered by Blogger
Design by Coderfunda | Blogger Theme by Coderfunda | Distributed By Coderfunda