All posts tagged post
Wordpress and Webdesign Forum go41 » Tags » post
| Topic — Add New » | Posts | Last Poster | Freshness |
|---|---|---|---|
add the previous / next post link to single post templatethere are themes like Arthemia which do not link from a single post to the previous or next post. To make navigation easier and improve your SEO by internal linking you can add these two links very easy! Find in ... |
1 | Joern | 1 month |
no double posting!hey still working and editing my arthemia theme and there is a small fix that has really been bugging me but I want it fixed. I would like the posts that show up in my headline/featured to not show ... Actually Arthemia has this function built in already. In your index.php under the div id="front-list" you have: <?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=-27,-28&paged=$page&posts_per_page=5"); ?> The part cat=-27,-28 means posts from the two categories with the ID 27 ... |
2 | Joern | 9 months |
making category appear as pageThanks. |
11 | kinyofu | 11 months |
wordpress query exclude one post or page in the loopA short code to exclude one or two posts or pages from the WordPress loop is easily done with 'continue' This means if the loop comes over the post ID you state in this line, it will just continue with ... |
1 | Pit | 11 months |
First line(s) of post/page scatteredLike many themes this one is using <?php the_excerpt() ?> There are quite a few ways to set the length of this text by coding something in your theme files (see: http://forum.go41.de/topic/how-to-set-the-length-of-the_excerpt-truncate-excerpt ) Most easy is in your post editor, ... |
4 | Joern | 1 year |
Two-column posts on home pagethis is not so easy to achieve... You could look at my theme Arthemix Bronze, preview is here: http://themes.go41.de/?wptheme=arthemix-bronze or Arthemix Green preview: http://themes.go41.de/?wptheme=arthemix-green It's actually quite similar to Arthemia, free WordPress theme download it here: http://themes.go41.de/wp-content/downloads/arthemix-bronze.zip on that site ... |
2 | masteradmin | 1 year |
display first Post full and following posts as ExcerptsHi Joern, the code work smoothly on the first try. I'm in the process of setting up a personal blog about birding and nature focused on the region where I live in Yucatan, Mexico. For now I am working offline ... |
3 | sereque | 1 year |
Show full post in feature |
6 | Joern | 1 year |
Add New Topic
You must log in to post.