lameian
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Sitewide tags with thumbnailI tried to put this code to my theme, it works.
<?php echo get_post_meta( $post->ID, ‘thumbnail_html’, true ); ?>what i input in the custom field ‘thumbnail_html’ :
<img src=”https://www.imagelink.jpg” />however. does this mean, the ‘set featured image’ function cannot be used?
we have to use the custom field only?my theme use thiss to load the thumbnail:
<?php the_post_image(‘thumbnail’); ?>how to integrate with custom field? instead of using the feature image function?
thanksForum: Networking WordPress
In reply to: Define the same upload folder for all multisite blogslpstenu,
it cant pull the feature image….
main site: https://blog.do-did-done.com/
sub site: https://blog.do-did-done.com/lameiando i have to define the upload path or what?
thanks
Forum: Networking WordPress
In reply to: Define the same upload folder for all multisite blogsim having the same problem.
i use the same theme for different blogs. and with the plugin ‘WordPress MU Sitewide Tags Pages’, entries of different blogs are shown on one main blog. however images cant be shown.
no solution?
Forum: Networking WordPress
In reply to: 500 Internal Server Error – subsitesi’ve changed the .htaccess
old: RewriteBase /home/
new: RewriteBase /now the subsite can be accessed, however the main site is keep loading.
main: https://blog.do-did-done.com/
sub: https://blog.do-did-done.com/lameian/Forum: Networking WordPress
In reply to: 500 Internal Server Error – subsitesmy site: https://blog.do-did-done.com/
i juz notices that only the main page and admin page can be accessed.
‘about’ page occurs the internal problem also.all plugins are inactivated and twenty-ten theme is used.
thanks
Forum: Networking WordPress
In reply to: 500 Internal Server Error – subsiteshi, what do you mean by renaming the .htaccess?
create a new file and upload again?and will it be the problem of permission?
——————————–
in my .htaccess
——————————–RewriteEngine On
RewriteBase /home/#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>——————————–
thanks a lo
wp-config:
define(‘WP_DEBUG’, false);
define(‘WP_ALLOW_MULTISITE’, true);define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘shop.do-did-done.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );———————
htaccess.dist
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).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]—-
thanks
i got the same problem, however can you explain more for the solution.
‘AllowOverride FileInfo Options
in the vhost entry for that web account in httpd.config.’
thanks a lot ??
Forum: Installing WordPress
In reply to: server at WP-Files requires a user name for visitorsim hving the same proble… however there’s re ‘.htpassws’ & ‘.htaccess’ in the uploads foler? wot sud i do?
Forum: Fixing WordPress
In reply to: multiple blogs sharing users, but how to share comments?define(‘CUSTOM_USER_TABLE’, ‘wp_users’);
define(‘CUSTOM_USER_META_TABLE’, ‘wp_usermeta’);i have added these two lines to my two blogs…
however it doesnt work well…the main blog’s prefix: wp_
the 2ng: wp2_i tried register in main blog..
however i cant login with the id in 2nd blog…..anyone van help?
thanks a lot
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] adding link under thumbnailanyone can help ?
Forum: Themes and Templates
In reply to: Portfolio – WPESP Themebtw, my ‘about’ and ‘contact’ do not working..
how to solve?Forum: Themes and Templates
In reply to: Portfolio – WPESP Themehi, im a new user..
juz finished setting up the blog, and using wpes as my theme..but why i cant see my posts?
ive typed a few for testing.. but i cannot see them even though they are ”published”.anyone can help?
thanks