Litow4
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Query Loop] Exclude category from queryBrilliant. I am not sure how I missed that.
Thank you for the follow up!Forum: Plugins
In reply to: [Advanced Query Loop] Feature Request – To Exclude posts from TaxonomiesSorry to post under a closed ticket, but I looked under all tickets and related docs, and I cant figure this one out.
I have 4.0.1 installed. But I do not see a way to exclude all posts of a given category, as described above.
I see Filters allow CATEGORIES and I can include the one I wish to show. But not an inverse.
Is the idea to add all categories in there except the ones we do not want to show?
That would be quite an effort as we have about two dozen categories at the moment. But I do not see alternatives yet.
Is there any related documentation I could peek at?
Thank you in advance!!
ps – this plugin should be part of the core WordPress installation. What a great implementation!Thank you for reaching out. Apologies, this went into my spam folder.
I wonder if there is a conflict with some of the other plugins, but im not running a complex site at the moment.
Ill look into collecting any logs. But it may be a while now. Hopefully still online.
Thank you again for reaching outThank you kindly. I will follow up there!
took a bit longer, but that worked, thank you for the email support
I noticed a new entry under the plugin UI. I guess ill try that next.
Fatal Error: 500
Please use the Small Server Settings and try again.Forum: Themes and Templates
In reply to: Tanzaku theme: how to hide the grid wrapper in single page?You may want to edit the style.css to control the look of cells.
In that file you can find controls on the layout of pretty much the entire theme.There are quite a few lines of code there to go one by one here. So. Probably best thing would be to back up the file and experiment with the numbers assigned to the various elements, until you find what you want.
You can access the style.css directly in your site’s administration, under appearance/editor
Forum: Themes and Templates
In reply to: Tanzaku theme: how to hide the grid wrapper in single page?Yep. Sorry. That’s what I meant by “commenting” it out.
It’s been a while. I just quickly peeked at my code. It looks like I removed it and that was it. If that doesnt work, let me know and Ill dig a bit more into it for you.
Having said, it sounds like there are so many combinations of this issue, so… hope it works for you…Forum: Themes and Templates
In reply to: Tanzaku theme: how to hide the grid wrapper in single page?Sorry. You dont need the plugin.
If you read the post again you can solve it by commenting this line in the index.php$new_query_arg = ‘paged=’.$paged;
Forum: Themes and Templates
In reply to: Tanzaku theme: how to hide the grid wrapper in single page?Never mind, this helped
http://ww.wp.xz.cn/support/topic/page-number-problem?replies=10Forum: Themes and Templates
In reply to: Tanzaku theme difficulties with excerptsNever mind. Found this post
Forum: Themes and Templates
In reply to: Tanzaku theme difficulties with excerptshmmm Thanks Pongs. Tried that, but no luck.
I wonder if this theme is not allowing the “summary” option in the Settings/Reading to work at all. I have:
For each article in a feed, show: Summary
But it looks like it is always displaying the full post independently
Forum: Themes and Templates
In reply to: Tanzaku theme: how to hide the grid wrapper in single page?Ahhhhhhhhh… I am having the same hiccup! Would love to see the code or know which function you changed, please!
Thank you Sved!!