dcroe05
Forum Replies Created
-
Ooops. Sorry for the mistake, and thanks for the link.
Forum: Plugins
In reply to: [Etsy Shop] Can I Call it from the template file?I’m helping a friend update her site. Currently she’s using an Shop theme, but she’s tired of updating her site and her Etsy store.
Right now her site displays a list of products on the front page (this is coded into the template). I want to change it to automatically pull from her Etsy store.
Forum: Plugins
In reply to: Jetpack blog subscribers stopped receiving emailsSame here. About 2 weeks ago it stopped.
Forum: Plugins
In reply to: [Submittable] [Plugin: Submittable] enable_order_by_date ErrorThat seems to have done the trick for me.
Thanks.
Question: Could the problem have been inadvertently caused if the wrong domain was entered? When I installed the new plugin I notices that my co-admin had entered the full subdomain path instead of just the “xxxxxxxxx” part. I just thought I’d add that in case it helps debug.
Forum: Plugins
In reply to: [Submittable] [Plugin: Submittable] enable_order_by_date ErrorThanks for looking into this. I wasn’t sure what you meant in your last message, but I just wanted to be clear that my blog does not use SimplePie.
Forum: Plugins
In reply to: [Submittable] [Plugin: Submittable] enable_order_by_date ErrorI am using version 3.4.1.
Forum: Installing WordPress
In reply to: Auto Upgrade Fix for 1and1 usersI have to agree with the previous comment. This was such a pain in the neck to work around…and so simple a fix.
Thank you.
Forum: Fixing WordPress
In reply to: PHP: Setting post ID to a variableWorks great. Thanks a bunch.
Forum: Everything else WordPress
In reply to: Signature BlockActually I was planning on using the “about the author” and the_author_description to accomplish this but I I thought you couldn’t use html in the field. Is there a way to use HTML?
Forum: Themes and Templates
In reply to: Can I count the categories for a post?Thanks….worked like a charm.
Forum: Themes and Templates
In reply to: Syntax question for multiple is_categoryThat one doesn’t work either I tried that before I even posted this topic.
Thank you for your help. I’m going to try to solve the problem a different way.
Forum: Themes and Templates
In reply to: Syntax question for multiple is_categoryYes you did explain it. And I said thank you.
However, neither
if ($cat != 26 && $cat != 3)
or
if (!is_category('26') && !is_category('3') )
worked.When presented with a category that is part of categories 26, 3 & 1, each of these statements evaluated as true. Likewise, they evaluated as true for a post in categories 26 & 3.
Nevermind…I’m going to try a different solution.
Forum: Themes and Templates
In reply to: Syntax question for multiple is_categorywhooami,
I could have sworn I tried that.
Thank you for your time. I’ll get back to this in the morning with fresh eyes.
Forum: Themes and Templates
In reply to: Syntax question for multiple is_categoryrudolf45,
Thanks for the link. But what that doesn’t answer is the part I’m having the most trouble with. How do I phrase an if condition to result in true if a post falls into a category other than 26 & 3?
Forum: Themes and Templates
In reply to: Widget borders in the sidebarWell, in general, the following CSS line will add a black, thin solid border to the top of whatever class you add it to in the stylesheet…
border-top: #000000 1px solid;
I can’t view your stylesheet to give you more specific directions because your blog is in maintenance mode.