bowoolley
Forum Replies Created
-
Forum: Plugins
In reply to: Flickr Photo Album killed Flickr Gallery??More information – this is the argument that’s causing the problem:
<?php foreach ( $photos[‘photo’] as $photo ) : ?>
Thanks again…
B. W.
Forum: Fixing WordPress
In reply to: Show one category with Remix templateHalleluia, life is good! After another few hours of head-scratching (yes, I’m a php noob, I admit it) I finally found the solution. I replaced the above code with this:
<!–remix:<?php query_posts(‘cat=21’); ?>:remix–>
<!–remix:<?php while(have_posts()) : the_post();?>:remix–>
- <!–remix:“>:remix–> <!–remix:<?php the_title(); ?>:remix–> <!–remix:<!–remix:<?php the_content(); ?>:remix–>:remix–>
<!–remix:<?php endwhile; ?>:remix–>
That was entirely too simple to justify hours and hours of research!
Thanks anyway…
Forum: Fixing WordPress
In reply to: Show one category with Remix templateSorry – Remix is a WordPress template that I purchased and am using for my site. The code evidently makes reference to Remix template or style files that I can’t locate anywhere…
Should have been clearer in my question!
Forum: Fixing WordPress
In reply to: Php disappears when editingOK, not resolved really, but I’m using BBEdit to edit the file directly from the server. Problem not resolved in the absolute sense, but I’m closing the question (no replies anyway!!)
Forum: Fixing WordPress
In reply to: Php disappears when editingJust found out that this only happens when using the visual editor. I have unchecked “use visual editor” in the user’s interface, and things seem to be ok. But I’m afraid that if I inadvertently go to the visual editor to check something out before publishing, the code will disappear again. Is there a fix??