ecofugal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dashboard main content does not appearHi Justin,
I got feedback from my host.
I selected a different php version from cPanel >> PHP Version selector
Changed it from 5.5 native to 5.3
It worked! The full WP Dashboard now appears.They said there was a litespeed upgrade on the server which might have caused the issue.
Thanks
Forum: Fixing WordPress
In reply to: Dashboard main content does not appearHi Justin,
Thanks for your feedback. I have just contacted my host about the PHP and error logs question.
I have had WP on my host for a few years (just one installation running my site). No problems whatsoever. I have not installed or uninstall anything. This is the first time i have logged in for about 3 months. the actual website site itself seems to be working fine.
thanks once again for your help. ??
If i do have to upgrade my WP i will make sure i will copy everything first and precede with caution.Forum: Fixing WordPress
In reply to: Moving to a new serverthanks nofearinc
much appreciated.Forum: Installing WordPress
In reply to: Development directory for wordpressmany thanks for the info MacManX
much appreciatedForum: Installing WordPress
In reply to: Development directory for wordpressThanks so much MacManX
i hear i can create a sub domain such as
https://dev.eddycrosby.com
and point it to that new directory. is that correct?once i am happy with the dev site is it easy to move it to the main directory or do i make my domain name point to the dev directory?
cheers
Forum: Fixing WordPress
In reply to: Remove Page Titlehave a look here
https://www.wordpressmax.com/wordpress-guide/remove-wordpress-page-title
Removing the title of the page that appears just above the content may be something to consider if you are using static front page or just want a page on your blog that looks a little different than the rest of your WordPress pages. This short WordPress guide will give you some idea what to remove from your page template file.In a few other posts: How To Use A Static Front Page With WordPress and: How To Create A Custom WordPress Page Template I cover how to create and use a static front page for WordPress. This is great option to run a website with WordPress.
To remove the title of your page that appears on the page above the content you will need to edit the page.php file or the custom page template file you created.
Open the file from either the WordPress dashboard or on your hosting account. Instructions to do this should be in one of the above mentioned posts. Make sure to make a backup of the file you are editing to fix any mistakes! Now look for and remove the code that looks like this:
<h2>” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>
Save the file and look at a page that is using the page template you just edited. The title of the page should no longer appear above the content.
You may also want to further customize your static WordPress front page by using a separate sidebar.