-
Recent Posts
- Thinking About Switching From WordPress? What Should You Consider Before You Move?
- The Airtable Acquisition Raises a Bigger Question: Do You Really Own the Software Your Business Runs On?
- How to Use Google Search Console’s New Generative AI Data to Improve Your SEO
- How to Update the Same Website Content on Multiple Pages at Once
- Discovered vs. Crawled Not Indexed in Google Search Console: What’s the Difference and How to Fix Each
- The Small Business Guide to Auditing Google Ads and Website Costs
- Do Professional Writers Still Need SEO in the Age of AI?
- Search Engine First vs. People First Content: Why Generic FAQ Dumps Harm Your SEO
- Looking for a Website Builder Without AI? Which One Should You Choose?
- Keyword Cannibalization: How to Find and Fix the Pages Stealing Your Own Google Traffic
- Why Great Content Gets Stuck on Page 8 (And How to Fix It)
- Why MySQL FULLTEXT Search Returns 0 Results (And How to Fix It)
- The Reality of Domain Speculation on New TLD Launches: Is It Still Worth It?
- The Hidden Domain Name Lock-In: Which Registrars Restrict Nameservers?
- Paying $10,000 a Month for SEO? Here’s How to Tell If You’re Getting Your Money’s Worth
- Introducing New WordPress Magazine Layouts in UltimateWB 9 (With Early Access)
- How to Fix the WordPress “Critical Error” on the Widgets Page After a PHP Upgrade
- The Hidden Risk of SaaS Website Builders: Lessons from the Recent Wix Outage
Categories
Category Archives: WordPress Customization
Introducing New WordPress Magazine Layouts in UltimateWB 9 (With Early Access)
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 algorithm, articles app, bloat, css, engaging content, featured post, integrated blog, latest posts, magazine homepage, magazine layout, most viewed, popular, popular content, scrapbooks app, third-party plugins, uwb magazine hero layout, uwb magazine layout, WordPress, WordPress page builders, wordpress reading settings
Leave a comment
How to Safely Merge Categories in WordPress Using PHP (Free Script)
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 readingHow to Bulk Add WordPress Posts to a Category Using PHP (No Plugin Required)
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 readingHow to Automatically Share Your WordPress Blog Posts 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 auto post to Instagram, automatic blog sharing, custom wordpress plugin, daily Instagram posts, engagement, font, generate Instagram image, Instagram automation, plugin code, reach, social media integration, ttf, WordPress, WordPress Instagram plugin, wordpress plugin, WordPress plugin development, WordPress tips, WordPress tutorial
Leave a comment
Do WordPress plugins sometimes leave stuff on your website after uninstalling the plugin?
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
How to remove WordPress blog dates, authors in all or certain categories
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
