Decode footer.php?
-
I’ve tried decoding it on some sites, but I always end up with these ? in my code.
?> <!-- Clear --> <div class="clear"></div> <!-- Bottom Links // --> <div class="bottomlinks"> <ul class="cats"> <?php wp_list_categories('sort_column=menu_order&title_li=&depth=1&show_count=0&include='.get_wpn_config('menu_include').'&exclude='.get_wpn_config('menu_exclude')); ?> </ul> <ul class="pages"> <li><a href="<?php echo get_option('home'); ?>">Home</a></li> <?php wp_list_pages('sort_column=menu_order&title_li=&depth=1&include='.get_wpn_config('toplinks_include').'&exclude_tree='.get_wpn_config('toplinks_exclude')); ?> </ul> </div> <!-- // Bottom Links --> </div> <!-- // Content --> <!-- Footer // --> <div class="footer"> <div class="fleft"> <img src="<?php bloginfo('stylesheet_directory'); ?>/img/logo_small-trans.png" alt="" /><br /> Copyright © 2009 <?php bloginfo('name'); ?>. All rights reserved. Brought to you by <a href="www.freehostreview.com">Free Web Hosting</a> </div> <div class="fright"> <img src="<?php bloginfo('stylesheet_directory'); ?>/img/wpn_logo-trans.png" alt="" /><br /> Proudly supported by <a href="https://www.wicked-wordpress-themes.com/">Wordpress Templates</a>.<br /> View More <a href="" class="alt">Premium WordPress Themes</a> </div> </div> <!-- // Footer --> </div> <!-- // Wrapper --> <?php wp_footer(); ?> </body> </html><?
[mod note – decoded and replaced your huge chunk of code – please use wordpress.pastebin.ca to do this from now on- thanks, samboll]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Decode footer.php?’ is closed to new replies.