daenterpri
Forum Replies Created
-
Been trying to contact you guys. I really need to get a newsletter sent out and it’s still not working right. Links do not go to their respective pages. They just take you to the home page. Need help!
Forum: Plugins
In reply to: [SendPress Newsletters] Links not working or Email showing 404 pages?Hey Josh!
Sent another ticket and I sent you a test of my email newsletter. I continue having this issue of links not working properly when sending. I’ve disabled tracking within Mandrill and followed your suggestions. Let me know how I can get this fixed, thanks!
Forum: Networking WordPress
In reply to: Recent Posts ScriptThank you! That worked!
Here is the format for tags:
<ul> <?php global $post; $myposts = get_posts('numberposts=5&offset=1&tag=tagslug,tagslug2'); foreach($myposts as $post) : setup_postdata($post); ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul>Forum: Networking WordPress
In reply to: Recent Posts ScriptDoes anyone know how I can get the above Recent Posts code to display only posts with certain tags?
Forum: Networking WordPress
In reply to: Recent Posts ScriptDo you happen to know how I could filter the recent posts by tags?
Forum: Fixing WordPress
In reply to: Recent Posts showing draftsThanks for the suggestion! Unfortunately it didn’t work.
Any ideas?
Forum: Networking WordPress
In reply to: subdomains and MUOh thanks Andrea! Sounds good 🙂
Forum: Networking WordPress
In reply to: Recent Posts ScriptThank you so much! That works perfect!
Forum: Plugins
In reply to: Recent Posts codeThis is a recent posts script by the way.
Forum: Hacks
In reply to: Removing parent category from permalinksDoes anyone know how to do this?
Forum: Plugins
In reply to: Removing Parent Category from PermalinkDoes anyone have any idea on how to go about this?
Forum: Plugins
In reply to: Removing Parent Category from PermalinkEh? Anyone?
Forum: Fixing WordPress
In reply to: Parent Categories and Child Categories in SidebarAnyone? Anyone? Beuler?
Forum: Fixing WordPress
In reply to: Custom Single.php pagesAh, thanks! I think that is the right track.
Forum: Fixing WordPress
In reply to: Custom Single.php pagesAnyone? It seems like this would be simple, but I cannot find anything.