How to create horizontal scrolling using display:table-cell | Webdesigner Depot.
Kategorie: Unsortiert
-
Execute Shortcodes Inside Custom Fields Using do_shortcode() – Stanislav Kostadinov
<?php echo do_shortcode(get_post_meta(get_the_ID(), ’name‘, true)); ?>
via Execute Shortcodes Inside Custom Fields Using do_shortcode() – Stanislav Kostadinov.
-
Creating a custom functions plugin for end users
Most of the WordPress tutorials I write mention adding custom functions to your theme’s functions.php file. Many of the other tutorials around the Web will use this same technique for adding custom code. However, there are different ways of handling custom functions.
-
One css declaration for all css font properties – Stack Overflow
you can’t include the color as part of the declaration. 15px/20px = font-size/line-height alt text
nice link, maegar!
via One css declaration for all css font properties – Stack Overflow.