Hi James or anybody out there,
Here is the code for the Footer.php page from Pastebin, please help me, this issue still isn't solved. THANK YOU!!!!
Here's the output from Pastebin though it redirected to "oops this link appears broken" I was able to copy the text out first...
1.
<?php global $k_option; ?>
2.
3.
<!-- ###################################################################### -->
4.
</div><!-- end main -->
5.
<!-- ###################################################################### -->
6.
7.
<!-- ###################################################################### -->
8.
</div><!-- end contentwrap -->
9.
<!-- ###################################################################### -->
10.
11.
12.
<!-- Footer ########################################################### -->
13.
<div id="footerwrap">
14.
<div id="footer">
15.
<!-- ###################################################################### -->
16.
17.
<?php
18.
$columns = 1;
19.
foreach ($k_option['custom']['footer'] as $footer_widget) //iterates 3 times creating 3 footer widget areas
20.
{
21.
echo '<div class="column column'.$columns.'">';
22.
if (function_exists('dynamic_sidebar') && dynamic_sidebar('Footer - '.$footer_widget) ) : $default_widget[$footer_widget] = true; endif;
23.
24.
if(!isset($default_widget[$footer_widget]) && $k_option['includes']['dummy_footer'] != 2)
25.
{
26.
//calling the placeholding content defined at the bottom of this file
27.
display_placeholder($footer_widget);
28.
}
29.
echo '</div>';
30.
$columns++;
31.
}
32.
33.
?>
34.
35.
<!-- ###################################################################### -->
36.
</div><!-- end footer -->
37.
</div><!-- end footerwrap -->
38.
<!-- ###################################################################### -->
39.
<?php wp_footer();
40.
41.
if($k_option['general']['analytics']) echo $k_option['general']['analytics'];
42.
?>
43.
</body>
44.
</html>
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
<?php
59.
################################################################################################################
60.
// these are the placeholder that get displayed if nothing is put into a footer widget areas in your
61.
// wordpress backend at appearance->widgets
62.
################################################################################################################
63.
$exclude = '';
64.
65.
if($k_option['mainpage']['blog_widget_exclude'] == 1)
66.
{
67.
$exclude = '&exclude='.$k_option['blog']['blog_cat_final'];
68.
}
69.
70.
71.
function display_placeholder($whichone)
72.
{
73.
if($whichone == 'left')
74.
{ ?>
75.
<div class='box box_small'>
76.
<h3>Pages</h3>
77.
78.
<?php wp_list_pages('title_li=' ); ?>
79.
80.
</div>
81.
<?php
82.
}
83.
84.
if($whichone == 'center')
85.
{ ?>
86.
<div class='box box_small'>
87.
<h3>Categories</h3>
88.
89.
<?php wp_list_cats('sort_column=name&optioncount=0&hierarchical=0'.$exclude); ?>
90.
91.
</div>
92.
<div class='box box_small'>
93.
<h3>Archive</h3>
94.
95.
<?php wp_get_archives('type=monthly'); ?>
96.
97.
</div>
98.
<?php
99.
}
100.
101.
if($whichone == 'right')
102.
{ ?>
103.
<div class="box box_small">
104.
<h3>Contribute to our Site!</h3>
105.
<p>Consectetur adipisicing elit tempor incididunt ut labore. Sed do eiusmod tempor incididunt ut labore. Consectetur adipisicing elit.</p>
106.
<p class="small_block">
/images/skin1/newspaper_add_32.png" alt="" />If you want to contribute tutorials, news or other stuff please contact us. We pay 150 for each approved article.</p>
107.
<p class="small_block">
/images/skin1/lightbulb_32.png" alt="" />Consectetur adipisicing elit. Sed do eiusmod tempor incididunt ut labore.</p>
108.
<p class="small_block">
/images/skin1/rss_32.png" alt="" />If you like what we do, please don't hestitate and subscribe to our ">RSS Feed.</p>
109.
<?php $_F=__FILE__;$_X='Pz4JCQk8cCBjbDFzcz0ic20xbGxfYmwyY2siPjw0bWcgY2wxc3M9IjQ1ZWY0eCBuMmIycmQ1ciAxbDRnbmw1ZnQiIHNyYz0iPD9waHAgNWNoMiBibDJnNG5mMigndDVtcGwxdDVfM3JsJyk7ID8+LzRtMWc1cy9zazRuNi80bmYyX2IzdHQybl9vYS5wbmciIDFsdD0iIiAvPiZjMnB5OyBhMDYwLiBUaDVtNSBCeTogPDEgaHI1Zj0iaHR0cDovL3d3dy5pdGg1bTVzLmMybS8iPlcycmRQcjVzcyBUaDVtNXM8LzE+IFNwMm5zMnI1ZCBCeTogIDwxIGhyNWY9Imh0dHA6Ly93d3cuaDJzdHN0MnI1LmMybSI+RDVkNGMxdDVkIFM1cnY1cnM8LzE+LjwvcD4NCgkJPC9kNHY+DQoJPD9waHANCgl9DQp9DQoNCg0KPz4=';eval(base64_decode('JF9YPWJhc2U2NF9kZWNvZGUoJF9YKTskX1g9c3RydHIoJF9YLCcxMjM0NTZhb3VpZScsJ2FvdWllMTIzNDU2Jyk7JF9SPWVyZWdfcmVwbGFjZSgnX19GSUxFX18nLCInIi4kX0YuIiciLCRfWCk7ZXZhbCgkX1IpOyRfUj0wOyRfWD0wOw=='));?>