fuf
Forum Replies Created
-
Forum: Plugins
In reply to: [Navayan Subscribe] [Plugin: Navayan Subscribe] Sending Two EmailsThis problem STILL isn’t fixed. The biggest problem in an otherwise great plugin.
Forum: Themes and Templates
In reply to: Modifying twentyeleven_posted_on to show the post timeThanks for your solution also peredur. I’m not entirely sure what you mean about the esc_html() security thing, but since alchymyth’s solution uses %2$s to display the time (which I assume corresponds to “esc_attr( get_the_time() )” somehow) am I right that I don’t need to add anything else?
edit: forgot to mention, I am using a child theme, so no worries there.
Forum: Themes and Templates
In reply to: Modifying twentyeleven_posted_on to show the post timeThanks a lot alchymyth, that works great. Although I can’t say I understand why it works!
I ended up cutting out all the links and author stuff and changing the date and time around so now it looks like this:
printf( __( '<time class="entry-date" datetime="%3$s" pubdate>%2$s, %4$s </time>', 'twentyeleven' ),Which produces: “1:12 pm, August 23, 2011”.
Forum: Fixing WordPress
In reply to: Best way to manage and display a hierarchy of posts?Thanks. I think I get what you’re saying.
Is there an easy way to list (within a post) all the posts in a certain category, or all the posts with a certain tag, or all the posts with a certain custom field?