Webdesign – go41

reinvents

Keep all your WordPress files on your PC with FileZilla

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

Category view in Arthemia optimized

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

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