chadchadchad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar ModifyI 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 ModifyI 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 ModifyI 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 ModifyThanks, 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)
Forum: Fixing WordPress
In reply to: Frontpage Summariesracerx thanks so much that did it for me!
Forum: Fixing WordPress
In reply to: Change Author DisplayJosh that worked! I had been chewing on my keyboard for a good part of the day running out of ideas, thanks so much!
Forum: Fixing WordPress
In reply to: Change Author Displayyes sir, perhaps I should just remove the 2nd part and switch the first part to the h3 tags.
Forum: Fixing WordPress
In reply to: Change Author DisplayThanks Josh, I tried that code and it ended up blank…..it really seems like something easy but it’s killing me :).
Forum: Fixing WordPress
In reply to: Change Author DisplayHere 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.Forum: Fixing WordPress
In reply to: Change Author DisplayThanks 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.
Forum: Fixing WordPress
In reply to: Front Page Article Linkshttps://krauseinsuranceservices.com/blog/
This maybe more helpful[ Please do not bump, that’s not permitted here. ]