jdestree
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: JQuery SortDo I have to display posts as
- ‘s? Is that even possible?
Forum: Fixing WordPress
In reply to: New status/flag/ribbon for postsOne last question, how long is this:
60 * 86400; //days * seconds per day
How many days? I don’t understand the formula.
Forum: Fixing WordPress
In reply to: New status/flag/ribbon for postsThat was the problem!!!! Thank you so much!!!!
Forum: Fixing WordPress
In reply to: New status/flag/ribbon for postsCan you post your entire page code? It might be helpful if I can see how you set things up
Forum: Fixing WordPress
In reply to: New status/flag/ribbon for postsAll I know is that when I add a tag that is not one of the three, thats when the problems occur
Forum: Fixing WordPress
In reply to: New status/flag/ribbon for postsHow do I get you that? This is an internal blog so I can direct you to a specific address…
Forum: Fixing WordPress
In reply to: New status/flag/ribbon for postshttps://wordpress.pastebin.ca/1684061
Thanks for all your help. I am driving myself crazy trying to figure this out…
Forum: Fixing WordPress
In reply to: New status/flag/ribbon for postsI am going crazy. I cannot figure this out! I’ve been working on this problem for many hours now.
Forum: Fixing WordPress
In reply to: New status/flag/ribbon for postsI went back to the code above and still get incorrect flags.
Here is an image of my result: https://www.postimage.org/image.php?v=aV10djxr
You will see I added an echo $tagsarray inside the if ($message) {
echo $message;
}Each post only has one tag associated with it: either new, final, updated or no tag at all
You will see the tags seem to stack.
Any ideas?
Forum: Fixing WordPress
In reply to: New status/flag/ribbon for postsForum: Fixing WordPress
In reply to: New status/flag/ribbon for postsI’m getting there.
I managed to get it to work with two issues:
1.) When the post has no tags, the previous message appears. i.e. First post was new, so the second post also shows new because it has no tags.
2.) The messages appear two in each post.
Forum: Fixing WordPress
In reply to: New status/flag/ribbon for postshmmmm, I can’t seem to get this to work. All I have to do is add the code in the loop and add tags on my posts, correct?
Forum: Fixing WordPress
In reply to: New status/flag/ribbon for posts@apljdi I wish I could do it with post date but because of the use of this blog install, I need the option to do it manually
Forum: Fixing WordPress
In reply to: New status/flag/ribbon for postswait, this only removes the image after the time right? Not the entire post?
Forum: Fixing WordPress
In reply to: New status/flag/ribbon for postsThank you!