Wordpress Blog

WordPress category pagination 404 error custom links: /%category%/%postname%/ 

To solve these issues add the below code in your function.php function remove_page_from_query_string($query_string) { if ($query_string[‘name’] == ‘page’ && isset($query_string[‘page’])) { unset($query_string[‘name’]); $query_string[‘paged’] = $query_string[‘page’]; } return $query_string; } add_filter(‘request’, ‘remove_page_from_query_string’);

WordPress category pagination 404 error custom links: /%category%/%postname%/  Read More »

Post-processing of the image failed likely

100% working “resolve Post-processing of the image failed error”

The error “Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels.” Can come due to multiple reason. In This article we will going to see the various options to resolve the problems of uploading images

100% working “resolve Post-processing of the image failed error” Read More »