Articles by "WordPress"
Showing posts with label WordPress. Show all posts
By default, your WordPress website sends e-mails like  wordpress@your-domain.com and  WordPress as the default sender (From :) name. That is not always desirable. For example, your mail may be blocked and classified as spam. Do you notice that your mail does not arrive regularly and do you have complaints about this? The instructions below can help you to ensure that your mail is not so quickly blocked by spam checks.

Change standard WordPress e-mail address

The standard WordPress e-mail address can be changed with a small piece of code. You add these to your functions.php  of your theme.



// Verander standaard e-mail afzender naam (From name)
add_filter( 'wp_mail_from_name', 'jouw_prefix_wp_mail_from_name' );
function jouw_prefix_wp_mail_from_name( $original_email_from ) {
return 'Jouw naam';
}


Change default WordPress e-mail sender name
You can also change the default sender name (From name) with a simple filter. You also add these to your functions.php of your theme.


// Verander standaard e-mail afzender naam (From name)
add_filter( 'wp_mail_from_name', 'jouw_prefix_wp_mail_from_name' );
function jouw_prefix_wp_mail_from_name( $original_email_from ) {
return 'Jouw Naam';
}
Bonus: Send e-mail by default as HTML in WordPress
By default, all e-mail in WordPress is sent as plain text. The standard e-mail content type is text/plainIf you want to send your e-mails as HTML, you can adjust the content type for all e-mails. You also do that with a simple filter that you add to your functions.php themes.

// Verander e-mail content type
add_filter( 'wp_mail_content_type', 'jouw_prefix_set_content_type' );
function jouw_prefix_set_content_type( $content_type ) {
return 'text/html';

}

With the above filters, you can ensure that your mail is sent better and nicer. This can be useful, for example, if your website is running on a subdomain. An e-mail that is sent from an e-mail address  wordpress@subdomain.yourdomain.com is quickly marked as SPAM and of course, you do not want that.
Do you want to know how "spammy" are your emails? Then use  mail-tester.com.
How do you use the above filters? Let us know in the comments.
Every website is sometimes hacked onceSo also possible yours. There are, of course, several measures that you can use to make it as difficult as possible for your unwanted intruders or hackers to enter your website. Below you will find a number of practical tips for a safer WordPress website, which you can apply yourself.

1. Always fully up-to-date

A secure website is a website that is completely up-to-date. So the latest version of WordPress, your plugins, and the theme. This reduces the chance of a leak that an intruder can enter your website. So make sure you are fully up-to-date at all times. This also ensures that your website continues to function as quickly and properly as possible.

2. Never use admin as username

Never use "admin" as the username. That way you make the intruders very easy. Now they only have to find your password. So set a good and clear username.

3. Set a "strong" password

Set a password that is not obvious or easy to guess. So for example, not the word "password", your date of birth or the names of your children. Use capital letters, small treats, numbers and punctuation marks. WordPress itself indicates how strong your specified password isSo use this function and make sure you create a strong password. That way you make the intruders a lot harder.

4. Limit the number of log-in attempts

If you want to keep people who do not belong on your website at home, limit the number of login attempts. Set this too, for example, three sign-in attempts per dayThis way you prevent someone from trying to enter your website by means of brute force.

5. Do not give unnecessary access to your website

Do not give people unnecessary access to your website. If you give someone access once, for example, a guest blogger, do not give more rights than necessaryDo they no longer need access? Then delete these unnecessary accounts. If they still need access once again, you can easily create an account again.

6. Change the URL of your wp-admin

If hackers do not even know via which URL they have to log in, you make it pretty difficult. By using a security that supports this you can easily adjust the login URL yourself.

7. Use only reliable plugins

There are thousands of different plugins available for WordPressEverywhere is a plugin for. When you install a plugin on your website, make sure that the author is reliable. What should you pay attention to?
  • See how often the plugin has already been downloaded.
  • Search for reviews from the users.
  • When was the plugin last updated?
  • See how often the plugin is updated by the author.
Based on this you can assess whether the plugin is reliable to use on your website.

8. Back up regularly

Make sure you regularly back up your website. If there is something going wrong, The danger is in a small corner, then you are glad that you can put a back-up of your website back.

