Share this Article !

What’s new in WordPress 6.3

What’s new in WordPress 6.3

WordPress 6.3 beta be released yesterday, on August 8th, 2023.
In this content, we are going to look into what features are coming in WordPress 6.3 with details.
This momentous release opens new possibilities for the creative expression of designers, creators, and builders. Powerful tools and refined controls give users confidence and allow them to easily manage their sites.

Here is a feature update on WordPress 6.3:

  1. Site Editor
    WordPress 6.3 brings your content, templates, and patterns together in the Site Editor for the first time. Add pages, browse style variations, create synced patterns, and enjoy fine-tuned control over navigation menus. 
  2. Preview Block Theme
    Experience block themes before you switch and preview the Site Editor, with options to customize directly before committing to a new theme.
  3. Create and Sync Patterns
    Arrange blocks and save them to the ‘My Patterns’ section for use throughout your site.
  4. Work fast with command Palette
    Switch to a specific template or open your editor preferences with a new tool that helps you quickly access expanded functionality. 
  5. Shapen Your Design tools
    New design controls bring more versatility for fine-tuning, starting with the ability to customize your captions from the Styles interface without coding. 
  6. Track Design change with style revisions
    Visualize these revisions in a timeline and access a one-click option to restore prior styles.
  7. Annotate with footnote Blocks
    you can add and link footnotes for any paragraph.
  8. show or hide content with detail block
    hide a long paragraph under a heading.
  9. Performance gets a boost
    WordPress 6.3 has 170+ performance updates, including defer and async support for the Scripts API and fetchpriority support for images. 
  10. Accessibility remains a core focus
    Incorporating more than 50 accessibility improvements across the platform,Improved labeling, optimized tab and arrow-key navigation, revised heading hierarchy, and new controls in the admin image editor allow those using assistive technologies to navigate more easily.
  11. Set aspect ratio on images
    Specify your aspect ratios and ensure design integrity
  12. Build your site distraction-free
    Distraction-free designing is now available in the Site Editor.
  13. Rediscover the Top Toolbar
    A revamped Top Toolbar offers parent selectors for nested blocks, options when selecting multiple blocks, and an interface embedded into the title bar with new functionality in mind.
  14. List View improvements
    Drag and drop to every content layer and delete any block you would like in the updated List View.
  15. Build templates with Patterns
    Create unique patterns to jumpstart template creation with a new modal enabling access to pattern selection.

Share this Article !


You may like this
Top 10 most popular programming language in 2025

Top 10 most popular programming language in 2025

Nowadays, we know and see coding skills hold immense value in technology beyond 1990 till 2025, with effects on career advancement being profound. Extremely popular languages such as Python, JavaScript, and Java...
how to improve seo and increase audience for your website

how to improve seo and increase audience for your website

To increase your audience and boost your SEO (Search Engine Optimization), you’ll need to implement a mix of technical strategies, content creation, and marketing campaigns. This is a step-by-step guide to help...
Moodle – how get total course completed and login chart in current year into dashboard page

Moodle – how get total course completed and login chart in current year into dashboard page

To add the total course completed and login chart in the current year to the dashboard, you need to get a query from course complete and login from the database. We created...
(100% worked) How to fix PHP is not recognized as an internal or external command for Xampp Or Wamp

(100% worked) How to fix PHP is not recognized as an internal or external command for Xampp Or Wamp

5 steps for fixing PHP is not recognized as an internal or external command for Xampp rr Wamp. You can follow the tips below. Go to My Computer->properties -> Advanced system setting->...
How to loop post under category in wordpress

How to loop post under category in wordpress

To loop posts under categories, you should know something. get_categories($args): Arguments to retrieve categories and we want to return array List of category objects that   ‘parent’ => 0 .  $categories =...
boostrap columns left in desktop and right in mobile

boostrap columns left in desktop and right in mobile

When you want to change columns left on desktop and right on mobile, we always think about the responsive screen.This tip will help you. following the below code : <div class="container">  ...