deckster0
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Call functionHere’s the code, which can basically explain everything.
I am using a plug-in named Theme switcher.
It basically let’s visitors switch themes.http://wordpress.org/extend/plugins/theme-switcher/
Using: <?php wp_theme_switcher(); ?>
Will generate a list of link which will change theme on click.
I just took the code and added it directly to the header (With some styling):<div class="templink"> <a href="http://www.animebullet.com?wptheme=Animebullet Dark"> <input type="submit" name="Whitetemp" value="Dark Theme" id="whitetemp" /> </a> </div>The problem is, when I want to change theme, it just won’t work because of the cache. So I want to create a “button” which will clear the cache and at the same time change theme.
Forum: Fixing WordPress
In reply to: Accidentally deleted wp installation!:((((What did you exactly delete? It might not be the case.
Forum: Fixing WordPress
In reply to: Blank screen when I Save Post?Try re-installing wordpress. By downloading the newest version.
The files that you installed might be corrupted or something.Note: Back up your theme fils, important stuff etc.
Forum: Fixing WordPress
In reply to: Blank screen when I Save Post?My guess: slow connection.
Forum: Installing WordPress
In reply to: I cannot install themes without getting this errorProbably a error code in theme. Something is not right with the code in the theme, so basically you will have to check through the code in the theme.php file as stated or just choose another theme.