Sub-Theme (based on Taxonomies)

Yes, you can. In many ways. One way is to have custom templates based on tag or category slug. So, you just tag your posts appropriately and then WordPress will automatically select appropriate template. If the template difference are miniscule, you can use php includes or wordpress includes to keep common content in other files. … Read more

Lightword Theme – only one menu item

You are trying to display multiple menu items, or multiple menus? Each theme supports a certain number of menus. Your’s may only support one menu, that is the menu position. You create a menu to go there. From withing the menu creator interface you put all the items you want to appear on your menu. … Read more

Analytics causes website to crash

<?php include(‘footer_content.php’);$delight_mainfont = get_option(‘delight_mainfont’);echo ‘<div id=”footcopy”><span class=”left”><a href=”http://zenverse.net/delighted-black-wordpress-theme/”>Delighted Black</a> designed by <a href=”http://yourchristianspace.com”>Christian Myspace</a> & <a href=”http://www.digitaldesignzmedia.com”>Designed By: Digital Designz Media Group</a></span><span class=”right”>In conjunction with <a href=”http://pingler.com”>Ping Services</a> <span style=”font-family:tahoma;”>|</span> <a href=”http://frenchteacherjobs.com”>French Teacher Jobs</a> <span style=”font-family:tahoma;”>|</span> <a href=”http://mathsteacherjobs.com”>Maths Teacher Jobs</a></span> <div class=”clear”></div></div></div> <!–/page–> ‘;?> <script type=”text/JavaScript”>var TFN=”;var TFA=”;var TFI=’0′;var TFL=’0’;var tf_RetServer=”rt.trafficfacts.com”;var tf_SiteId=”254g7d80916f3af3bbc0ac2542301cd153424f1b1aa7h16″;var tf_ScrServer=document.location.protocol+”//rt.trafficfacts.com/tf.php?k=254g7d80916f3af3bbc0ac2542301cd153424f1b1aa7h16;c=s;v=5″;document.write(unescape(‘%3Cscript type=”text/JavaScript” src=”‘+tf_ScrServer+'”>%3C/script>’));</script><noscript><img … Read more

How to create a second index.php?

Elaborating on Rachel Baker’s answer: Copy the index.php file and name it something like popular.php. At the very top, paste the following: <?php /* Template Name: Posts by Popular */ ?> Now, go in to the WordPress admin and create a new page, called something like “By Popular”. On the right-hand side, select the “Posts … Read more

Capcha not getting displayed

I think you have problem in font files path. Just check this link. Please fix your font path. You can check this page for reference. Read the comment section of this page. Thanks