Thread Rating:
  • 223 Votes - 2.94 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing in Sidebar
03-16-2009, 04:49 AM
Post: #1
Installing in Sidebar
I also have a problem moving to the sidebar. I have 2 sidebars and trying to insert it into the template's Sidebar2 file (at the top of the right sidebar) and no matter where I put it, it won't show.

My site is http://www.andreabiz.com

Thanks! Andrea

Here's the Sidebar2 coding:

<!-- Sidebar -->
<div class="sidebar2">

<?php
//Code automatically inserted by Featurific for Wordpress plugin
if(is_home()) //If we're generating the home page (remove this line to make Featurific appear on all pages)...
if(function_exists('insert_featurific')) //If the Featurific plugin is activated...
insert_featurific(); //Insert the HTML code to embed Featurific
?>

<h3>Pages</h3>
<ul>
<?php wp_list_pages('title_li='); ?>
</ul>

<h3>Archives</h3>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>

<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?>




<?php endif; ?>

</div>
<!-- Sidebar -->
Find all posts by this user
03-18-2009, 03:18 AM
Post: #2
RE: Installing in Sidebar
Hi andreao,

Interesting. Does Featurific simply not appear, or do you get an error? Also, is the sidebar code you posted live on your site right now? I see that you've created (at least) two lists headed with 'Pages' and 'Archives', but I don't see them on your page.

For the time being, one thing you might try is commenting out the first 'if' statement. In other words, change this:

if(is_home()) //If we're generating the home page (remove this line to make Featurific appear on all pages)...

to this:

//if(is_home()) //If we're generating the home page (remove this line to make Featurific appear on all pages)...

Good luck! Smile
-Rich
Find all posts by this user


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Exclamation Installing on non-standard template TravisReems 1 2,424 03-09-2010 03:51 AM
Last Post: rinogo
  Move featurific to sidebar? Jim22 1 2,209 08-04-2009 07:10 AM
Last Post: rinogo
  Help Installing on Sidebar alanthonyc 1 3,613 02-19-2009 04:02 AM
Last Post: rinogo
  Problems in installing featurific falguni 1 3,103 02-11-2009 05:19 AM
Last Post: rinogo

Forum Jump:


User(s) browsing this thread: 1 Guest(s)