miotracosa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2.5 – it eats my Amazon links!Oh I forgot to mention that I also enclose the
<iframe>
code in<div>
tags and use a CSS class or ID or an explicitstyle="float:left"
setting to get the text to wrap around the image.Forum: Fixing WordPress
In reply to: 2.5 – it eats my Amazon links!You are correct to fear the “visual editor”. This seems to be what was wiping out my Amazon.com affiliate widget codes. You can disable this under your user account. I recommend you do this.
Forum: Fixing WordPress
In reply to: query_posts() and get_posts() eliminate conditional tags?Kafkaesqui, your solution is awesome, very clean! Many thanks.
I wish that all suggestions to use
<?php query_posts("cat=any_cat_id"); ?>
could be removed from the archives to spare anyone else these problems.Now I’m back in action with using Daiko and Widget Logic.
Forum: Fixing WordPress
In reply to: query_posts() and get_posts() eliminate conditional tags?Using page name variable to show a category of posts
Why are you using a Page to show posts in a category, instead of using the WP’s built-in solution, the Category_Templates? Just curious…
As one who has done the exact same thing I can provide some valid reasons:
- Desire to have normal looking URLs: such as:
https://www.truefatherhood.org/articles - Page templates easily managed with pages, not with categories
Sometimes I ask myself this same question when I find myself struggling.
Hey eknekn, if you are still out there, please update on your requirements. Sounded great.
Forum: Plugins
In reply to: Widget Logic Troubles With Category Filter AppliedOh, it seems that after I took Widget Logic out of my searches and focussed and the real cause I found my answer:
Forum: Plugins
In reply to: Widget Logic Troubles With Category Filter AppliedOK, I admit this isn’t really an issue with Widget Logic. After some additional testing with “daikos-text-widget” I found that WP was flipping the identity of my page to that of a category with the inclusion of the
<?php query_posts('cat=5'); ?>
code.So, one work around is to use Widget Logic with all
is_category('Reviews')
logical functions. This seems a little dirty though, or rather the<?php query_posts('cat=5'); ?>
is starting to feel like a dirty hack. Opinions? Other options? Thanks. - Desire to have normal looking URLs: such as: