How & Tips to activate WordPress Pingback and Trackback

 How to disable WordPress pingback and trackback. For example, a pingback is a hashtag or mention on Instagram and Facebook. Whenever a blog post is tagged or mentioned, Pingback will send you a notification. The main function of a pingback is not far from flagged and mentioned notifications, but is a little more complicated. So what is a pingback?


WordPress defines a pingback as a special type of comment that is made when a blog post links to another blog post. This feature works when you enable blogging. Still not known? Ok, we tried to review you to understand what pingback is.




How do pingbacks work?

Pingbacks are notifications that are activated automatically. This is how pingbacks work, assuming you have pingbacks enabled on your WordPress site.

Write articles and links to site B or other articles on your blog.

Blogger A posts a message.

WordPress will pingback Site B.

The pingback appears under the comments section of the linked post. The display is as follows.


The pingback seems to say, "Hello, I linked to this page in my blog post."


One of the important things you need to know is that pingback is a built-in feature of the WordPress platform. If you want to do the same on another platform (like Blogger), use quotes. Pijat panggilan bsd However, the behavior of pingbacks and trackbacks is different. Quotes do not work automatically. Here is an illustration:


A (WordPress user) wants to create a post and link to a specific post on B's website (Blogger).

A opens B's message and looks for the quoted URL around the comment box. The estimate looks like this:

Copy the referral URL and enter it into the WordPress visual editor.

A publishes the article, triggers a pingback and displays it in B's post. It looks like this:


The physical appearance of the reference is slightly different as it contains snippets of content. We recommend that you use a read-only URL instead of your browser's address bar URL (address bar). The rest, pingbacks and referrals are almost the same.


WordPress Pingback Configuration

No special skills are required to use pingback. Trust me, you can definitely do it soon. As mentioned earlier, the pingback will be active as long as the blog linked to your blog allows this feature to work. To control this function freely, you have to set some parameters first.


Enable or disable pingback

Go to Settings > Chats and add or remove a check mark in the enable box.

WordPress will send a one-time request asking if you want to receive pingbacks sent by other bloggers. To respond to this consent request, go to Chat Settings and find Moderation > Moderation Queue. After receiving the pingback, blogger will send this feature the next day and will not ask for approval. The pingback becomes active and is displayed automatically.


Disable automatic pingback

By enabling this feature, oddly enough, you will receive a request for approval, even if the link is the post itself. This condition is called automatic ping. If you write content that links to previous posts very carefully and frequently, the approval requests from Pingback can be a bit annoying. Luckily, you can disable automatic pingbacks.

Use the post slug to change or replace the full URL. Suppose you want to link to your post entitled WordPress.

What is WordPress?

In this way, the approval request for every post on your blog will be invalid. Sometimes the visual editor will automatically rewrite the full URL, but at least you can fix this by replacing it with a slug.

Apart from replacing full URLs with slugs, you can also use plugins like NoSelfPing and Disabler. If you know PHP, copy the following code into your functions.php file. Pijat panggilan Jakarta Selatan


{code type=php}//Remove the ping function for yourself no_self_ping( &$links) {$home = get_option('home' ); foreach ($links as $l => $link) if (0 === strpos ($link, $home)) unset($links[$l]);} add_action('pre_ping','no_self_ping');{ /code}


So do you need this feature?

Pingbacks can be a very powerful tool for developing a website. When pingbacks are enabled, when someone who reads the posts linked to your blog clicks on the pingback, your website traffic will increase. Comments that appear automatically also increase your participation in the blogging environment.

However, pingbacks can leave websites and blogs vulnerable to spam and other malicious attacks. Here you have two options. Jasa Pijat Panggilan Bintaro That is, disable the pingback feature to prevent your website from being exposed to various online attacks, or install a security plugin like Cloudflare to disable XML-RPC.

Always give top priority to website security, regardless of whether pingback is enabled or not.