Design Dude
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow] Responsive issueI’m developing a child theme of twenty sixteen. At times, for certain browser window widths, the slideshow width gets dynamically set to width:0 or width:1, so the slideshow doesn’t appear. When I increase/decrease the browser width, the slideshow may reappear…
Not sure if I’d done something to the childtheme to break the slideshow?Forum: Plugins
In reply to: [The Holiday Calendar] Error: Missing argumentYup. That fixed it! Thx
Forum: Plugins
In reply to: [The Holiday Calendar] Error: Missing argumentNope. That was already there and defined false. I’ve activated the plugin to show you the error. Perhaps it will help to understand the problem?
Got it working! Thanks. So simple once I got my head around it.
Shouldn’t this work using below? I tried and it did not…
<?php query_posts($query_string . ‘&cat=-4’); ?>I’ll take a look thanks. After thinking more about what you said it sunk in.
Now, I just need to figure out how to use queries.Hmmm, I think that there might be a misunderstanding, or else I don’t understand WP/php well enough to execute your answer above.
Here’s what I’m trying to do:next_post_smart('%link', '<', TRUE, '4'); previous_post_smart('%link', '>', TRUE, '4');
So I want Smarter Navigation to navigate through posts of a referrer category, but I want to exclude any posts from the post ID ‘4’ category.
Forum: Themes and Templates
In reply to: Conditional tags not working in excerpt length filterDid anyone find a solution for this? I’m having the same difficulty