Tag: wordpress
-
Solution to MathJax-LaTeX Math Symbols Display Issues in WordPress
In this post, I will show one trick to MathJax-LaTeX plugin on WordPress so that the issue of “Undefined control sequence” could be resolved while displaying equations. Introduction As with many bloggers who writes articles with math equations, there is no better way to use . It is so easy to follow the syntax and…
-
Mastering Nginx: Serving HTTP&HTTPS Traffic from a Single Port
When I first set up my web server, I used port 8086 for HTTP traffic. It worked fine—it was functional, accessible, and did what I needed. But as time went on, I realized something: sticking to standard ports, 80 for HTTP and 443 for HTTPS, isn’t just about following convention; it’s about improving accessibility, security, and professionalism. In this post, I’ll…