Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Forum: Fixing WordPress
    In reply to: Sidebar Modify
    Thread Starter chadchadchad

    (@chadchadchad)

    I reverted to my back up and it seems to work, thanks everybody!

    <aside id="sidebar">
    
    <?php if ( is_active_sidebar('primary-widget-area') ) : ?>
    
    <div id="primary" class="widget-area">
    
    <ul class="sid">
    
    <?php dynamic_sidebar('primary-widget-area'); ?>
    
    </ul>
    
    </div>
    
    <?php endif; ?>
    
    </aside>

    Forum: Fixing WordPress
    In reply to: Sidebar Modify
    Thread Starter chadchadchad

    (@chadchadchad)

    I reverted to my back up and it seems to work, thanks everybody!

    <aside id="sidebar">
    
    <?php if ( is_active_sidebar('primary-widget-area') ) : ?>
    
    <div id="primary" class="widget-area">
    
    <ul class="sid">
    
    <?php dynamic_sidebar('primary-widget-area'); ?>
    
    </ul>
    
    </div>
    
    <?php endif; ?>
    
    </aside>

    Forum: Fixing WordPress
    In reply to: Sidebar Modify
    Thread Starter chadchadchad

    (@chadchadchad)

    I must have messed something up, because when it displays any sidebar item it shows the top links….forgive me if my PHP skills are nil. I suspect it would be this code in sidebar.php

    <aside id="sidebar">
    
    <?php if ( is_active_sidebar('primary-widget-area') ) : ?>
    
    <div id="primary" class="widget-area" style="position:absolute;" align="left">
    <?php wp_get_archives('type=postbypost&limit=15'); ?>
    
    <ul class="sid" style="position:absolute;" align="left">
    
    <?php dynamic_sidebar('primary-widget-area'); ?>
    <div class="navigation" style="position:absolute;" align="left">
    
    <div class="alignright" style="position:absolute;" align="left">
         <?php next_posts_link('? Previous Entries') ?>
    </div>
    <div class="alignright" style="position:absolute;" align="left">
         <?php previous_posts_link('Next Entries ?') ?>
    </div>
    </div>
    <ul id="elsewhere" style="position:absolute;" align="left">
    <?php get_links(5, '<li>', '</li>', ' ', FALSE, '_id', FALSE, FALSE, 3, FALSE, TRUE); ?>
    </ul>

    My only reason for assuming that is it is due to the
    <-li-> tags, thanks!

    Forum: Fixing WordPress
    In reply to: Sidebar Modify
    Thread Starter chadchadchad

    (@chadchadchad)

    Thanks, I will try that.

    The theme I modified to make appear seamless with the rest of the new site….which is waiting on a few changes. (I started with blankslate)

    Thread Starter chadchadchad

    (@chadchadchad)

    racerx thanks so much that did it for me!

    Thread Starter chadchadchad

    (@chadchadchad)

    Josh that worked! I had been chewing on my keyboard for a good part of the day running out of ideas, thanks so much!

    Thread Starter chadchadchad

    (@chadchadchad)

    yes sir, perhaps I should just remove the 2nd part and switch the first part to the h3 tags.

    Thread Starter chadchadchad

    (@chadchadchad)

    Thanks Josh, I tried that code and it ended up blank…..it really seems like something easy but it’s killing me :).

    Thread Starter chadchadchad

    (@chadchadchad)

    Here is the link
    Basically I tried to get it to just display name but can’t seem to get rid of the “Author Archives:” without getting an error.

    Thread Starter chadchadchad

    (@chadchadchad)

    Thanks deepbevel, but that actually just displayed blank for me, as far as I know all the meta code (unless you don’t mean meta tags) is in the header.php. I am trying to make this WP as the blog for a site and boy it’s a great deal easier said than done.

    Basically when you click author I just want it to display the author’s name without anything before it.

    Thread Starter chadchadchad

    (@chadchadchad)

    https://krauseinsuranceservices.com/blog/
    This maybe more helpful

    [ Please do not bump, that’s not permitted here. ]

Viewing 11 replies - 1 through 11 (of 11 total)