intcon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Two categories on one page – need help.ok..I tried that and got a syntax error…I’m thinking I have one of these <? wrong..I’m replacing
<? while(have_posts()) { the_post(); ?>with
<?php $my_query = new WP_Query('category_name=news,blog'); while ($my_query->have_posts()) : $my_query->the_post();does it need another ?> at the end?
sorry…I’m still learning. =)
Forum: Fixing WordPress
In reply to: Two categories on one page?Can you help me with this?
Forum: Fixing WordPress
In reply to: Two categories on one page?I’m afraid I don’t know the custom shortcodes function? is there a link you can give me on it? The page is actually on a site someone else has made….they have a category-news.php page….which they’d like to add another category feed to…and possibly allow comments?
Forum: Plugins
In reply to: Plugin Magic FieldsAny pointers? I’m begging for an answer of any type…..one small hint might give me all I need …please….
Forum: Fixing WordPress
In reply to: the_excerptwoohoo!! the first one worked…thanks so much!
Forum: Fixing WordPress
In reply to: the_excerptForum: Plugins
In reply to: Plugin: TTF_Titles – use in widgets – use other than default styleanyone? any ideas?
Forum: Fixing WordPress
In reply to: Replicating a siteawesome. If I have full ftp access and access to their hosting service, that should all work. thanks govpatel!
Forum: Installing WordPress
In reply to: Upgrade Failed, Manual Installation FailedAaaaaaand 12 hours later, we have success. Thanks much!!!
Forum: Installing WordPress
In reply to: Upgrade Failed, Manual Installation FailedOk..that took forever. =) Followed the rest of the instructions, but now my password doesn’t work. But the site is back online. Waiting for an email to reset my password so I can see if the dashboard etc is still there!
Forum: Installing WordPress
In reply to: Upgrade Failed, Manual Installation FailedThe folders are 501….(I’m using ws-ftp from ipswitch)
I changed them to 755, and attempted to delete again. This time it went. =) Thanks govpatel.One more question – in the WP how to update page it says
Upload the individual files from the new wp-content folder to your existing wp-content folder, overwriting existing files. Do NOT delete your existing wp-content folder. Do NOT delete any files or folders in your existing wp-content directory (except for the one being overwritten by new files).
the only “loose” files I have in wp-content is index.php and wp-cache.php. do I also upload the folders as well? I’m not sure what it means by individual files.
Forum: Installing WordPress
In reply to: Upgrade Failed, Manual Installation FailedOk…tried overwriting, two items failed. Tried overwriting the index.php from the wp-content folder, it failed. the site is still there, but can no longer log in.
Forum: Installing WordPress
In reply to: Upgrade Failed, Manual Installation Failedso I can’t just overwrite?
Forum: Everything else WordPress
In reply to: Spam on non-existent postsworks!!! thanks esmi!
Forum: Everything else WordPress
In reply to: Spam on non-existent postsok..i’ll give it a shot!