go41

the info you need to know


von Joern
Keine Kommentare

Hi everyone!I recently installed Arthemia on my WP site, and need to make a couple of changes. Can anyone help with this:1.) How do I move the category bar up so that it is below the nav bar? I have seen this on other sites using this theme and would…


von Joern
Keine Kommentare

imho the way to add the sort code for a custom field with the name 'YOUR-CUSTOMFIELD-NAME' should work like this for each sectionCode:<?php query_posts('showposts=20&cat=26&orderby=meta_value&meta_key=YOUR-CUSTOMFIELD-NAME&order=DESC'); $i = 1; ?>the word YOUR-CUSTOMFIELD-NAME has to be the name of the custom field to sort by the values of this field, here the name…