keyframehq
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Date queryI’ve now renamed the function in functions.php
Regarding the template I’ve used Artisteer to generate my blog. Should I be looking in page.php or somewhere else for the get_the_time reference?Thanks again for your help
Forum: Fixing WordPress
In reply to: Custom Date queryThanks for the tip – I followed your instructions as you said but still not working. It still shows the date as 2010 and all the posts still have the same identical date on them even though they were added on separate days – strange.
Thanks again for your help on this
Forum: Fixing WordPress
In reply to: Custom Date queryHmm both my index.php and single.php don’t contain the date references at all and that syntax isn’t showing in my theme template.
The only reference to date I can find is in my functions.php which has the following:
if (!function_exists(‘get_the_date’)) {
function get_the_date($format = ‘F jS, Y’) {
return get_the_time(__($format, THEME_NS));Thanks again for your help on this.
NeilForum: Fixing WordPress
In reply to: Custom Date queryThanks vtxyzzy, that’s exactly what I’m trying to do. Where should I put this code specifically? Does it go in the custom format box of dashboard or need to be entered somewhere else within the code on one of the pages?
Many thanks
Neil
Forum: Fixing WordPress
In reply to: Local host to FTPMy domain name keyframehq points to a linux web host and I’ve used the ftp login details they gave me to transfer my files across to there. Is this the issue?
Thanks
Neil
Forum: Fixing WordPress
In reply to: Local host to FTPOK, that’s great, I’ll have a look now and see what’s happened.
Forum: Fixing WordPress
In reply to: Local host to FTPHmmm they should be in /website
Can you see any files there at all?Forum: Fixing WordPress
In reply to: Local host to FTPThanks, I’ve now made all the amendments suggested above and I’m still getting a ‘404 not found’ error when I go to my web address.
Is there anywhere else I need to check to see if everything has updated to the new url? I’ve amended wp-config, siteurl, home, and edited and replaced all instances of localhost in my .sql file.
Thanks again
Neil
Forum: Fixing WordPress
In reply to: Local host to FTPThanks for your reply. I have already made those changes but still not working.
Do I need to be including the subfolder in the siteurl and home values e.g. http://www.keyframehq.com/website ?
Thanks
Neil
Forum: Fixing WordPress
In reply to: Local host to FTPThanks for your replies, but I’ve tried both tutorials and still having no luck. In the .sql file should I be replacing the local host with the name of my website i.e. http://www.keyframehq.com or the host address?
Also, my WordPress is uploaded to my remote server within a subfolder /website. Does this need to be included in the changed address text within the .sql file?
Many thanks
Neil
Forum: Fixing WordPress
In reply to: Local host to FTPThanks, I’ve followed all of the instructions but now when I try to access my site I get the following message:
The requested URL / was not found on this server.
Apache/2.2.3 (CentOS) Server at http://www.keyframehq.com Port 80Can anyone advise?
Many thanks in advance
Neil