Hi Guys
I am trying to change the "Leave a Reply" text into something else but I can't find any of the words in my Editor! Does anyone have an idea where it is hidden? I
You referring to a post, if you are you can go to your (dashboard) click on the (post), then click on (quick edit tab) and make any changes their. I hope this help
See more comments
How do I change the "leave a reply" text in comment section?
Hi Guys
I am trying to change the "Leave a Reply" text into something else but I can't find any of the words in my Editor! Does anyone have an idea where it is hidden? I
Go to comments.php in editor and find:
comment_form();
replace it with this code:
comment_form(array(
'title_reply' => __( 'Join the Conversation' ),
));
P.S. Put anything you want between ' '
Sorry, I am not a programmer, therefore I can't help :(
Yes, your code looks different than mine.
Try to search in google, there are a lot of codes, maybe some could suit.
You referring to a post, if you are you can go to your (dashboard) click on the (post), then click on (quick edit tab) and make any changes their. I hope this help
See more comments
I just noticed when I was doing Lesson 8 in Course 2 that none of my posts had the author in it. I changed it from admin to a new user and nothing has changed. I'm not sure if
I'm not sure about that theme, mine is different. However when I changed my admin and added a new user I did not make sure that it was administrator, I accidently had my new user listed as something else. Also after you change it you may need to do a refresh. Hope this helps.
My posts doesn't show who the author was. any feedback?
I just noticed when I was doing Lesson 8 in Course 2 that none of my posts had the author in it. I changed it from admin to a new user and nothing has changed. I'm not sure if
I'm not sure about that theme, mine is different. However when I changed my admin and added a new user I did not make sure that it was administrator, I accidently had my new user listed as something else. Also after you change it you may need to do a refresh. Hope this helps.
Hi guys! I badly need your advise regarding this one. I am at the stage of wanting to outsource the first contents of my website. I know what I want and where I want to go in m
Hi Cherie,
I have to agree with Harry. Especially if this is your first time building a website and putting together blog content, it would be best to do it yourself.
If you outsource now, you might not know exactly what you need from your content and you might end up wasting a load of money.
You'll learn loads and who knows you might surprise yourself, be great at it and really enjoy it!
Thanks
Sean
My opinion is to not start using writers right away. Two or three articles won't make such a big difference for start. Be patient and develop your writing skills and style.
I am not an English native speaker either, but I can see that we can eventually get used to it.
Harry!
See more comments
Should I outsource the first contents on my website?
Hi guys! I badly need your advise regarding this one. I am at the stage of wanting to outsource the first contents of my website. I know what I want and where I want to go in m
Hi Cherie,
I have to agree with Harry. Especially if this is your first time building a website and putting together blog content, it would be best to do it yourself.
If you outsource now, you might not know exactly what you need from your content and you might end up wasting a load of money.
You'll learn loads and who knows you might surprise yourself, be great at it and really enjoy it!
Thanks
Sean
My opinion is to not start using writers right away. Two or three articles won't make such a big difference for start. Be patient and develop your writing skills and style.
I am not an English native speaker either, but I can see that we can eventually get used to it.
Harry!
See more comments
Go to comments.php in editor and find:
comment_form();
replace it with this code:
comment_form(array(
'title_reply' => __( 'Join the Conversation' ),
));
P.S. Put anything you want between ' '
Thanks LieneG but I can't find it either. This is how my comment code looks like.
Sorry, I am not a programmer, therefore I can't help :(
Yes, your code looks different than mine.
Try to search in google, there are a lot of codes, maybe some could suit.
That's alright. Thanks! :)