Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
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…
Learn how to change the number of WooCommerce products displayed per page
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’, ‘ ‘);
Continuum, Cruise Control and Hudson are some of the famous continuous integration tools which people are using nowadays. Cruise Control is the pioneer one and people are using from a long period of time. Continuum is from the Maven team…
1. Check what kind of file is infected by malware 2. Use find method to search that file above find -name ‘filename’ 3. Open infected file using editor 4. Delete code 5. Restart Server
WordPress에서 블로그에 글을 작성할때 제일 성가신 점이 태그를 자동으로 분석하여 필터링 하기 때문에 한번에 여러줄을 넘길 수가 없다는 점이다. 그래서 자료를 찾아보던 중 해결방법이 있어서 소개하고자 한다. 모든 문제의 원인은 WordPress에서 사용하는 비주얼 에디터인 “TinyMCE“라는 오픈소스Javascript HTML WISIWYG 에디터에서 발생하는…
WordPress의 Mystique 테마의 상단 메뉴에 출력되는 아이콘을 추가하는 방법이 기술되어 있는 페이지다. 링크
Let’s talk about how to make a online food store website integrated with marketplace using WordPress. WordPress with some powerful plugins make this work more easier. Table of Contents 1. Requirements of Online Food Store Want to use custom domain…
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…
References