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.
by Marshall | Apr 7, 2015 | Blog |
In order to get different text, image or hmtl code on a given page, you can use is_page function. Here is a sample way on how you can do create separate telephone numbers on different pages on a WordPress website. (The code below goes anywhere on the page header,...