by Marshall | Jun 24, 2015 | Blog |
If you’re looking for a solution of the question – how to access XAMPP on network or how to view website running on XAMPP from different computer, you can do it in the following manner. In your xampppathapacheconfextra open file httpd-xampp.conf and find...
by Marshall | May 26, 2015 | Blog |
Selection of a plugin for a WordPress based website completely depends on the nature of website we are creating/managing. Some WordPress plugin might be required during the course of development like (Custom CSS, Sliders etc). Some plugins are required post...
by Marshall | May 6, 2015 | Blog |
If you want to use own php file in WordPress, you need to make the file friendly to WordPress so that I can read rest of the core WordPress funtctions. Add this snippet on the top of the php page you create.
by Marshall | Apr 29, 2015 | Blog |
There is probably no end to what you can achieve with WordPress if you are building a standard website/blog/portfolio. With tons of customization options available with the themes, there is nothing less you can achieve when it comes to functionality in WordPress using...
by Marshall | Apr 13, 2015 | Blog |
When writing HTML code or working with WordPress pages, we often come across a situation where we want to clear areas and put next div or element on next line instead of floating with previous block. You can write quick HTML to fix such issues. But in case of repeated...
by Marshall | Apr 10, 2015 | Blog |
If you want to add custom css for a specific page template, you can use is page template function in the header in if condition and write the corresponding css as the sample below.