Category Archives: WordPress Customization

Introducing New WordPress Magazine Layouts in UltimateWB 9 (With Early Access)

UltimateWB integrated WordPress blog option, magazine hero layout template
UWB Magazine Hero Layout

We are excited to announce two brand-new, high-performance modern layouts for our integrated WordPress blog system coming natively to UltimateWB 9: the UWB Magazine Layout and the UWB Magazine Hero Layout!

UltimateWB gives you total freedom in how you publish content. Whether you prefer using our native Articles app, building visual collections with the Scrapbooks app, or leveraging our seamlessly integrated WordPress blog option, you have full control over your site's

... Continue reading
Posted in Announcements, WordPress Customization | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

How to Fix the WordPress “Critical Error” on the Widgets Page After a PHP Upgrade

WordPress blog admin panel, widgets page, default critical error message

Upgrading your server to PHP 8+ is essential for site performance and security, but it can occasionally trigger unexpected backend crashes. A common issue after a PHP upgrade is navigating to Appearance > Widgets (/wp-admin/widgets.php) only to be greeted by the dreaded message:

"There has been a critical error on this website. Please check your site admin email inbox for instructions."

If your post editor works fine but your widget manager suddenly throws a critical error, the culprit is almost

... Continue reading
Posted in WordPress Customization | Tagged , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

How to Safely Merge Categories in WordPress Using PHP (Free Script)

Moving WordPress posts from one category to another, easy and fast, with a free PHP script
Output from the UltimateWB free WordPress PHP script to move posts from one category to another

As a WordPress site grows, category structures can easily become bloated, redundant, or outdated. Reorganizing your taxonomy manually through the WordPress admin dashboard works fine for a handful of posts, but if you need to merge hundreds - or thousands - of articles from one category into another, doing it manually is a slow, tedious chore.

While plugins exist for taxonomy management, adding extra

... Continue reading
Posted in WordPress Customization | Tagged , , , , , , , , , , | Leave a comment

How to Bulk Add WordPress Posts to a Category Using PHP (No Plugin Required)

WordPress dashboard, Post > Categories, with Edit link option to get the category id

Plugins are often unnecessary overhead for simple bulk database tasks. If you need to assign existing WordPress posts to a new category based on an existing tag, installing a bulk-edit plugin is overkill.

You can handle it directly with a short PHP script using WordPress core functions - then delete it once the task is complete.

This keeps your site lightweight and avoids adding permanent dependencies for one-time administrative work. Read on for how to do it quickly and easily

... Continue reading
Posted in WordPress Customization | Tagged , , , , , , , , , , | Leave a comment

How to Automatically Share Your WordPress Blog Posts to Instagram

WordPress, automatically post to Instagram

Sharing your blog posts on Instagram is a great way to increase reach and engagement - but manually posting every article can be time-consuming. With this custom WordPress plugin, you can automatically share posts to Instagram manually with a button, or automatically with daily posts. Plus, it works even if your posts don’t have images!

In this tutorial, we’ll guide you through setting up the plugin, configuring settings, and making sure every post has a valid image.

Step

... Continue reading
Posted in Social Media, WordPress Customization | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Do WordPress plugins sometimes leave stuff on your website after uninstalling the plugin?

WordPress plugins and the leftover data on your server after uninstalling from your website, vs the clean UltimateWB platform

Yes, WordPress plugins can sometimes leave leftover data on your website after uninstalling them. It is another drawback to using WordPress plugins, besides security issues. (And it's not just WordPress, but also other open source platforms like Magento, Drupal, and Joomla.)

Data Uninstalled Plugins may leave behind on your website:

  • Database tables: Some plugins create their own tables in your WordPress database to store settings or data. If the plugin doesn't properly clean up after itself during uninstall, these
... Continue reading
Posted in Ask David!, Website Security, WordPress Customization | Tagged , , , , , , , , , , | Leave a comment

Add SEO Meta Descriptions to Your WordPress Blog with UltimateWB – No Plugins Needed!

seo-meta-description

By default, WordPress doesn’t support meta descriptions - an important factor in SEO and click-through rates on Google. That’s why we’ve built this feature into your UltimateWB-integrated blog - no third-party plugins needed.

Why Meta Descriptions Matter

Meta descriptions provide a concise summary of your content. They’re often displayed in search engine results and can significantly improve your click-through rate.

How Meta Descriptions Work in UltimateWB

There are 2 options:

  • Automatic: Our smart algorithm finds the last period within the
... Continue reading
Posted in Announcements, Search Engine Optimization (SEO), WordPress Customization | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

How to remove WordPress blog dates, authors in all or certain categories

wordpress-themes-menu

We recently released an update to the integrated WordPress blog (New Year and New Ultimate Web Builder Software Upgrade 6.4) to make it easier to to not show blog dates and authors for posts in all or certain categories. No third-party plugin install required!

Step 1) Switch your WordPress theme: Activate the "uwb2" theme.

Login to your WordPress admin panel, and navigate to Appearance > Themes.

The available WordPress themes are displayed. Select the "uwb2" theme. If you

... Continue reading
Posted in WordPress Customization | Tagged , , , , , | Leave a comment