terrycody
Elite Member
- Sep 29, 2012
- 6,423
- 3,324
hey guys
I'm doing customization of some wordpress themes, as we all know, even paid themes, you may still need a lot of tweaks and customization on the theme PHP code, sadly, I am not a coder, I dunno PHP (and I can only read some HTML though).
I have a very hard time to solve problems regard customization, I googled hours and still can't figure many things, I would love to hear your thoughts, thanks!
Question 1
when you want to remove some parts in the theme, e.g. comment section (include no comment tag under the Title), I searched online and many guides use CSS to hide the class, is this good? We know Google index HTML pages not the page we see, so the exact code is still there, as well as the junk links like: www.aaa.com/post&respond etc
So I guess the best way to do this, is remove the function in the theme right? Well this is a hard job for me, as this requires some PHP knowledge at least.
Question 2
Do you show author and date tag of your posts? This is a long argue I won't talk much, in short many people in evergreen niche like health etc tend to not show date or author tags, I am still considering this, to keep it or remove it, at least I want to dis-clickable the author tag link (to do list)
I'd love to hear your thoughts on date tags on evergreen niche.
(I know a better way maybe turn write on to ----> upgraded on, but my theme is very weird, it has no text, just date lol, so I have to edit PHP code again, which stuck me hours till now, each time I want to add some text, it shows wrong PHP syntax, damn it!)
Question 3
Yoast SEO has many functions and sometimes, very confusing to configure. As such, when setting author function, I disabled the author page, and want to disable the clickable link author tag below the Title, I think this is a good practice, what's your opinion guys?
BTW, I am using Point theme, https://wordpress.org/themes/point/ , one of the my themeshop themes, I know they got support forum, just very clunky to use...
I'm doing customization of some wordpress themes, as we all know, even paid themes, you may still need a lot of tweaks and customization on the theme PHP code, sadly, I am not a coder, I dunno PHP (and I can only read some HTML though).
I have a very hard time to solve problems regard customization, I googled hours and still can't figure many things, I would love to hear your thoughts, thanks!
Question 1
when you want to remove some parts in the theme, e.g. comment section (include no comment tag under the Title), I searched online and many guides use CSS to hide the class, is this good? We know Google index HTML pages not the page we see, so the exact code is still there, as well as the junk links like: www.aaa.com/post&respond etc
So I guess the best way to do this, is remove the function in the theme right? Well this is a hard job for me, as this requires some PHP knowledge at least.
Question 2
Do you show author and date tag of your posts? This is a long argue I won't talk much, in short many people in evergreen niche like health etc tend to not show date or author tags, I am still considering this, to keep it or remove it, at least I want to dis-clickable the author tag link (to do list)
I'd love to hear your thoughts on date tags on evergreen niche.
(I know a better way maybe turn write on to ----> upgraded on, but my theme is very weird, it has no text, just date lol, so I have to edit PHP code again, which stuck me hours till now, each time I want to add some text, it shows wrong PHP syntax, damn it!)
Question 3
Yoast SEO has many functions and sometimes, very confusing to configure. As such, when setting author function, I disabled the author page, and want to disable the clickable link author tag below the Title, I think this is a good practice, what's your opinion guys?
BTW, I am using Point theme, https://wordpress.org/themes/point/ , one of the my themeshop themes, I know they got support forum, just very clunky to use...