Blogs Web Design Smashing Magazine Designmodo Hongkiat Webdesigner Depot A List Apart: Design Codrops David Walsh Blog Speckyboy OneExtraPixel Web Design Ledger Design Shack Awwwards blog Vandelay … [Continue reading]
10 useful .htaccess snippets
Remove www in url For SEO reasons, you might always remove (or use) the www prefix in your urls. The following snippet will remove the www from your website url and redirect any url with the www to the non-www version. RewriteEngine On RewriteCond … [Continue reading]
WordPress Cheat Sheets
<?php the_content() ?> ..... Displays the content of the post/page <?php the_excerpt() ?> ..... Displays the excerpt of the current post/page <?php the_time() ?> ..... Displays the time of the current post/page <?php … [Continue reading]
WooCommerce – Fix Accept Terms position
If you want to display the “accept terms and conditions” on the left side you can use following code: #payment .terms { text-align: left !important; } If you want to increase the font size, adjust the font weight, etc. use: #payment .terms … [Continue reading]
Create Invoices using Genesis, Gravity
Article wroted by Ron Ventura at engagewp.com All the code snippets bellow are to be used in functions.php Things you’ll need for this tutorial include a Gravity Forms Developer license (includes the payment gateway add-ons needed to accept … [Continue reading]
- « Previous Page
- 1
- …
- 9
- 10
- 11
- 12
- 13
- …
- 20
- Next Page »