Tieran
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Author Bio] Move Above Facebook Comments PluginI too would like to know how to do this
Forum: Fixing WordPress
In reply to: add_theme_support( 'custom-header' );unfortunately I can’t copy the text directly from the built-in editor, as the dashboard is inaccessible >> each time I try to log into dashboard I get a white page with the following text at the top;
add_theme_support( ‘custom-header’ ); $defaults = array( ‘default-image’ => ”, ‘random-default’ => false, ‘width’ => 0, ‘height’ => 0, ‘flex-height’ => false, ‘flex-width’ => false, ‘default-text-color’ => ”, ‘header-text’ => true, ‘uploads’ => true, ‘wp-head-callback’ => ”, ‘admin-head-callback’ => ”, ‘admin-preview-callback’ => ”, ); add_theme_support( ‘custom-header’, $defaults );
Forum: Fixing WordPress
In reply to: add_theme_support( 'custom-header' );Im using Health Medical theme
The function.php at that location (pastbin link below) does not appear to contain the code that I added
Forum: Fixing WordPress
In reply to: add_theme_support( 'custom-header' );HI Stephen & Hardeep
Thank you for your replies
@ Stephen I can’t seem to find the functions.php file .. after searching for it I found about 10 such files and opened each of them with text editor but none of them seem to be the file that I added code to.
I added the code from the Dashboard Editor .. would I still expect to find the file on my computer if using a localhost ? If so do you have any suggestions as to where I might find the file ?
Thanks in advance
Tieran
Forum: Localhost Installs
In reply to: Finding Dashboard after installing WPHappy to report I worked it out. Thanks for your help everyone :-)))
Forum: Localhost Installs
In reply to: Finding Dashboard after installing WPHi Aysiu
When I go to http://localhost I get a message ‘Safari cannot connect to server.’
But When I go to http://localhost:8888 I get a message ‘The virtual host was set up successfully.’ with details of my server name and document root. … But no WordPress site pop up 🙁
Forum: Localhost Installs
In reply to: Finding Dashboard after installing WPThanks Matt … I have WP installed in htdocs and the apache tab is checked but wordpress is not running is there something else I have to do to open it ??