WTFranklin
Forum Replies Created
-
Forum: Plugins
In reply to: WishList Members not finding member content after loginI realized my problem was a n00b mistake on my part. For anyone running into this problem, especially with the Wishlist Members widget, be sure to make your custom theme a child of one of the prepackaged themes that comes with wordpress or another compatible one listed on their site. Hopefully, someone else finds this useful and can learn at my expense 🙂
Frank
Forum: Themes and Templates
In reply to: the_category acting strangely with query_postsActually, I figured it out with some more google searching and meddling. If I use the query_posts function I have to add in the variable $query_string and an ampersand for the query variable like this:
query_posts($query_string . '&posts_per_page=5');hopefully that helps someone!
-Frank
Forum: Fixing WordPress
In reply to: Excluding categories in wp_get_recent_postsThat did the trick after altering my existing code to work with it. Thanks!
Forum: Fixing WordPress
In reply to: Excluding categories in wp_get_recent_postsThanks for your reply. I’ll have to take a closer look at that in the morning.
Forum: Fixing WordPress
In reply to: Getting the category slugOh okay. I saw that function many times searching for this and finally tried putting it in my other foreach loop and it works perfectly. Thanks so much for the help!