slamd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is it possible to redirect my blog traffic to another domain I ownthanks but may I ask why that wouldn’t be good? I know how to change it back and this is going to be a temporary fix.
Forum: Fixing WordPress
In reply to: Is it possible to redirect my blog traffic to another domain I ownits not a totally different site, Its my sub domain. I was thinking about going into options and changing the blogs link to the forums link. Would that be a good idea?
Forum: Fixing WordPress
In reply to: Redirect traffic as I work on my blogis their a plugin for this?
thank you jrothra
I have this exact issue. Any help would be greatley appreciated.
Forum: Fixing WordPress
In reply to: Previous entries links to (index.php?paged=2)thanks Darran you have been very helpfull. How should I implement these codes?
Forum: Fixing WordPress
In reply to: Previous entries links to (index.php?paged=2)this is what its linked to (My Site)/Index.php?paged=2
How do i make it so its linked to (My Site/?cat=4&paged=2)<div class="navigation"> <div class="alignleft"><a href="(My Site)/Index.php?paged=2">« Previous Entries</a></div> <div class="alignright"></div> <p> </p> </div>
Forum: Fixing WordPress
In reply to: Previous entries links to (index.php?paged=2)any help would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Previous entries links to (index.php?paged=2)My site is an adult site though.
Forum: Fixing WordPress
In reply to: Previous entries links to (index.php?paged=2)Thanks for the quick reply.
How do I make a test page?
Forum: Themes and Templates
In reply to: layout problem with index.php?paged=2any help would be greatly appreciated.
Forum: Themes and Templates
In reply to: layout problem with index.php?paged=2the site has some explecit content on it. I can explain it though. Whenever you click on a category, then hit << previous Entries you are redirected to (/Index.php?paged=2) instead of (/?cat=4&paged=2).
I tried a variety of themes so I know it isn’t a issue with the themes.
Forum: Themes and Templates
In reply to: right sidebar problem, disappearsbump
Forum: Themes and Templates
In reply to: right sidebar problem, disappearsanyone have any ideas?
Forum: Themes and Templates
In reply to: right sidebar problem, disappearsThanks Cstina but Im not sure where to find the float tag. Here is the 2nd sidebars code. Can anyone get anything from that?
<!-- 2nd sidebar --> </div><!-- end yiu-u --><div class="yui-u" id="third"><?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('rightsidebar') ) : ?><h4>Extra Column</h4><p>You can fill this column by editing the index.php theme file. Or by Widget support.</p><?php endif; ?></div> <!-- end 2nd sidebar --> </div> </div> </div> <div class="yui-b" id="secondary"> <?php get_sidebar(); ?> </div> </div> <?php get_footer(); ?>