Latest Discussions

Topic — Add New » Posts Last Poster Freshness

Remove the sidebar from a page to display a forum

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: <?php get_header(); ?> ...

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: <?php /* Template Name: forum ...

2 Joern 2 years

site breaks (stops) after deactivation of a plugin

There are plugins for Wordpress which show automatically after the_content. If you do not like this location of display you can insert a code in your template file like single.php or index.php to call the plugin. Make sure you switch ...

1 Joern 2 years

latest post as headline, followed by featured and subsequent below

Modify the front page view of arthemia to show most recent (newest) post as 'headline', next four older posts as 'featured' and the subsequent posts continuing below. Arthemia normally shows in the Headline section posts assigned to the category Headlines. ...

1 Joern 2 years

problem in displaying 300x250 ad in arthemia free home page

perfect! thanks a lot. It finally works with this workaround. Great help.

8 sadhan 2 years

How to sort the result of a query, latest posts reverse

How to take a wordpress query and display the resulting 4 posts in reverse order? Let me give you an example: In the theme Arthemia is on the top right side a section called 'Featured', which queries for the 4 ...

1 Joern 2 years

different image in header or sidebar by page ID

If you want to load different header images, banners or an image in the sidebar, you can use a simple piece of php code. Let's say your normal image loads like this: <img src="<?php bloginfo('template_url'); ?>/images/logo.jpg" alt="" width="900px" height="250px" ...

1 masteradmin 2 years

how to show only the first tag of a post in WordPress

this code should echo only one (first) tag of a post, you should use it inside the loop or create a loop around this: <?php $mytags = get_the_tags() ; $count=0; if (!empty($mytags)) {foreach($mytags as $tag) { $count++; if (1 == ...

2 Joern 3 years
1 chris 3 years
1 masteradmin 3 years
1 Joern 3 years
1 Joern 3 years
1 Joern 3 years
1 masteradmin 3 years
1 masteradmin 3 years
1 Joern 3 years

Forums

Main Theme Topics Posts
WordPress Code Snippets – looking for a php or css code - here you get help 265 1,046
bbpress discussion – setup and run it, problems and solutions 9 20
RSS posts RSS topics for latest discussions
Join us! or log in (lost password?):