individuelles und professionelles Webdesign, Programmierung und Internetmarketing

Archiv für die Kategorie ‘Wordpress Tips’

List one latest post per category on frontpage view

I will give you here a code to list only one post per selected category. You could include this code into your index.php to query for the last posts of the categories you put into this code.
The first and the last line makes the post appear only on first page.
In the array of categories are [...]

Weiterlesen »

3. March 2009 | Tags: , | 2 Comments »



Add Adsense between some Posts in WordPress

In WordPress on the frontpage you have normally a flow of posts.
I want to show you how to put any advertising link or Adsense code between one or more of this posts.
We are going to edit the index.php for this, so please make a BACKUP of this file before starting to change anything!!
We will do [...]

Weiterlesen »

1. March 2009 | Tags: , , , | No Comments »



Keep all your WordPress files on your PC with FileZilla

I see many WordPress user editing their files online with the theme editor. Doing something wrong with this it is hard to step back or restore your original theme files.
I never edited any files online but prefer to use a ftp client to access any files on my host.
Using FileZilla ‘the free ftp solution’ I [...]

Weiterlesen »

7. February 2009 | Tags: , , , | No Comments »



list pages custom styling in arthemia category bar

Some users of of arthemia theme would like to display pages instead of categories in the category bar of this theme.
This bar has a custom styling for each of the 5 categories displayed.
What we are going to do is take off the list of categories and replace this list with a list of pages.
The  bar [...]

Weiterlesen »

2. February 2009 | Tags: , , | 8 Comments »



List some pages with content in Wordpress

To list pages in WordPress you normally take this: <?php wp_list_pages(); ?>
But how to display some pages with the_content or the_excerpt?
I didn’t find a way to query specified pages by page_id and run a foreach loop, so we are going to get the pages one by one in separate queries and loops for each page.
Important [...]

Weiterlesen »

11. January 2009 | Tags: , , | 3 Comments »



List subcategories in category bar of arthemia theme

In the WordPress theme Arthemia theme by Michael Jubel is a wide category bar displaying 5 categories and their description.
Users of this theme having sub-categories will normally not see them on this bar. I will show you how to get sub-categories displayed if there are in different styles.
Let’s talk about the free Arthemia Magazine Style [...]

Weiterlesen »

13. December 2008 | Tags: , , , | 10 Comments »



Exclude one headline post from frontpage but not if is paged

The problem: I got a WordPress site with feature headline, the latest post of headline category.
Below I want to show all posts from all categories except this one.
But I want to display older posts from this category headline together with any post of any other category.
Next problem with this site, on frontpage have to be [...]

Weiterlesen »

2. December 2008 | Tags: , , | 1 Comment »



WordPress – grafischer Editor geht nicht wegen Filezilla Bug

Beim Updaten mehrerer WordPress Sites mit Filezilla 3.1.5.1 hatte ich Probleme mit dem grafischen Editor, der plötzlich nicht mehr da war. JavaScript – Funktionen wollten nicht mehr, im Dashboard (Übersicht) erschienen keine ‘Neueste Kommentare’, keine ‘Eingehende Links’ und keine Nachrichten aus ‘WordPress-Entwicklerblog’ und ‘Plugins’ mehr.
Beim Update lösche ich regelmäßig die Verzeichnisse wp-admin und wp-includes und [...]

Weiterlesen »

30. November 2008 | Tags: , , , | No Comments »



Category view in Arthemia optimized

Question: Can you display headline & featured block to each category and sub-category with different content like Arthemia already have on frontpage?
Answer: There is of course a way.
Wordpress takes in Arthemia theme the file archive.php if you select any kind of archive.
To get a special view for categories you could duplicate the archive.php and call [...]

Weiterlesen »

29. November 2008 | Tags: , , | No Comments »