by Workamazingly | May 7, 2017 | WORDPRESS
HOW TO EASILY INCREASE THE MAXIMUM FILE UPLOAD SIZE IN WORDPRESS Depending on the web hosting company you choose and the package you select, each of you will see maximum file upload limit on your Media Uploader page in WordPress. For some it is as low as 8MB which is...
by Workamazingly | May 7, 2017 | WORDPRESS
HOW TO CREATE BACKDOOR ADMIN ACCESS IN WORDPRESS Have you ever wanted to create an easy backdoor way to auto-create an administrator account in WordPress? The below code snippet does just that! Simply place the code in your themes functions.php file and upload to your...
by Workamazingly | May 4, 2017 | WORDPRESS
HOW TO CENTER THE DIVI THEME FOOTER LINKS To center the Divi Theme footer links (a.k.a. the copyright notice), you can use the following CSS: CSS #footer-info { width: 100%; margin:0 auto; text-align: center !important; } @media only screen and (min-width: 980px) {...
by Workamazingly | Oct 23, 2016 | Uncategorized
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!