eric.lasher
Forum Replies Created
-
Forum: Plugins
In reply to: [Network Latest Posts] [Plugin: Network Latest Posts] Not Showing excerptsThank you iluminatus,
I assumed it was parsing through post_content not post_excerpt.
I modified the plugin to look in post_content and it suits my needs now. I appreciate your insight. Many thanksSorry, the error was a redirect error.. not resolve error.
Forum: Networking WordPress
In reply to: MultiSite 404 Error on Second PagesWe are still having the same issue as noted above, we have upgraded to 3.3.1 and still no luck… You should be able to replicate it https://blog.unmc.edu/ click on one the blogs and go to the older posts to see what i’m talking about. Here is .htaccess
Quick FYI, tried with twentyeleven theme with zero addons and still had the same problems
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]
Forum: Networking WordPress
In reply to: MultiSite 404 Error on Second Pagesexact same problem here, it is sporatic and once you close and re-open, it comes back.. Is there a resolution for this? I can confirm all my settings are same as russepps above, occurs on multisite installation with 23 blogs, regardless of what theme is used.
Forum: Networking WordPress
In reply to: Multisite and LDAP loginsjkhongusc… can you outline what changes you had to make to the plugin for Sun Ldap? Thanks