All posts tagged sidebar

Wordpress and Webdesign Forum go41 » Tags » sidebar

Topic — Add New » Posts Last Poster Freshness

Slideshow using Flash and XML in sidebar, IE pageload error

Q: Hi there, I am using a flash slideshow with XML in the sidebar to display images. It works fine in Firefox and Chrome. However, in Internet explorer, the page stops loading once Flash file (swf) ...
A: Hi Joern Thanks for your reply. There was an error on my part. I forgot to include the closing <object> tag. It's now resolved now. I always use object tag to include flash media. I'll ...

3 qtest 1 month

Customize the sidebar, depending on author

Q: Hi all So here is my situation. I have author.php, which shows a list of latest posts from that author. On the top right hand corner, I then have information about the author (Biog, Name ...
A: Hi masteradmin The main page already shows the post of the author. I want to display posts from a different category in the sidebar. The category in the sidebar will be different, depending on ...

3 adamwork 2 months

category page no posts found - arthemia structure

Q: If you have in arthemia a category without any post, the structure breaks. Basically, all pages look fine but when you try to browse categories, the sidebar jumps outside the template to the right of ...

1 f-t-cat 3 months

Sidebar has moved to footer

Q: I can't figure out how I managed to mess things up, but I went to make a new post and noticed that the alignment is wwaaayy off on the post pages. I haven't touched the ...
A: I figured it out! It was this section: <div class="navigation"> <div class="right"><?php next_post_link('%link »', '%title', TRUE) ?></div> <div class="left"><?php previous_post_link('« %link', '%title', TRUE) ?></div> </div> </div> of the post php that was ...

2 Blogchick 7 months

Stupid Sidebar query (Arthemia) please help Joern!

Q: Grrrr, sidebars. Hi Joern, just stuck at the moment on getting a page to run full width with no sidebar. I've followed the advice that you had about creating forum pages and made a ...
A: No way - I switched it to <div id="content" style="width: 900px;"> And it worked a charm - no bump either! Weird! The dev theme looks good - been considering adding in a slideshow for the ...

9 drwhom 9 months

Featured articles on all pages

Q: Hi there, I am trying to figure out how I can get the "featured" section in Arthemia free to show on all pages. Obviously, it shows on the home page and also on the prev/next ...
A: You want to show only the featured section on all pages, but not the headline? If this is the case, I got an idea! I would put the featured section into the sidebar.php. Setting the ...

2 masteradmin 9 months

Remove the sidebar from a page to display a forum

Q: To get a plain page between header and footer in arthemia theme to display a forum you have to create a page template for Wordpress first. I just took page.php, which actually has this content: ...
A: Simple:Press Forum - I got the hint that if you use the Simple:Press Forum Plugin you still need to keep the call to <?php the_content(); ?> inside the template. It should finally look like this: ...

2 Joern 11 months

include related posts in sidebar using simple-tags

Q: I am using simple-tags for wordpress and want to show some related posts in my sidebar, when someone is viewing a single page, any ideas?
A: Fritz?.. you could insert a code like the one below. This one checks first if simpletags is running, if yes it will run on a single page only. The simple tags function st_related_posts will give ...

2 masteradmin 1 year

how to display posts dated one year ago in sidebar

Q: hi, i would like to show some posts from about one year ago in the sidebar of my WordPress blog. Can you help me?
A: Another piece of code to get 4 random old post listed in your sidebar.php of wordpress is this: <h3>Oldies but Goodies</h3> <ul> <?php global $wp_query; $rndposts = get_posts('numberposts=4&offset=15&orderby=rand()'); foreach($rndposts as $post) : setup_postdata($post); ?> ...

3 Joern 1 year

RSS link for this tag.

Add New Topic

You must log in to post.

Join us! or log in (lost password?):