How to Customize WordPress Block with ADDITIONAL CSS CLASS(ES)

At first make a class

.lineheight_p { line-height: 2.2em;
font-size: 40px; }

Finally paste lineheight_p in ADDITIONAL CSS CLASS(ES)

How to Change Font Size, Color, Background of a specific letter

In WordPress, if you want to change the font size of a specific letter, you would typically use a combination of HTML and CSS.

Here’s a step-by-step process:

Identify the Letter in the Content:

Wrap the specific letter in a span tag.

<span class="special-letter">A</span>pple

This would target the letter “A” in the word “Apple”.

Styling the Letter:

Add custom CSS to style the wrapped letter.
There are several ways to add custom CSS in WordPress, one of the most common methods is via the Customizer.
Go to Appearance > Customize > Additional CSS and add:

.special-letter {
    font-size: 30px;            /* Adjust to your desired size */
    color: red;                /* Adjust to your desired font color */
    font-weight: bold;         /* Makes the letter bold */
    background-color: yellow;  /* Adjust to your desired background color */
    padding: 2px;              /* Optional: add some space around the letter */
}

The padding property is optional, but it can give some space around the letter, making the background color more evident.

TopicsLink
ADDITIONAL CSS CLASS(ES)youtube.com/watch?v=rKiwCj9wMTs
Jetpack Speed, Security, Backup and Restore Management

Jetpack Speed, Security, Backup and Restore Management

Jetpack Search

Enable Jetpack Search On/Of: Jetpack Search is an incredibly powerful and customizable replacement for the search capability built into WordPress that helps your visitors find the right content.

Enable instant search experience (recommended) On/Off: Instant search uses a dynamic overlay for lightning-fast searching, sorting, and filtering without reloading the page.

After purchasing jetpack search below features will be enabled. Help your visitors find exactly what they’re looking for, fast. Welcome to Jetpack Search! We are currently indexing your site. In the meantime, we have configured Jetpack Search on your site — try customizing

Site records: 48 / 5,000

Search requests: 0 / 500

Your search index: 48 records indexed out of the 5,000 allotted for your current plan

Posts: (30)
Pages: (18)

Question and Answer

Customer: I am looking category wise search only. visitor will type search text and select a category from dropdown, then result will sow. one visitor will search from one catagory and other visitor will search from others catagory
Mashiur: They can search for the text and then filter the results by category in the right sidebar. You can enable inline search https://jetpack.com/support/search/inline-search/ and users can select filters.

Customer: If I dont have right sidebar? can I set it in paragraph of below header
Mashiur: I see, do you mean to add Jetpack search widget in content area? If you use one of the latest themes that support Full site editor then you can add search block and it should work as mentioned here https://jetpack.com/support/search/inline-search/#adding-the-search-box-and-editing-controls. Otherwise, the theme should have a widget area in that location where you can insert the Jetpack search widget.

SEO – Search Engine Optimization

Whats are the SEO of business plan?
My name is Tyed Iussaini. If I understand you correctly, you want to know about the SEO tools on the Business Plan for logistics-bd.com site. There are various settings and tools that you can use.(edited) Please refer to this guide that explains all the options for you: https://wordpress.com/support/seo-tools/
I also suggest checking the following guide that explains how to enhance the site’s SEO. wordpress.com/support/seo

Security Optimization

How to Backup Full Website

Jetpack Speed & Security Optimization
Jetpack Speed & Security Optimization

Click on Jetpack Menu from the left side >> Then click Backup sub menu >> You can see here, Jetpack VaultPress Backup to Restore or download a backup of your site from a specific moment in time >> Select Date >> Then click Downloads Backup >> It will Create downloadable backup with below features and message

Message: March 4, 2023 11:08 AM is the selected point to create a downloadable backup. Choose the items you wish to include in the download:

  • WordPress themes
  • WordPress plugins
  • WordPress root (includes wp-config php and any non WordPress files)
  • WP-content directory (excludes themes, plugins, and uploads)
  • Site database (includes pages, and posts)
  • Media uploads (you must also select Site database for restored media uploads to appear)

Now click on Download File button >> Then it will show a progress bar of download >> When complete it will say, Your backup is now available for download. We successfully created a backup of your site from March 4, 2023 11:08 AM.

After that click on Download File (181Mb) button to download >> A progress bar of zip folder will show here finally

How to Restore a Full Website

