rccard
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Customize WordPress Loginthe image folder lies in my theme folder, as does the custom-login folder, then the custom-login.css file is located in the custom-login folder. So the structure, within the theme folder would be:
>images
>custom-login
>>custom-login.cssForum: Themes and Templates
In reply to: Customize WordPress LoginRight now I’m developing locally… not sure what link to give. I understand it would definitely help… sorry.
Forum: Themes and Templates
In reply to: Customize WordPress LoginYes. The image is in the images folder. It is my understanding that I can’t use “body” within the custom-login.css file. It has to be “html”, correct?
Forum: Fixing WordPress
In reply to: Changing the output of date from a custom fieldThe wordpress function did the job! Thanks!
Forum: Fixing WordPress
In reply to: Changing the output of date from a custom fieldThank you for the reply.
As I said, I am a noob when it gets into some of this stuff. I placed this line in my code and now it outputs “Thursday, January 1, 1970” for every event. So, I guess I’m getting close in one way.
My custom field is called ‘Date’, I’m not sure what I have to put in the strtotime(“????”).
Sorry if I’m making something simple complicated.