Bhupal Sapkota Computer Programmer Unraveling art, science, and commerce behind technology. Passionate about teaching web/mobile programming, writing, and growing an online business.

My Private Mailing List

If you want early access and opportunities that I don’t post publicly, get on my private email list.

Home

WordPress Themes / Templates – Useful Codes

Here are few fairly basic but handy wordpress codes that a wordpress theme or template developer/designers could use as reference. i personally use these a lot while working with wordpress.   WordPress Site Name: <?php bloginfo(‘name’); ?>   WordPress Site Description: <?php bloginfo(‘description’); ?>   Wordopress: Home Page Link:   <a href=”<?php get_option(‘home’); ?>”>Home</a></p> or […]

Tagged with: