Categories Blog Coding Adding theme to the WordPress.org | WordPress Theme Development DevotePressPosted onSeptember 13, 2013June 4, 2019 Leave a comment on Adding theme to the WordPress.org | WordPress Theme Development Are you thinking of adding your theme to the WordPress.org repository? Are you aware that … Continue ReadingAdding theme to the WordPress.org | WordPress Theme Development
Categories Blog Coding Hiding Content using CSS Clip DevotePressPosted onSeptember 9, 2013June 4, 2019 1 Comment on Hiding Content using CSS Clip CSS clip is the new and the best CSS method used for hiding content. This … Continue ReadingHiding Content using CSS Clip
Categories Blog Coding Add Theme Support | Digging in WordPress Function DevotePressPosted onSeptember 6, 2013June 4, 2019 1 Comment on Add Theme Support | Digging in WordPress Function Add theme support <?php add_theme_support( $feature ); ?> function is very powerful function used by … Continue ReadingAdd Theme Support | Digging in WordPress Function
Categories Blog Coding CSS Clearfix Hack DevotePressPosted onAugust 31, 2013June 4, 2019 Leave a comment on CSS Clearfix Hack CSS Clearfix Hack is one of the most popular CSS hacks for clearing floats. The … Continue ReadingCSS Clearfix Hack