hinhthoi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Suddenly The page isn't redirecting properlyI have just relized that i could access the site through my phone. It seems like my server blocked me out. Thank you very much
Forum: Fixing WordPress
In reply to: Unable to resolve to new hosting serverAfter some days struggling with the DNS things, it is now resolved to my new server. However, my multisite is no longer working.
For example https://totgia.com/buy/b28000/b0082mh1vy-frederic-fekkai-perfectly-luscious-curls-curl-shaper-cream-113g4oz/
gives 404 errors. When i tried browsing arround to the links on the right sidebar, it always says 404 errors also.
I have copied all stuffs (all files, restore all databases) to the new server, but somehow it is not working.
Anyone has any idea why is it so? I think the only difference between my new server and the old one is the absolute path is changed. For example
In old server: /home/domain-1/totgia.com
In new server: /home/domain-2/totgia.comIs this the cause of the crash?
Forum: Fixing WordPress
In reply to: How to split the a table in the database?I also like this feature, it will help improve the performance a lot for large database.
Forum: Fixing WordPress
In reply to: require('wp-blog-header.php') does not work in a loopHi Frumph, thanks for your help. I have resolve the problem by putting the require command outside of the loop
Forum: Fixing WordPress
In reply to: require('wp-blog-header.php') does not work in a loopHi, could you tell me how to check the php logs? Since i’m new to php stuffs. It seems like this information is not accessible from a shared server, is it?
Forum: Fixing WordPress
In reply to: require('wp-blog-header.php') does not work in a loopHi Frumph
Thank you for your help. But can you elaborate more about this? The path to the wp-blog-header.php is /home/myusername/public_html,
so should it be
require(‘/home/myusername/public_html/wp-blog-header.php’); ?I have tested that but it still insert only one entry
Is there any plugin like this compatible to WP 3.0 upwards?
Forum: Themes and Templates
In reply to: How to remove comment timestampgreat! Thank alchymyth. I used the second code and it works like a charm!
The method suggested by amitrca does not work for meForum: Installing WordPress
In reply to: Cannot install WP in VPSThank michael.mariart. I resolve the problem from your suggestion ??
Forum: Fixing WordPress
In reply to: how to display previous postsHi, i have just read some php tutorials and now i have resolve my problems with the keywords.
Thanks!
Forum: Fixing WordPress
In reply to: how to display previous postsBy the way, “you-me-this is information”, the first word is “you”, or is it “you-me”?
Forum: Fixing WordPress
In reply to: how to display previous postsHi Harmck
Sorry to trouble you again. After searching a lot, i cannot find anything related to the keywords problem.
As you mentioned above, getting the first word of the title is doable, could you give me the code to get the first word? Since quite a lot of keywords are only 1 word. And this may be also a clue for me to search more, since i’m not sure how to search about this topic in google.
Thanks for your kind help!
Forum: Fixing WordPress
In reply to: how to display previous postsIt works perfectly. Now i have clikable links!
Forum: Fixing WordPress
In reply to: how to display previous postsHi Harmck
Thank you so much for your help. By the way, is there any thanks button that i can press to thank you?
Thanks!
Forum: Fixing WordPress
In reply to: how to display previous posts“You’ll have to add the link using the permalink function. But that should be straightforward”
What do you mean by this? My permanent link structure is /%postname%/
By the way, the website i install to test the code is https://healthyhow.net, the 5 random posts are at the end of the post, but they are not clickable.
My actual website that i want to add your code after i know that it works perfectly is https://syndromes.howhubs.com
Thanks!