syncbox
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2.8.2 Blog, Themes, Plugins = GoneI’ve updated several sites to 2.8.2 without issue, backing up the data and the files first, of course.
Did you manually upgrade or let something like Fantastico do it? What hosting company? Maybe they are having issues? I know MidPhase.com had some issues with Fantastico Deluxe “retrograding” upgrades last week… but it’s been fixed.
I had a site go from 2.7.1 to 2.7 instead of upgrading to 2.8x which nearly killed it and took me 3 hrs to figure out it wasn’t something in the files that I did.
Please provide a URL to a page where you are only getting an excerpt and that may help us help you….
I think its in these lines:
div class="entry clearfloat"> <?php the_content('Read the rest of this entry »'); ?>um, change THAT part *** the_content(‘Read the rest of this entry »’); *** to say the_excerpt instead?
You are either using the <!–more–> function IN the actual content of the post (which hides everything after it until you click the link to read it) OR the file being used to display this content isn’t this one… OR your single.php file has the same code (it shouldn’t).
A URL so we can make sense of where this is happening would definitely help.
Forum: Fixing WordPress
In reply to: Someone put a iframe on index.php fileRead the sticky thread regarding podpress and gOOgle.net infections/malware…
You will find that in index.php, page.php, category.php, archive.php and any CUSTOM page or category php files (in your theme folder)…
Those are the only places the content is called unless you have some custom theme that uses multiple loops. Still, using something like Dreamweaver (a recent version and ONLY from code view) or the like, you should be able to do a search for “the_excerpt” (you won’t use the quote marks) in the theme folder and get all references to calling the_excerpt(); function.
You WILL NOT be able to adjust this from the admin edit pages for a post or page. If you are using WordPress itself to edit, you have to go to (in recent versions, anyway) Appearance, then to Editor and select the file from the Theme files list on the right (v2.7+)
————-added just now:if you are clicking a post title and not getting the full content, you probably need the single.php file. Does your theme have one? If not, look in either the default or classic theme folders for one and see how this differs from the base index or page or category files.
Hope that helps!
Forum: Themes and Templates
In reply to: Show last post within all categories, except 1 categoryyes, but how to limit it to the last post ONLY, especially in multiple loops?
Forum: Alpha/Beta/RC
In reply to: 2.7 New admin interfaceI’m having issues with lists of pages and posts in the 2.7.1 admin interface… the table is too wide, cutting off the content on the right. No adjustments made to it by me, so not sure what is causing this because I have other 2.7x sites that don’t have the issue.
Anyone seeing that?
Forum: Fixing WordPress
In reply to: Change posts order methodAdd the category id, as in
<?php query_posts('cat=51&order=ASC'); ?>note that the ampersand above was converted from
&
— a new lame effect here in these forums
and, of course, use YOUR category’s ID number!
Forum: Fixing WordPress
In reply to: pagination (.navigation) in custom category pagesOn looking back at my custom category template… there IS NO custom query, so eliminate that in my list. I’m looking at the plugins now…
OK. I was using Adhesive (plugin) by Owen Winkler. Once I deactivated that, prev/next started working again.
Now I need to go see what I was using it for (sticky posts, I think) and see how broken that is and try to fix it.
thanks anyway!
Forum: Fixing WordPress
In reply to: WordPress doesn’t work!Just fyi, if you put RSS issue or something similar in the title, you are more likely to get help and later, it will be more useful to everyone who might have the same issue when searching.
Not sure what you mean by “RSS fed”? You mean no one is requesting your feed or you can’t request it? You might want to submit your site to Google and also use some sort of SEO plugin to be sure that you don’t have a “no follow” command keeping bots and engines from indexing and following your posts.
Anyway, that’s where I’d start AND I’d title my help requests with something less generic than “WordPress don’t work”.. oh, and use tags like “RSS” for the post.
Good Luck with it!
Forum: Fixing WordPress
In reply to: posts displaying in reverse order after upgrade?BTW, you can use the pre tag to keep the ampersand in it’s original state here in the forum (a pita, to be sure!)
Forum: Fixing WordPress
In reply to: posts displaying in reverse order after upgrade?um, did you notice that is the EXACT code I used above?
I have tried both the entity
&
and the
&version. Neither works. It may be a database issue but I’ve not contacted godaddy yet to find out.Thanks for trying to help, though. And if anyone else has suggestions I haven’t already tried, they are much appreciated!
Forum: Plugins
In reply to: Increase number of pages/posts in “Edit Posts” and “Edit Pages” pageThanks goodness for Scott Reilly – he makes some of the most useful WordPress plugins out there! His Get Custom Fields plugin rocks!
Thanks, SCOTT!
And thanks for this solution to a major oversight in the 2.7x upgrade…
Forum: Requests and Feedback
In reply to: WP ADMIN – Edit – ALL POSTSCouldn’t agree more — this is a total pita… and no real acknowledgment or fix suggested?
Forum: Installing WordPress
In reply to: GoDaddy automatic upgrade to 2.7Well here I sit with my client’s WP @ godaddy site BROKEN. I backed stuff up and used that auto-upgrade to 2.7.1 in the Blogs/Wordpress/My Apps area and for the second time today, i am on hold with GD. And YES, I disabled all plugins before upgrading.
At first it said “pending patch”
then, it only upgraded (from 2.3.3) to 2.5.3
then, it went to 2.6.x(something)At that point, I removed those files, downloaded and tried to manually install. Modified the config to use the correct info and add the auth keys… then uploaded all the custom theme files and the .htacess file
But now… I go to login and even though the username and pw are correct (no error message for that) it just keeps saying “Log in Again”
WTF? BTw, it was giving that error in the 2.5x and 2.6x installs, too… which prompted me to do the manual install.
Forum: Fixing WordPress
In reply to: Post 2.7 Upgrade – Bulk Edit Posts IssueAn additional issue with bulk editing is that when you use the “All Posts” feature to add a category or tag or whatever you CAN do… you only get 15 posts and there are NO <<next | prev>> links to the next or previous 15 posts to bulk edit.
Making All Posts useless, don’tcha think?