ronchicago
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Gallery all of a sudden disappearednone installed.
Forum: Fixing WordPress
In reply to: Gallery all of a sudden disappearedhmmm. i’m set up with two sites with their own database – i was one year ahead of the big wp solution to that. both admins no warnings. and server is the same. is there a way for me to check to see if my server can talk to .org ?
Forum: Fixing WordPress
In reply to: Gallery all of a sudden disappearedsounds good. question.
1) why didn’t wordpress remind me there’s an upgrade. an alert usually goes on in admin.
2) you just reminded me a new plugin was activated yesterday. that was it. plugin is media-category-2. ty for that! this is a nice plugin, worth finding if there is a fix.
my isp said i can change time on server. i can’t find a good source on how to find the twitter time. i’m looking at dev.twitter forum. anyone on wp know answer?
i have a domain and sub-domain. my domain is connected to twitter just fine for quite some time. attempting to connect my sub-domain to twitter and used this plugin and getting the error that my server not in sync with twitter, etc. i unchecked the https in twitter setting. nothing changed. i notified my isp of the sync error and they have not responded. i’m thinking they are not going to change their time. strange why domain works and sub.domain does not. both domains have successfully applied for respective applications. i am afraid to activate this plugin in my main site which is currently working.
Forum: Fixing WordPress
In reply to: comment spamπ the second plugin is alive and well for 6 hours and seems to be earning its keep. thank you!
Forum: Fixing WordPress
In reply to: comment spamakismet always on and it appears up to date. v2.5.6
Forum: Installing WordPress
In reply to: error message on 3.3.1 installfixed it by installing new includes folder π
Forum: Plugins
In reply to: akismet issuethanks james. going to close this thread.
Forum: Plugins
In reply to: What is driving this twitter behavior in comments?i think it is the plugin backtype that drives the twitter blurb. i went to the backtype site and it generated a new api and so replaced the old api with this new one. don’t know where i got the old backtype api. the akismet api is different too. not sure how these api’s work. i would have thought they would all be the same.
i deactivated backtype during the api exchange last night then reactivated. today noticing a lot of twitter comments were lost in this process.
i have observed in other sites that backtype generated comments have the twitter avatar and there’s no “not found” blurb next to the username.
Forum: Fixing WordPress
In reply to: calling categoriestried this but getting an error = parse error: syntax error, unexpected ‘=’, expecting ‘)’…
<?php if ( is_category(array(212, 255, 258, 251, 252&childof=24) )) ?>Forum: Fixing WordPress
In reply to: Category list does not appear on my blogyou can build a list template and call the categories with something similar to this…
<div class=""> <h3>category:</h3> <ul class=""> <?php wp_list_categories('title_li=&childof=150, 208&exclude=3, 24'); ?> </ul> </div>Forum: Fixing WordPress
In reply to: Static Home Page to Include Latest Postsome possibilities…
1) your index may point you to ( name ) the static home page your looking for
2) if your home page is a post pull it up on the browser and look at the source code to help you find your file.
3) my home page does not have a post number/template. it’s custom and is named menu2rss.php as the page looks like a menu. i instructed my isp to have menu2rss.php be the first file read rather than the index. if someone set up your home page and did the same thing contact your isp and they will give your file name.
Forum: Fixing WordPress
In reply to: Category management or a different way to organize itemsback to categories until tags get more robust or someone shares some light.
it would be NICE in the admin > categories > when we add a category we could assign it to a post !
found a plugin that eases post editing = admin management xtended
Forum: Fixing WordPress
In reply to: Category management or a different way to organize items1) just realized john doe’s tag ID = term ID 2310. so i tried below with no success…
<p class="tagged"><strong>Actor:</strong> <?php the_tags(' · ') ?> <?php is_term(2310) ?></p>2) another thorn. when saved my tags arrange in alpha order rather than how i list them. having them appear as listed is preferable as i can precede tags with “Actor/Producer:”