Until some time ago there was a good plugin for this called “post teaser”:
https://www.ads-software.com/extend/plugins/post-teaser/
but it doesn’t work for WP2.6 (and the developer didn’t reply to comments in his blog asking for a 2.6 compatible version).
so I am asking if someone here know of a simple solution on how to split the content of the blog.
I plan to use this for a blog aggregator I recently built for dance bloggers on: https://www.dancebloggers.com/
(right now I am using the_excerpt, but it entails lack of consistent format, so I am looking for a better solution)
Thanks allot for the reading and willingness to help,
Tal
I’ve reinstalled a clean copy of 2.6 but haven’t upgraded all the plugins.
Is that the problem or what. Help!
Thanks.
My setup;
-Wordpress address in a subfolder: /blog
-Blog address in the root of my domain
-Permalink structure: /%postname%
-Pages with a slug name the same as a subfolder name of this domain.
Each page lists photo galleries which are located in the applicable subfolder of my domain. So when you click on the gallery link you switch to a gallery (made in photoshop) which has a link back, one level up, like this: ../index.php ; which should display the right page, named the same as the subfolder. (using this structure I can standardize the galleries, and work with different people editing each their page and their galleries).
This worked in version 2.3, because I had modified the index.php files in each domain-subfolder (for each page) to call the wp-blog-header.php from the wordpress subfolder, like this (note the two dots):
require(‘../blog/wp-blog-header.php’);
While the index.php file in the domain root has instead:
require(‘./blog/wp-blog-header.php’);
The same setup now in v2.6 doesn’t work anymore. I end up in a redirect loop when I try: https://hulstalphen.eu/j/. Here the subfolder of the domain is named ‘j’ while the page slug name is also ‘j’.
I discovered that v2.6 handles the .htaccess file differently from v2.3
In v2.6 it inserted in .htaccess;
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
While in v.2.3 it inserted the WordPress address in .htaccess;
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
I suspect this is part of the problem; but I haven’t been able to solve it. Any tips or solutions would be welcome!
Note: My server runs PHP 4.4.8, mySQL 5.0.51, Apache 1.3.37 and I have been researching this problem on www.ads-software.com and trying several things, to no avail.
]]>I just upgraded to 2.6 and have also upgraded all used plugins. I’m trying to add another (Category Cloud) now but after activating, when I go to the Settings page it won’t load – no error message, just a blank page. Any ideas why this might be or how I can find the cause? I use about 30 plugins so deactivating one by one is a slow process.
Thanks!
]]>I have no idea what happend but the site of my client has been broken after the update of WP2.6. Site URL is www.q80s.com
I have no idea what happend, but the site just doesn’t display single post pages. Re-directs users to 404 page.
Any help is greatly appreciated.
]]>i upgrade to WP2.6.. after that i had a lot of problems with categories… some of them i could solve using wp-database… but the situation is, i have the following category structure:
Books
– Economics (first level)
— game theory (second level)
— Principles of Economics (second level)
I have 5 child category(2nd level) inside book category… i set it to open a sidebar_book to all the child categories inside book using a (is_category()) function…
after upgrade to wp2.6 only one of the child category (2) do not call the right sidebar, it calls sidebar.php
I already tried to set a if (is_category()) using the child category ID but it didn’t work…the problem is with “Principles of Economics”
PLEASE HELP!
thanks in advance.
morgan
]]>Fatal error: Class 'WP_Styles' not found in /home/www/html/wp-includes/general-template.php on line 1173
Any ideas?
]]>