Free software you can use to create a beautiful website, blog or app!

WordPress

WordPress

  -  24.9 MB  -  Open Source
  • Latest Version

    WordPress 6.6.1 LATEST

  • Review by

    Juan Garcia

  • Operating System

    Windows 7 / Windows 8 / Windows 10 / Windows 11

  • User Rating

    Click to vote
  • Author / Product

    Automattic / External Link

  • Filename

    wordpress-6.6.1.zip

WordPress is an advanced open-source content management system, content management framework, and blogging software that allows millions of users from all around the world to create, organize and manage their websites which can come in the forms of blogs, webshops, mailing lists, forums, membership websites, media galleries, and others.

Famous for its advanced online dashboard framework (compatible with countless plugins, template systems, and other expansions), accessible from inside any modern browser, developers from WordPress Foundation have also created a standalone application that can allow users of Windows desktop and laptop PCs to easily manage all aspects of their WP projects.

The application for the PC serves the role of the powerful control panel that provides instant access to the full toolset and services found in the browser dashboard. Built for speed and intuitive access to your content, this standalone app can help you focus on design and content management without the possibility that other browser tabs will distract you elsewhere.

Any user of the online Word Press dashboard will feel at home when using this standalone PC app, which re-uses all the UI and visual design choices of the online version, but is now powered by the enhanced speed that is powered by local caching of all service elements.
  • Customizable Designs
  • SEO Friendly
  • Responsive Mobile Sites
  • High Performance
  • Manage on the Go
  • High Security
  • Powerful Media Management
  • Easy and Accessible
To enhance your speed and effectiveness in managing all aspects of your websites, this app creates a local copy of your entire website, thus greatly increasing the speed of webpage rendering which promotes experimentation and allows managers and content creators to instantly see their additions visible in their final form before pushing it to live public servers. As expected, the app supports all popular services for collaboration, including multi-user login and multi-blogging.

Since websites that are managed by WordPress Offline are viewed on a large array of internet-connected devices, the app can easily morph into any size you want, automatically scaling content for the display type of your choice – from large desktop areas to small mobile displays.

Extend WP with over 54,000 plugins to help your website meet your needs. Add an online store, galleries, mailing lists, forums, analytics, and much more!

WordPress CMS for PC is 100% FREE and is optimized for all modern versions of Windows OS (Windows 7 and newer). The app is also fully ported to Mac OS X (10.9+) and Linux. To use the app, you will need to create or log in using your free WordPress.com profile.

Also Available: Download WordPress for Mac

  • WordPress 6.6.1 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    WordPress 6.6.1 Screenshot 1
  • WordPress 6.6.1 Screenshot 2
  • WordPress 6.6.1 Screenshot 3

What's new in this version:

The following core tickets from Trac are fixed:
- All links underlined due to CSS specificity bump for top-level element-only selectors
- is_utf8_charset() undefined when called by code in compat.php (causes a fatal error)
- PHP Fatal error: Uncaught Error: Object of class WP_Comment could not be converted to string
- Update the $_old_files array for 6.6 (which caused security plugins to flag the files)
- Toolbar: consider moving user menu to a higher priority (after most plugins)
- Layout: Invalid CSS for nested fullwidth layouts with zeroed-out custom padding
- Classic Editor Category metabox shows all categories, without scrolling

The following block editor issues from GitHub are fixed:
- Elements: Avoid specificity bump for top-level element-only selectors
- Navigation block: Allow themes to override block library text-decoration rule
- Fix invalid css for nested fullwidth layouts with zero padding applied
- Prevent empty void at the bottom of editor when block directory results are present
- Pattern overrides: Ensure “Reset” button always shows as last item and with border
- Global Styles: Disable “Reset styles” button when there are no changes
- Fix: Removed shuffle button when only 1 pattern is present
- fix: wp icon focus issue
- useBlockElement: return null until ref callback has time to clean up the old element