Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Tag 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…

Change WordPress Language

1. Delete .mo and .po files in /wp-content/languages folder 2. Open wp-config.php file and change define (‘WPLANG’, ‘ko-KR’); to define (‘WPLANG’, ‘ ‘);

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…