WordPress

Migrating WordPress Content to MongoDB

WordPress uses MySQL as a primary database to store its content that includes posts, categories, tags, users, media and other meta details. WordPress also has a pretty awesome import/export feature that generates a generic XML file containing the content information. This article is a part of Codeforgeek redesign series. When we chose to decouple WordPress […]

Migrating WordPress Content to MongoDB Read More »

How to Change WordPress Permalink Without Breaking the SEO

Learn how to change the WordPress permalink in an established website without breaking your search engine ranking and structure. We will also learn the options to perform the 301 redirections either using plugin or Nginx. Case Study We at Codeforgeek use this permalink structure before. domain.com/year/month/post-name/ As you can see we included the year and

How to Change WordPress Permalink Without Breaking the SEO Read More »