All posts tagged tag
Wordpress and Webdesign Forum go41 » Tags » tag
| Topic — Add New » | Posts | Last Poster | Freshness |
|---|---|---|---|
how to show only the first tag of a post in WordPresscan anyone give me a hint how to show the first tag associated with a post only and leave other tags out? I need this for the tab titles of a tabbed content for tags. 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 | 2 years |
Optimize Arthemia Free SEO FriendlySomeone asked if it's enough to put a H1 tag around the title of his Arthemia site to make the template more SEO friendly. My opinion I want to give you here: looking at your (or any other) site with ... |
1 | Joern | 2 years |
Add New Topic
You must log in to post.