thegoosenet
Forum Replies Created
-
I have searched for several days to no avail. I do not what the subscription form to show at the bottom of every page and post. I have the form placement option turned off. Yet, on every page and post the subscribe form shows up. How do I fix this?
Sorry–that’s a typo. The only email addresses are @churchoftheredrocks.com.
Forum: Fixing WordPress
In reply to: New Posts not going out to subscribersI am having the same problem. New posts are not being emailed out to subscribers. This only started happening recently. I need help.
I have the same problem. Per one of the suggestions, I upgraded Jetpack to Version 2.1.2. None of my posts are being sent to my subscribers.
Okay, one step forward. I am looking at a test user post that I submitted. Under custom fields I see the URL for the image. I have also looked at the code you provide in your custom field tutorial. Finally, I have looked at your usp_get_post_images(), which is in The Loop on my site.
As far as I can tell, usp_get_post_images() is mention to generate the code that looks like:
This is the part that is not happening–that code is not being generated in the post.
Is there something more that I should be doing?
Thank-you Jeff.
As to your comment Allan–There is a steep learning curve to all programming languages. It’s not how I want to spend my time. As far as finding another plugin, don’t think I haven’t looked. As far as I have been able to find out, this is the only game in town that does both–comments and pictures. Which is why I think Jeff should work on making it more user friendly.
See, maybe there is some basic thing I am not understanding.
Exactly where did you put this statement? in the page that calls the [user-submitted-posts] or in The Loop? I tried putting it in the page, but that did not work.
It’s unfortunate that not all of us are familiar with and know how to use PHP code. I am not sure that it should be a prerequisite for using wordpress.org. This is the first time I have been truly stuck using a plugin.
Ok, I changed it to look like this:
<?php if ( have_posts() ) {
<?php $images = usp_get_post_images(); foreach ($images as $image) { echo $image; } ?>
…Is the syntax now correct?
It still isn’t working.
But that is just it. I type in some text, I upload a picture, I submit it. When I review the post all I see is the text. I don’t see anything resembling a “tag” in the post.
I am sure there is something I am not understanding, but I would really like to make this work.
Could you please dummy this down for me.
I was quite surprised to see that my question is now msrked as resolved. This is not true. Per your previous comment, I re-installed the plugin: Version 20130104. I still can’t get the image upload feature to work. The image is uploaded, but there is no link between the post and the image.
It is already updated.
As far as I can tell, there is no way to know what image is uploaded to which post. Anyway, I am not sure I want to become that involved in someone else’s guest post. It is too bad I can’t resolve this. Would be a great plugin if it worked.
I’m sorry, but I still don’t get it. I looked at both your links. Are you saying that I should put the following in the index.php file?
<!–?php $images = usp_get_post_images(); foreach ($images as $image) { echo $image; } ?–>
I did this. I still a not getting the image in the post. It uploads, yes, but only the text appears in the post. I would really like to make this work.
By the way, when I say it’s live, I mean that members have asked me how to post pictures and I can’t give them an answer.
Thanks,
LaurieI have the same problem. What does one do with “template tags”?