9. Set an SSL certificate

This is of course no longer new information, but there are still many websites that do not yet have an SSL certificate. What an SSL certificate does is protect the data of your visitors as soon as they enter these on your website. For example, filling out a contact form. In addition, your website runs on HTTPS instead of HTTP. It does not remain unnoticed by Google. It prefers websites with an SSL certificate and places them higher in the search resultsIf you do not yet have an SSL certificate, you can request it from your hosting provider.

10. Use safety plugs

Do you want to protect your website optimally, then there are a number of plugins that you can use. Below are our three favorite plugins for a safer WordPress website.

iThemes security

iThemes security is a plugin that protects the website at more than 30 pointsIn particular, keeping out unwanted intruders. In addition, the plugin also checks the activity of the visitors on the website.

All in one WP Security

Besides that All in one WP Security detects malicious code on your website, the plugin also shows a safety score on your dashboardThis score shows how safe your website is. In addition, the plugin gives you various options to increase this score, which means a safer website.

WordFence

With a high rating score and more than 22 million downloadsWordFence is one of the most popular security plug-ins for WordPress. The plugin is suitable for both professionals and beginners. When you use WordFence, it performs a scan on your website to check whether it has been infected.
Recently, one of our readers asked that if we can hide one of our WordPress site posts or pages from Google, which means hide from Google?
In other words, can we do something that does not index our page? Many times you have to hide the page from Google to keep your privacy safe or to keep the unwanted users out.
In this article, we will learn how you can hide a page from Google without affecting the entire SEO of your existing WordPress site.


Hide a Post or Page from Your WordPress Word from Google:

Google allows us to exclude whatever part of our content we want. You can do this easily by using your website's robots.txt file or by using HTML Meta tags.
I will tell you today in this post that you can do this by using two methods in WordPress. You can choose from these which prove to be good for you.
We will also tell you how to make your blog posts and pages password protected in WordPress.If you do not want to use the first two methods, by doing so, you can control the visibility of posts and pages for your users.

