修复WordPress GIT主题 分类显示空页面的问题
当我应用了GIT主题后, 发现进入分类目录的时候, 里面不显示任何文章。 看代码发现, 必需要选择一种分类样式 默认的情况是一种也没有选的 勾选一种样式后就工作啦, 而且以后也一定要选一个, 因为这个Radio option 是不能不选的。好吧, 最开始没有选的状态就是个bug.
当我应用了GIT主题后, 发现进入分类目录的时候, 里面不显示任何文章。 看代码发现, 必需要选择一种分类样式 默认的情况是一种也没有选的 勾选一种样式后就工作啦, 而且以后也一定要选一个, 因为这个Radio option 是不能不选的。好吧, 最开始没有选的状态就是个bug.
今天试用了一下GIT 主题 , 这个GIT主题是基于欲思主题修改的,并不是指GIT REPO。 试用的时候发现一个大问题, 就是POSTS可以正常显示,但所有的PAGES都不显示, 全部都是显示和BLOG一样的页面, 也就是INDEX页面。 原因是我原来用的一个自建的template, 因为现在换这个主题后… 阅读更多 »WordPress Git (欲思)主题无法显示Pages的问题
如果你用Chrome 访问了一个https 的地址, 你就再也无法访问HTTP地址了。解决的办法在这里。 在浏览器中输入以下地址 chrome://net-internals/#hsts 然后输入你的域名, 再点delete 就可以了。
Before using nginx proxy, I can see users' IP addresses from the comment panel. As I put wordpress behind nginx proxy, the nginx proxy's IP is capt… 阅读更多 »Real IP cannot be seen by wordpress behind nginx proxy
Well, after fixing my wordpress file permission. I found that I cannot install plugins from wordpress portal. I have to set www-data as owner for every fil… 阅读更多 »wordpress file permissions again
https://github.com/jwilder/nginx-proxy I would like to put away azure file storage and use dropbox to host my website files. I found it much faster to load… 阅读更多 »Nginx Proxy as Load Balancer
I put wordpress files in dropbox and mount it to the docker I noticed the permissions are not quite right. Run these commands in the docker’s /var/ww… 阅读更多 »Fix wordpress file permssions
First thing need to do is adding your public ip to allow list in Azure DB settings. Then run a single command, well, you need docker first docker ru… 阅读更多 »How to dump mysql db from Azure Mysql
It shocked me that I need to pay 76 dollars for 20 days of use of Azure storage. And I don't understand why there were so much write operation for a wo… 阅读更多 »Can’t believe that Azure storage cost me so much for 20 days
In a case which you want to manage your azure subscription using a account other than the account linking to the subscription. You can assign the new accou… 阅读更多 »Use a different account to manager your azure subscription