Alkorr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTML code only for a specific Post IDI try is_current but it does’n t work either…
Forum: Fixing WordPress
In reply to: Categories and Taxonomies not showing correctly on index.phpAny idea? …. Thanks!
Forum: Fixing WordPress
In reply to: Categories and Taxonomies not showing correctly on index.phpI know it’s weird, those codes usually work fine but this time, I don’t know why they only show categories and terms related to the latest post… I reset the query…
Forum: Fixing WordPress
In reply to: HTML code only for a specific Post IDHi Troy, thanks a lot, your code works like a charm! 🙂
Thanks Raskull, I didn’t know this page of the Codex.
Could I dare ask for such a short code but not for a specific post ID but if I’m viewing the latest post (the most recent post published)?
Thanks again!
Forum: Fixing WordPress
In reply to: Get posts from 2 diff categories and with diff tagsHi esmi! How are, it’s been a long time! 🙂
If you say it’s complicated then I know it really is. So I will try to find another way to do what I want…
Thanks esmi! 🙂
Sorry I forgot to use the code button…
Forum: Installing WordPress
In reply to: WP 3.2.1 breaks my website with 404 errors!Ok I think I found out: flush_rules
I used it for rewriting the author archive URL.
I hope this bug will be corrected soon because I really need to use this function.
Topic closed!
Forum: Installing WordPress
In reply to: WP 3.2.1 breaks my website with 404 errors!Hi equalmark, I did. I disactivated all the plugins too and activated Twenty Two theme but no change, I still get the 404 errors…
I’m stuck!
Forum: Fixing WordPress
In reply to: Post by tag / Exclude tag / New functionOk, I’ve talked to someone who told me it was not possible to exclude posts with a specific tag from the query. I would like to know if it is true… Thanks!
Forum: Fixing WordPress
In reply to: Post by tag / Exclude tag / New functionA little help, maybe? 🙂
Forum: Fixing WordPress
In reply to: Post by tag / Exclude tag / New functionMay I dare asking again for help? &_&
Forum: Fixing WordPress
In reply to: Post by tag / Exclude tag / New functionGeez, I’m stuck… Anyone? Any idea? 🙂
Forum: Fixing WordPress
In reply to: Post by tag / Exclude tag / New functionI’ve found this thread:
http://wordpress.org/support/topic/display-posts-for-a-specific-tags-on-a-pageI used ‘tag_slug__and’ => array(‘books’) in my query and only the 10 latest posts from the tag ‘books’ are showing now. That’s great but I don’t know if it is the right way to do that.
Now I’m still looking how to exclude a specific tag from the query…
Forum: Fixing WordPress
In reply to: Post by tag / Exclude tag / New functionI checked the http://codex.wordpress.org/Function_Reference/query_posts but there is no info on how to get posts from a specific tag.
Still searching…
Forum: Fixing WordPress
In reply to: next_post_link not showing if no next postThank you very much alchymyth, this is exactly what I was looking for!
My question may seemed unusual like nsathees pointed out, but you always manage to find a solution. You’re a WP God, really 🙂
Forum: Themes and Templates
In reply to: No comments on specific category pages?Ok, don’t bother, I’ve found out myself: is_tag
But now, how is it possible to modify <?php comments_popup_link(); ?> so when the comments template doesn’t show, the comment is: ‘Comments not avalable’. Or else it still says ‘No comments yet’ and it is linked to the ‘supposed’ comments form.
Not sure anybody knows but I’m asking anyway. Thanks for your help! 🙂