omcfarlane
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Fields and URLsThanks arcater, that plug-in was just what I needed to deal with my second problem.
However, I still can’t figure out how to have that custom field url wrap around my image. I thought this would be something I could set-up in the template, but clearly it’s going to involve some sloppy hacking. Any thoughts?
Forum: Themes and Templates
In reply to: wp_list_categories outputUnderstandable, but I don’t understand why if there is the title tag, does it nest it improperly like that. I mean, am I the only one that thinks so?
Forum: Plugins
In reply to: A page between postsOh my, thank you so much!
I was going to writer about how I was 90% of the way there and request some more help because I noticed that Pages don’t use excerpt tags but I couldn’t find the correct array(?) to just display what was above the –more–.
Low and behold I found this plug-in and now it works! I will say that if there is a non-plug-in way to do this same thing, I would be willing to try it but for now I’m all set.
Thanks a lot for everyone’s help!!!!!
Forum: Plugins
In reply to: A page between postsHi again,
I’ve spent the last two hours trying every possible variant of that code I could possibly think of and while I can get it to display regular text, it refuses to return the requested page. I’ve use the get-a-post plug-in as well as the_permalink with the_excerpt function. Nothing seems to work.
Any insight would be greatly appreciated.
Thanks.
Forum: Plugins
In reply to: A page between postsThank you for the heads up. I found that site earlier and tried it with the get-a-post plug-in, but when I do, nothing shows up.
Here’s my code —
<?php
if ($postnum == $showadsense1) {
get_a_post(17);
}
?>
<?php $postnum++; ?>It seems easy enough, but I must be missing something.