Method 1: Use Yoast SEO to hide any WordPress page from Search Engines

    The next thing you need to do is edit the post that you want to hide from Search Engines. Scroll down to the bottom of the post editor Yoast SEO Meta Box and then click on the Advanced Settings button.
    Advanced settings option allows you to embed meta tags robots on your blog posts or pages.By using Meta robots tags, you can tell the search engine that neither index nor follow this post or page.
    You can then save or publish your blog post or page.
    Yoast SEO plugin will add this line to your blog post or page.
    <meta name = "robots" content = "noindex, nofollow" />
    This line search engine simply states that neither follow nor index this page.

    Method 2: How to hide your Blog Post or Page from Search Engines by using Robots.txt.

    In this method, you have to edit the robots.txt file of your blog or website. If you give inaccurate information in this file then this can have a negative impact on the overall SEO of your site. For this reason, this method is not recommended for beginners.
    This robots.txt file is a configuration file that you can add to your WordPress site's root directory. This is to provide instructions to search engine bots, hence the name is a robots.txt file.
    You can edit your robots.txt file by connecting your website to an FTP client or even going directly to your web hosting 's cPanel.
    You need to add the lines given below in your robots.txt file.

    User-agent: *
    Disallow: / your page /

    User-agent line allows you to target specific bots. We use the asterisk sign to include all search engines.
    The next line is the URL of the part of your website that comes after your domain.
    So let's assume that you have to hide from the blog post search engines below.
    http://www.wikibeginner.in/2017/12/my-blog-post.html
    Here's how to add a URL to a robots.txt file to hide this post.

    User-agent: *
    Disallow: /2017/12/my-blog-post.htm

    Do not forget to save your changes and upload your robots.txt file again on your server.
    Disadvantages of using a robots.txt file to hide your content:
    The first thing you need to keep in mind is that the robots.txt file is publically accessible.Anyone can open it directly to know which pages you are trying to hide.
    Although many search engines follow the instructions of robots.txt file, many search engines simply ignore them. These are the bots that spread spamming on the web.

    Method 3. How to make your WordPress posts or pages password protected?

    This method is a different way. Instead of asking a search engine that posting is not an index, it only shows your post on those logs that have a password address.
    WordPress comes with the built-in feature of protecting your blog posts and pages. Simply edit your post or page that you want to protect.
    Click on the "Edit" link next to the Publish Meta Box, under the Visibility Option.
    This will show you the available visibility options on your WordPress blog. You can keep any post/page public, keep it private or you can password protect it.
    Private posts are only available to log in users, who have the editor's role on your WordPress site.
    Password protected posts Anyone who has a password will be able to see. You simply click on the password protected option and then enter a strong password.

    Now you can publish or save your post/page.
    Any visitor who now accesses this page/post on your website will have to fill in the password first and then it will be able to see the contents of your post / page.

    Tell me if you have any questions related to this post in your mind?
    In order to show your happiness and eagerness towards our post, please share this post on Social Networks such as Facebook, Google+ and Twitter.
    To get more such informational posts and to receive Notifications about new blog posts, please subscribe us.
    Please comment below to ask any questions related to this blog post.
    Hello, As we know, social media can help us a lot if we want to expose more traffic to our blog posts as well as on our blog posts. This is only possible if we can do social media marketing well.
    Let's talk about it now just deep level Social media marketing.
    If we want to get traffic from social media, then our first step should be to put social media sharing icons on our blog, which can help people to share our blog posts on social media in just a few seconds.
    If you are a blogger or webmaster who is using a WordPress blogging platform then it would be very easy to add social sharing icons to any of your blog posts because many plugins for WordPress for social media icons are available in WordPress's official plugin directory. are available.
    Today we will learn about some of the best plugins in this blog post that you will be able to display and activate in your WordPress blog, display social media sharing icons at the end of your blog posts or many more.
    So you can easily increase your readers' social media engagement in this way and will also increase the traffic to your blog directly.

    Top 5 WordPress Social Media Sharing Plugins

    So we have chosen Top 5 plugins for you, which are very popular in the sentence, popular and easy to embed.
    If you are in a hurry and you need some plug-in immediately, then simply click on any of these five plugins and install it, because the five pancakes are very good.
    1. SumoMe
    This is a great plugin. It is very easy to use and add to your blog. All you have to do is create an account and then log in to it.
    You have to add your blog to it again. Now you can add SumoMe's code to multiple ways on your blog and that too just in a click. For example, install WordPress click on the WordPress icon, it is shown in the screenshot below.
    SumoMe is so special because you can extend its features as much as you want by adding multiple add-ons to its plugins store. It is also shown in the screenshot below.

    This plugin is a great solution to add floating social media buttons containing counters.
    By using this plugin, you can add social media buttons to both your desktop and mobile site.
    This plugin supports all popular social media buttons with counters, and you can enable and disable any of these placements.
    This plugin also provides the WhatsApp sharing button for mobile which makes mobile sharing engagement even more intense. This plugin has been made available only by the team of ShoutMeLoud.
    If you are looking for a paid social media sharing plugin for your WordPress blog, then Monarch is the best one. These plugins are by Elegant Themes and they have done a great job on this.
    This plugin does not just allow you to add social media sharing buttons to different places on your blog, but those buttons that you create are meant to increase your social media enunciation.
    What I like most about this plugin is that we can add social media buttons to our mobile site as well. For this reason, this is a very recommended plugin for you.
    This is also a premium plugin that sells only $ 14 on Codecanyon.
    This plugin is a modern plugin. If we look at its features carefully, they look amazing.
    This is a lightweight plugin because it uses light javascript and CSS for social media buttons.This plugin adds responsive social media sharing buttons, which today is a must-have feature in any plugin.
    It also helps you to display your social media profiles on your blog via a widget.
    We have already known a lot about this plugin. This is a multiplier offering plugin which offers social media sharing buttons an option to add to your blog.
    If you are already using the JetPack plugin, then you just have to share it with the sharing module. By adding bus sharing module, sharing icons will start displaying under your every blog post.
      If you have any questions, please share with us the comments. Thank you for reading this blog post.
      Hope you find this information beneficial. If so, please share it and do not forget to subscribe to us.