Category Archives: WordPress Notes

Migrate Friendly img Src Path

<img src=”<?php bloginfo(‘template_directory’); ?>/images/shared/youTube.png” alt=”youtube” width=”25px;”/> OR <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/slider/sliderHome1.jpg” width=”888″ alt=”sliderImg”>

Posted in WordPress Notes | Leave a comment

Sub Navs

<?php wp_list_pages(‘sort_column=menu_order&title_li=&child_of=11′); ?>

Posted in WordPress Notes | Leave a comment

Dev Migration Friendly Hyper-link Code

<a href=”<?php echo get_site_url();?>/about/”>about us</a>

Posted in WordPress Notes | Leave a comment

Display RSS Feeds

Posted in WordPress Notes | Leave a comment