Wednesday, August 30, 2023

WordPress is now selling 100-year domains

WordPress, a company that has been around for 20 years, is now selling domains with a 100-year registration length. That means your blog or website will probably live longer than you.

The company announced in a blog post that this 100-year plan is ideal for families to preserve their history on the internet and for founders to document their company’s journey.

Source: https://techcrunch.com/2023/08/28/wordpress-is-now-selling-100-year-domains/

Monday, August 28, 2023

WordPress File Upload 2023

You or other users can upload files to your site from any page, post or sidebar easily and securely.

Simply put the shortcode [wordpress_file_upload] to the contents of any WordPress page.

Add custom fields to submit additional data together with the uploaded file.

It uses the latest HTML5 technology, however it will also work with old browsers and mobile phones.

It provides a nice upload form using Material UI React components.


Wednesday, August 23, 2023

Wordpress Yoast SEO

Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO plugin. YOAST SEO: THE #1 WORDPRESS SEO PLUGIN Supercharge your website’s visibility and attract organic traffic with Yoast SEO, the WordPress SEO plugin trusted by millions worldwide. SEO is the most consistent and cost-effective website traffic source, but getting that traffic is hard work. Mastering SEO can be complex, from algorithm shifts to the constant need for fresh, optimized content. But that’s where Yoast comes in!



Monday, August 21, 2023

MC4WP: Mailchimp for WordPress

Allowing your visitors to subscribe to your newsletter should be easy. With this plugin, it finally is.

This plugins helps you grow your email list in Mailchimp. You can use it to create good looking and accessible sign-up forms or integrate with any other existing form on your WordPress site, like your contact, comment or checkout form.

Seamless integration with the following plugins:

  • Default WordPress Comment Form
  • Default WordPress Registration Form
  • Contact Form 7


Wednesday, August 16, 2023

How to speed up your WordPress website - WP Super Cache

 WP Super Cache generates static html files from your dynamic WordPress blog. After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts.

99% of your visitors will be served static html files. One cached file can be served thousands of times. Other visitors will be served custom cached files tailored to their visit. If they are logged in, or have left comments those details will be displayed and cached for them.

The plugin serves cached files in 3 ways (ranked by speed):

Expert. The fastest method is by using Apache mod_rewrite (or whatever similar module your web server supports) to serve “supercached” static html files. This completely bypasses PHP and is extremely quick. If your server is hit by a deluge of traffic it is more likely to cope as the requests are “lighter”. This does require the Apache mod_rewrite module (which is probably installed if you have custom permalinks) and a modification of your .htaccess file which is risky and may take down your site if modified incorrectly.

Simple. Supercached static files can be served by PHP and this is the recommended way of using the plugin. The plugin will serve a “supercached” file if it exists and it’s almost as fast as the mod_rewrite method. It’s easier to configure as the .htaccess file doesn’t need to be changed. You still need a custom permalink. You can keep portions of your page dynamic in this caching mode.

WP-Cache caching. This is mainly used to cache pages for known users, URLs with parameters and feeds. Known users are logged in users, visitors who leave comments or those who should be shown custom per-user data. It’s the most flexible caching method and slightly slower. WP-Cache caching will also cache visits by unknown users if supercaching is disabled. You can have dynamic parts to your page in this mode too. This mode is always enabled but you can disable caching for known users, URLs with parameters, or feeds separately. Set the constant “DISABLE_SUPERCACHE” to 1 in your wp-config.php if you want to only use WP-Cache caching. 


Tuesday, August 15, 2023

Install WordPress with Ubuntu and LAMP Stack

 1. Install PHP and Apache by command:

sudo apt update

sudo apt install apache2 ghostscript libapache2-mod-php mysql-server php php-bcmath php-curl php-imagick php-intl php-json php-mbstring php-mysql php-xml php-zip

2. Install WordPress

Create the installation directory and download the file from WordPress.org:

sudo mkdir www

sudo chown www-data: www

curl https://wordpress.org/latest.tar.gz | sudo -u www-data tar zx -C www

Friday, August 11, 2023

wordpress plugin - Contact Form 7

Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.

With the default configuration, this plugin, in itself, does not:

  1. track users by stealth;
  2. write any user personal data to the database;
  3. send any data to external servers;
  4. use cookies.


Thursday, August 10, 2023

IMPROVE WORDPRESS SECURITY WITH REALLY SIMPLE SSL

Really Simple SSL will automatically configure your website to use SSL to its fullest potential. Use extra security features to protect your website, and use our server health check to keep up-to-date.

FEATURES

  • Easy SSL Migration: Takes your website to HTTPS in just one-click.
  • Let’s Encrypt: Install an SSL Certificate if your hosting provider supports manual installation.
  • Server Health Check: Your server configuration is every bit as important for your website security.
  • WordPress Hardening: Tweak your configuration and keep WordPress fortified and safe by tackling its weaknesses.
  • Vulnerability Detection: Get notified when plugins, themes or core contain vulnerabilities and need appropriate action.

Introducing Jetpack AI Assistant in WordPress.com

 Imagine being able to quickly generate all types of content—headlines, entire posts, even translations—with the click of a button. Imagine significantly reducing your effort and time spent staring at a blank screen. 

Say hello to Jetpack AI Assistant. 

Jetpack AI Assistant is seamlessly integrated as a block within the WordPress.com editor. (If your WordPress site is hosted elsewhere, the AI Assistant is also available through the Jetpack plugin.) This powerful new tool is still in the experimental phase, but here’s just a sampling of what it can already help you do. 

5 ways you can make writing a breeze with Jetpack AI Assistant 

Create customized content

Jetpack AI Assistant utilizes a conversational system so that you can “chat” with it in natural language. Enter a prompt, such as “Write a list of Tokyo’s must-visit destinations,” and watch as the Assistant crafts an engaging piece of content. Compelling blog posts, detailed pages, structured lists, and comprehensive tables can be created in seconds.

Perfect your spelling and grammar on the fly

Ensure your content always reflects professional standards with Jetpack AI Assistant’s spelling and grammar correction features.

Adjust your tone to match your audience 

Whether you’re aiming for formal or conversational, Jetpack AI Assistant can adjust the tone of your content to your goals and audience makeup. 

Find that perfect creative title

Struggling to find a good title that will really capture your audience’s attention? It can be the hardest part of writing a post! Jetpack AI Assistant has you covered by reading the text and then creating suitable and compelling headlines.

Translate your writing with a single click

The Jetpack AI Assistant can translate your text into numerous languages, allowing you to effortlessly reach across locales and cultures. 

And that’s just the start of what Jetpack AI Assistant can do.


Tuesday, August 8, 2023

Setting up Free Shipping in WooCommerce

Free Shipping

Free shipping is a great way to encourage customers to spend more. For example, offer free shipping on orders over $100.

Setup and Configuration

To offer the free shipping method it must be added to a Shipping Zone and you can add it to as many Shipping Zones as you like. Here’s how:

1/ Go to: WooCommerce > Settings > Shipping.

2/ Select a Shipping Zone, Click Edit

3/ Click Add Shipping Method and a modal will display. Select Free Shipping from the dropdown and Add shipping method.

4/ Select Free Shipping in the row you wish to define and select Edit.

5/ This takes you to a different screen to configure the free shipping method for that specific shipping zone.

N/A – Not available, Free Shipping is an option for all customers

A valid free shipping coupon – A coupon created that enables free shipping

A minimum order amount – Free shipping is only available if a minimum amount is spent. Set this amount in the Minimum Order Amount field which will appear if you choose this option.

A minimum order amount OR a coupon – Free shipping is available if a minimum amount is spent or the customer has a coupon that offers free shipping (see below: Create Free Shipping Coupons).

A minimum order amount AND a coupon – Free shipping is offered only if a minimum amount is spent and the customer has a coupon that offers free shipping.

Friday, August 4, 2023

WordPress Blog Tool Publishing Platform CMS

 WordPress started in 2003 when Mike Little and Matt Mullenweg created a fork of b2/cafelog. The need for an elegant, well-architected personal publishing system was clear even then. Today, WordPress is built on PHP and MySQL, and licensed under the GPLv2. It is also the platform of choice for over 43% of all sites across the web.

The WordPress open source project has evolved in progressive ways over time—supported by skilled, enthusiastic developers, designers, scientists, bloggers, and more. WordPress provides the opportunity for anyone to create and share, from handcrafted personal anecdotes to world-changing movements.


Thursday, August 3, 2023

WordPress․com offering free transfers from Google Domains

 It emerged back in June that Google Domains was shutting down and that customers would be migrated to Squarespace. WordPress.com now wants to attract customers of Google Domains with free transfers.

WordPress.com will pay the transfer fee for the first million domains that move away from the Google service. It has been a domain name provider for over a decade and notes how “you don’t even need a site or hosting plan to manage your domains with us.” This offer started yesterday and comes as there are about 10 million domains hosted on Google Domains.


Tuesday, August 1, 2023

Set Up and Use reCAPTCHA in WPForms

Adding reCAPTCHA allows you to use human verification technology in your forms, which can decrease the number of spam submissions you receive.

Generating reCAPTCHA Keys in Google

To get started, you’ll need to log into your WordPress site and go to WPForms » Settings. Then, click on the CAPTCHA tab. To configure Google reCAPTCHA, select the reCAPTCHA option. Next, you’ll need to set up reCAPTCHA in your Google account to generate the required keys. To start this setup process, you’ll need to open Google’s reCAPTCHA admin console.

Adding reCAPTCHA to a Form. Now that you’ve set up your reCAPTCHA keys, you’ll be able to add reCAPTCHA to any of your WPForms.  To do this, go ahead and create a new form or edit an existing form. After you’ve opened the form builder, look under the Standard Fields section and click on the reCAPTCHA field. 

Alternatively, you can always enable reCAPTCHA by going to Settings » Spam Protection and Security in the form builder.