customizing a theme [closed]

This is a very very broad question, probably isn’t the place for it tbh. But anyway, there are many many themes in existence already, you can modify them, generally by adding a child theme and making your modifications there, it is bad practice to update a theme directly. If you wish to extend the functionality … Read more

Static posts page is not working

When you use “static front page” are you selecting the actual page you want displayed on the home page? It sounds like you want the “Splash” page as the home page. You should create the Splash page in the Page Edit Screen, select a custom page template if that is what you’re wanting to use … Read more

Adding function to function.php error 505 [closed]

Editing your functions.php file is high risk, specially if it is a theme you acquired through purchasing or downloaded. There a several risks in doing that, firstly, just one simple syntax error, and site crash, like you explained. Secondly, if you upgrade the theme, all your changes will be lost. You won’t have that problem … Read more

Obtaining the original unchanged Theme [closed]

WordPress doesn’t store a copy of themes. I see several options: Find out why the creator of the theme doesn’t have a copy of the theme at version 2.9. It is really weird that any serious developer wouldn’t keep a copy of old versions. Check your own backups. Ask your hosting provider if he has … Read more

Two sites one PC

I think you are doing everything wrong. You should just use 1 WP installation and ENABLE MULTI-SITE feature, and then you can open as many separate WP sites as you want! NO NEED TO INSTALL separate WORDPRESS installations.