Click on Jetpack Menu from the left side >> Then click Backup sub menu >> You can see here, Jetpack VaultPress Backup to Restore or download a backup of your site from a specific moment in time >> Select Date >> Then click Restore to this point >> It will create restorable files with below features and message

February 26, 2023 3:08 PM is the selected point for your restore. Choose the items you wish to restore:

  • WordPress themes
  • WordPress plugins
  • WordPress root (includes wp-config php and any non WordPress files)
  • WP-content directory (excludes themes, plugins, and uploads)
  • Site database (includes pages, and posts)
  • Media uploads (you must also select Site database for restored media uploads to appear)

Restoring will override and remove all content after this point.

Now click on Confirm restore button >> Then it will show a progress bar of restore>> Currently restoring your site >> We are restoring your site back to February 26, 2023 3:08 PM . Don’t want to wait? For your convenience, we’ll email you when your site has been fully restored.

When complete it will say , Your site has been successfully restored. All of your selected items are now restored back to February 26, 2023 3:08 PM. Click on View you website button you can see your restored site

Backup & Restore Chat Conversion

Are there no backup in premium plan?

Mashiur: Not automatically, you can always export your content manually through tools\export

In premium plan can I get other plugin develp by automatic / wordpress ? e.g. jetpack boost free, akismet etc and Divi theme?

Mashiur: That’s a good question, however only the default plugins are included. Which does indeed include akismet, jetpack, crowdsignal, WordPress toolkit and page optimize. But as mentioned before, you can’t use third party plugins nor themes (that would include divi). As mentioned, with the premium plan you can’t have third party themes

============

You may use the following promotional code that will offer you a one-time discount of 10% on Yearly and Bi-yearly Plans. Your plan will renew at the full rate. Please enter the following code when you make your purchase:

Coupon code: wpmahappyjh2WE8 – 10% off
Valid for Mar 2023

I need more

I can get you a discount coupon of 20% at this time.

How does that sound to you?

but for march

I dont have credit card now

that will be very fine for me

Sure, I will prepare a special coupon code just for you so can use to make purchase at anytime during March.

It will be a single use code.

Sure

pls

and mention for hadisquran.com

not for babylonlogistics-bd.com

Sure, please wait for a moment while I prepare the coupon for you.

and remove previous coupon and cart informaiton

Thank you for your patience!

here is the coupon you can use to make a purchase with 20% discount:
mashiurrahman20

The coupon is valid through March 2023 and will be available for single use.

Good

what is coupon code

manashiurrahman20?

Yes, that is the coupon code.

wp cli commands for wordpress hosting server management

CommandDescription
wp adminOpen /wp-admin/ in a browser.
wp cacheAdds, removes, fetches, and flushes the WP Object Cache object.
wp capAdds, removes, and lists capabilities of a user role.
wp cliReviews current WP-CLI info, checks for updates, or views defined aliases.
wp commentCreates, updates, deletes, and moderates comments.
wp configGenerates and reads the wp-config.php file.
wp coreDownloads, installs, updates, and manages a WordPress installation.
wp cronTests, runs, and deletes WP-Cron events; manages WP-Cron schedules.
wp dbPerforms basic database operations using credentials stored in wp-config.php.
wp dist-archiveCreate a distribution archive based on a project’s .distignore file.
wp embedInspects oEmbed providers, clears embed cache, and more.
wp evalExecutes arbitrary PHP code.
wp eval-fileLoads and executes a PHP file.
wp exportExports WordPress content to a WXR file.
wp findFind WordPress installations on the filesystem.
wp helpGets help on WP-CLI, or on a specific command.
wp i18nProvides internationalization tools for WordPress projects.
wp importImports content from a given WXR file.
wp languageInstalls, activates, and manages language packs.
wp maintenance-modeActivates, deactivates or checks the status of the maintenance mode of a site.
wp mediaImports files as attachments, regenerates thumbnails, or lists registered image sizes.
wp menuLists, creates, assigns, and deletes the active theme’s navigation menus.
wp networkPerform network-wide operations.
wp optionRetrieves and sets site options, including plugin and WordPress settings.
wp packageLists, installs, and removes WP-CLI packages.
wp pluginManages plugins, including installs, activations, and updates.
wp postManages posts, content, and meta.
wp post-typeRetrieves details on the site’s registered post types.
wp profileQuickly identify what’s slow with WordPress.
wp rewriteLists or flushes the site’s rewrite rules, updates the permalink structure.
wp roleManages user roles, including creating new roles and resetting to defaults.
wp scaffoldGenerates code for post types, taxonomies, plugins, child themes, etc.
wp search-replaceSearches/replaces strings in the database.
wp serverLaunches PHP’s built-in web server for a specific WordPress installation.
wp shellOpens an interactive PHP console for running and testing PHP code.
wp sidebarLists registered sidebars.
wp siteCreates, deletes, empties, moderates, and lists one or more sites on a multisite installation.
wp super-adminLists, adds, or removes super admin users on a multisite installation.
wp taxonomyRetrieves information about registered taxonomies.
wp termManages taxonomy terms and term meta, with create, delete, and list commands.
wp themeManages themes, including installs, activations, and updates.
wp transientAdds, gets, and deletes entries in the WordPress Transient Cache.
wp userManages users, along with their roles, capabilities, and meta.
wp widgetManages widgets, including adding and moving them within sidebars.

