Bhupal Sapkota Software Consultant Helping founders build
and launch their ideas with code & AI

Bhupal's Newsletter

I send out occassional email with programming resources, summaries of my readings on art, science, and commerce behind technology, my writings on growing an online business etc. Feel free to subscribe, no spam!

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: