Forums
(@bornfamous)
19 years, 4 months ago
It worked! Thank you!
Can anyone spot what I did wrong in the code above?
Here’s where I put the query_posts tag, but it doesn’t work:
<?php query_posts(‘cat=1’); ?> <?php if ($posts) { ?> <?php foreach ($posts as $post) : start_wp(); ?> <?php require(‘post.php’);?> <?php endforeach; ?>
19 years, 5 months ago
Perfect–thank you!
Oh, wait–I see the checkbox below the Write box: “Add notification for this post in the newsletter” — perfect!!!
Thanks–it works! Now I have a question: is there a way to make the notifications work only if I post in a particular category?
I could also use some help. I don’t know how to implement this plugin on my site:
https://stalkingthebeast.com/subscribe.php
19 years, 11 months ago
It worked! Thank you!!!
Yes!!! Thank you!!!!
20 years, 1 month ago
Thank you!