jesulliv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need plugin to mail to internal mailing listThanks. Yeah, I think the mailman plugin is dead. I took a look at that the other day.
Do you know of a plugin that will create an HTML newsletter from posts?
Everything I am finding is either a subscription manager or they send manually entered text emails.
Forum: Fixing WordPress
In reply to: Need plugin to mail to internal mailing listHi. Thanks for the reply.
Unfortunately I am rather restricted because everything must be internal (this is for our sales team to use). I don’t think I will be able to set up an external service like Feedburner for this task.
I already have the mailing list. I just need a plugin that will a) take specified posts and create a newsletter, and b) mail to that list.
Forum: Themes and Templates
In reply to: Why is my Javascript not working after using wp_enqueue_script??Perhaps it is my (admittedly) basic understanding of scripting, but I thought once I got the links to include in the head that that was all I needed. I thought maybe the ordering made a difference, so I changed them to load in the proper order and still no luck.
I also tried registering them with wp_register_script first, but this didn’t work either. And from I have read registering isn’t entirely necessary in most cases anyway. Is this correct??
Forum: Fixing WordPress
In reply to: How to display latest posts from first cat id??It worked!!! Thank you so much, Edward.
I’ve been trying to figure this one little sidebar piece for the better part of the day.
Thank you for saving me much time and frustration. If you are ever in North Carolina, beers on me. ??
Forum: Fixing WordPress
In reply to: How to display latest posts from first cat id??Catchable fatal error: Object of class stdClass could not be converted to string…
Changed the double quotes to single and it displays 2 posts, but one is the current post and the other isn’t from the right cat.
Forum: Fixing WordPress
In reply to: How to display latest posts from first cat id??Thank you for clarifying that.
OK, so given that I am setting up the categories and thus can be sure that the category I want excluded will always have the higher number, how can I show only posts from the first, or lower ID, category???
Forum: Fixing WordPress
In reply to: How to display latest posts from first cat id??Can anyone confirm that wp recognizes the lower number as the first cat id? I should probably make sure I have that bit straight before I try anything else.
I’ve been searching on the subject and can’t seem to find a straight answer.
Forum: Fixing WordPress
In reply to: How to display latest posts from first cat id??Thanks. That displays the 2 latest posts, excluding the current. But it is not displaying from the correct cat.
This is where I keep getting stuck. Each post has two cat ids. I need only posts in the first category displayed. (I am assuming “first” is the lower cat id number.)