Basic SSH Linux Commands for Dedicated Web Host Server

Basic SSH Commands for Dedicated Web Host Server

ls: Show directory contents (list the names of files).
cd: Change Directory.
mkdir: Create a new folder (directory).
touch: Create a new file.
rm: Remove a file.
rm -rf * : Remove all files and directories
cat: Show contents of a file.
pwd: Show current directory (full path to where you are right now).

df -h: to check memory

cp: Copy file/folder.

mv public_html ~/shop.cybersecurity.com/ : To copy public_html, go first on this directory/home/dh_ejyi/earth.com/tms/homedir then run above command . Because public_html is exist in /home/dh_ejyi/earth.com/tms/homedir.

mv public_html* ~/shop.cybersecurity.com/ : To copy all files under public_html, go first on this directory/home/dh_ejyi/earth.com/tms/homedir then run above command . Because files of public_html is exist in /home/dh_ejyi/earth.com/tms/homedir.

To move files:
mv /home/dh_9uevtg/ithelpdesk.babylonit.com/ithelpdesk/* /home/dh_9uevtg/ithelpdesk.babylonit.com/

To copy files
cp -r /home/dh_9uevtg/ithelpdesk.babylonit.com/ithelpdesk/* /home/dh_9uevtg/ithelpdesk.babylonit.com/

To Downlad

mysqldump –opt –user=username -p –host=yourMySQLHostname –no-tablespaces dbname > nameofyourbackup.sql

Just replace the variable
username – database username
yourMySQLHostname – database hostname
dbname – database name
nameofyourbackup.sql – SQL file name you want it to be named as


mv: Move file/folder.

grep: Search for a specific phrase in file/lines.
find: Search files and directories.
vi/nano: Text editors.
history: Show last 50 used commands.
clear: Clear the terminal screen.
tar: Create & Unpack compressed archives.
wget: Download files from the internet.
du: Get file size.

cp -rp Halalbajar090421/halal/* Halalbajar090421/ : Copy all files of Halalbajar090421/halal/ into Halalbajar090421/ same like cp -rp shop.cybersecurity-earth.com/Halalbajar090421/* shop.cybers ecurity-earth.com/

zip -r hadisquran.com.zip hadisquran.com: This command will make zip folder in same directory.
unzip filename.zip: Unzip zip file
tar -xvf file_name.tar: Unzip tar file
tar -C /myfolder -xvf file_name.tar: Xtract to another directory

[vps52657]$ mysql -h mysql.ithelpdesk.babylonit.com -u ithelpdeskbabylo -p ithelpdesk_babylonit_com < babyloni_ithelpdeskp.sql

mysql -h mysql.ithelpdesk.babylonit.com -u ithelpdeskbabylo -p dbname < babyloni_ithelpdeskp.sql

Db Import: mysqldump –opt –user=username -p –host=yourMySQLHostname –no-tablespaces dbname > nameofyourbackup.sql

SubjectLink
UNIX commands — Working with directorieshelp.dreamhost.com/hc/en-us/articles/215465297-UNIX-commands-Working-with-directories
UNIX commands — Working with fileshelp.dreamhost.com/hc/en-us/articles/214750848-UNIX-commands-Working-with-files
WordPress.comwordpress.com/support/sftp/
Import DBhelp.dreamhost.com/hc/en-us/articles/221686207
Blue Hostbluehost.com/help/article/ssh-commands