Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Category WordPress

How to set favicon in WordPress website easily

Setting up a favicon on your website is not as easy as you might think. But you can do this using Favicon by RealFaviconGenerator wordpress plugin. Install Favicon by RealFaviconGenerator WordPress Plugin Search ‘Favicon by RealfaviconGenerator’ in [Plugins] -> [Add…

Enabling Multi Line Break in WordPress

WordPress에서 블로그에 글을 작성할때 제일 성가신 점이 태그를 자동으로 분석하여 필터링 하기 때문에 한번에 여러줄을 넘길 수가 없다는 점이다. 그래서 자료를 찾아보던 중 해결방법이 있어서 소개하고자 한다. 모든 문제의 원인은 WordPress에서 사용하는 비주얼 에디터인 “TinyMCE“라는 오픈소스Javascript HTML WISIWYG 에디터에서 발생하는…

Increase wordpress performance

configure gzip compression with NGINX Open up the file sudo vi Comment that out gzip options gzip on;gzip_vary on;gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/xml; Restart NGINX server sudo service nginx restart Configure browser cache Open up the…

Migrate Apache2 to Nginx

Let’s migrate Apache2 to Nginx to increase WordPress website performance. 1. Install Nginx sudo apt updatesudo apt upgradesudo apt install nginx 2. Allow Nginx from Firewall sudo ufw allow “Nginx Full” 3. Configure Nginx with 8080 Port Open file with…

Shashin – A WordPress Plugin for Displaying Picasa Photos

Google의 이미지 서비스인 Picasa의 이미지들을 불러와서 WordPress에 보여줄 수 있는 플러그인 중에서 제일 괜찮은 플러그인이다. 본 블로그에 설치하면서 삽질했던게 조금 있어서 정리해보고자 한다. 설치 및 설정하기 Shashin 플러그인 추가 Admin 페이지에서 Shashin 플러그인을 검색해서 설치한다. 별다른 어려움이 없다. Setup ->…

WooCommerce Guide for Beginner

This is the Ultimate WooCommerce Guide. WooCommerce is the best e-Commerce platform for WordPress. You can build your own online shop with WooCommerce easily. Here is the all information about WooCommerce. Official Website WooCommerce Website WooCommerce Documentation Server Setup If…