Robin
Forum Replies Created
-
Forum: Networking WordPress
In reply to: WordPress multisite to connect subdomains and posts?I know it is bad for SEO (i am using it on a pvt network π ) , but just to add it did not crash my sites, i had to use them for very specific purpose and almost 7 sub sites pull the feed from my main site
Forum: Networking WordPress
In reply to: Themes for Multisite?to manage the pseudo subscriber issue u could use a plugin called user editor role or adminize (if i spelled it write) π
Forum: Networking WordPress
In reply to: copying content to subdomainon the other hand if u dont want to use the plugin, use a script for db search and replace while dumping your sql file (it gives a GUI based interface for easy db dumping and replacing) and than do tools > export
should work fine and widgets would also be exported like thisForum: Networking WordPress
In reply to: copying content to subdomainBasically you are trying to create a mirror copy of your main site on ur sub-domain if i am correct in understanding, wpmudev have a plugin called blog templates, which creates a mirror copy and it is developed for multisite , i have tested and used it works perfectly.
Forum: Networking WordPress
In reply to: Site's With Shared PostsThe plugin i use to pull posts (the way you want) is through a plugin called autoblog (it is a paid one though π ) but works perfectly and has an option of nofollow too give it a try
Forum: Networking WordPress
In reply to: moved servers and broken navigationjust adding a guess but did u check in your config file and updated
define( ‘DOMAIN_CURRENT_SITE’, ” );
define( ‘PATH_CURRENT_SITE’, ” );them to point to your new domain
Forum: Networking WordPress
In reply to: WordPress multisite to connect subdomains and posts?Yes it is possible using wordpress multisite
For extracting the different posts from sub-domain on your homepage you can use a plugin called auto blog (which allows u to setup a category feed from different sub sites )
Secondly regarding using same account to access the sites, did u try installing buddypress on top of ur wordpress multisite, as it works like a social network and allows user to access your website.
and you can sync the user created on buddypress registration page to auto register for wordpress user.you should explore these two options and it should help.
Forum: Networking WordPress
In reply to: Edit asmin panel styleit should be just colors-classic.css
you should firebug (firefox developer tool) on particular elements you want to change and should give the exact file it is using
Forum: Fixing WordPress
In reply to: I have got this code in my theme archive.php – What this mean?This is not a standard code for archive.php file and looks more like an eval style hack
clean the site —
would suggest re installing your wordpress againForum: Networking WordPress
In reply to: Multiple Domains, One Sitetry using MU-Domain-mapping plugin
Forum: Fixing WordPress
In reply to: Editing Homepage LayoutHi
Instead of altering the core homepage code
i would suggest you to create your own custom page and call it on home menuyou can easily create a php file name it xyz.php
and add this code on the top
<?php
/*
Template Name: XYZ
*/
?>
and than you can include the header
and write any code you want under it
and close it with including the sidebar and footer
you can replicate single or page.phpForum: Fixing WordPress
In reply to: Coding help pleaseeeeeeeYou could use any photo gallery slider and do a bit of modification by displaying photos in vertical instead of horizontal , most of gallery slider plugins come with auto scroll of images