dcloud
Forum Replies Created
-
Forum: Installing WordPress
In reply to: 3.0.1 Stuck in maintenanceI forgot to mention…my theme is Twenty Ten. I don’t know if updating to 3.0.1 would effect other themes, but it completely reset mine. I’ve also noticed a rather strange behavior since updating: no matter how many times I trash my pingbacks and trackbacks they keep coming back. Maybe we should start a WP 3.0.1 Bug thread.
Forum: Installing WordPress
In reply to: 3.0.1 Stuck in maintenanceI updated to 3.0.1 and it completely reset my entire theme (grrrr!). I’ve spent all morning manually changing it back. Thanks WP 🙁
Forum: Plugins
In reply to: [Widget Logic] Widget Logic Not Compatible with WP 3.0?I went with Dynamic Widgets instead. It works with WP 3.0 and you don’t need to insert any code to get it to work (and it does an excellent job).
Forum: Themes and Templates
In reply to: TwentyTen Theme – Change Homepage DisplayHi afar, do you mean like what I have on my own home page here?
Forum: Plugins
In reply to: [WP-Paginate] [Plugin: WP-Paginate] No previous or next links?The theme I’m using (2010 Weaver) has navigation links at the top and bottom of the pages. They are referred to in the code as “nav-prev” and “nav-next”. They’re not very attractive so I was looking for an alternative.
I was actually looking for a way to display my weekly comics using “next” and “previous” links, but I don’t think this will work for that. Appreciate the comments, though.
Thanks.
Hmm, oh well. Thanks anyway, Mike. Appreciate the help.
Mike, I tried variations of the link you wrote
<a href="http://mysite.com/adoption-application?si_contact_subject=I would like to adopt Freddy">here</a>. It’s not working though.The drop down box with the ferret names in it isn’t a “subject”, so I’m not sure how to code the link so it brings people to the form with the ferret’s name already selected.
Forum: Fixing WordPress
In reply to: How to get excerpts to work?I just tried replacing “the_content” with <?php the_excerpt(); ?> (in the loop.php) and it doesn’t change anything. I’m still getting the full post on the home page.
And I do have a short blurb written in the Excerpt box for those posts, in case you were wondering (grin).
Forum: Fixing WordPress
In reply to: How to get excerpts to work?CafeTica, thanks for that info. So how should I write it? I’m not sure how by what you said. Can you write it for me here so I can enter it correctly?
Forum: Fixing WordPress
In reply to: How to get excerpts to work?Sorry, the home page of the site I’m working on is: http://hide-e-hole.com/
There is no “the_content()” anywhere in the index.php file. I did find <?php the_content(); ?> in the loop.php file. Is that the same thing?
Forum: Fixing WordPress
In reply to: How to get excerpts to work?Thanks for the replies, but I’m unclear on both. First, where do I put <?php the_excerpt(); ?> in my code files? Second, I have nothing for “content()” on my index.php files.
Forum: Plugins
In reply to: [ZenphotoPress] [Plugin: ZenphotoPress] Can't get this plugin to workOh it wasn’t that, it was just that I could not figure out where to put the photos, like I asked in my first post. You said “ZenphotoPress is meant to be used with photos stored in Zenphoto: it’s not supposed to work with a simple folder full of files.” But you didn’t tell me how to do that.
So I had to look elsewhere.
Sorry, Mike, but I really didn’t understand any of that. I chose “fieldset(group)” from the drop down for the Ferret Names, but all that did was show all the variables (as text) on the form. So I have no clue how to implement what you said.
Thanks anyway. I’m looking forward to the update. Will everything I’ve done stay the same after the update?
I tried using the GET variables you posted, but with no idea where to put them I’m not sure if I’m doing it correctly. I tried various ways to add them to the link to the adoption form on one of the ferret pages, but no go. It will take me to the form, but it does not select the ferret from the drop down list at the top.
I have tried variations. Below is an example…
<a href="http://mysite.com/adoption-application?si_contact_SID=5">here</a>Am I doing it correctly? If not can you tell me where the GET variables go?
Thanks.
Mike, thanks for this tidbit of information. I’m now changing my submit buttons. I may use an image instead. Haven’t decided yet.