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,...
by Marshall | Mar 30, 2015 | Blog |
DIVI is one of the most popular WordPress theme today with an extremely flexible page builder and lots of customization option. However there is no option to customize the font size of the menu items. If you want to make change to the font size in DIVI, you can add a...
by Marshall | Mar 23, 2015 | Blog |
If you want to change the default excerpt length of a WordPress site, you can do it using the code below. Paste it in the funtions.php file and update the number in line 9. remove_filter(‘get_the_excerpt’, ‘wp_trim_excerpt’); function...
by Marshall | Mar 21, 2015 | Blog |
Looking to get rid of annoying label in contact form 7? You can add placeholder and this is how you can do it. [text your-name placeholder “Your name here”]
by Marshall | Mar 19, 2015 | Blog |
If you are looking for Avada WordPress demo short code from the demo pages, you can get it here: https://theme-fusion.com/support/documentation/avada-documentation/#page-item-333787
by Marshall | Mar 16, 2015 | Blog |
If you are looking for a desktop based image resizer for Windows Operating systems, this application could be a good choice for re-sizing images. https://imageresizer.codeplex.com/
by Marshall | Mar 13, 2015 | Blog |
If you want to add custom font in your WordPress website, you can do it pretty easily. Assume that you want to add Airbold Pro font in WordPress website, you need to follow 3 steps. 1. In order to use custom font, you need to upload the font to your theme directory....
by Marshall | Mar 13, 2015 | Blog |
If you want to separately format text field and email field in contact form 7, you can do it by this way input[type=”text”] { background-color:#000; } and input[type=”email”] { background-color:#000; } But in case if you want to keep formatting...
by Marshall | Mar 1, 2015 | Blog |
There is brute force attack on almost every WordPress based website. The frequency can be more or less but it usually happens with most of the sites (unless you are hidden from search engines or your site is published privately without the world knowing it. The best...