fraincs
Forum Replies Created
-
Forum: Networking WordPress
In reply to: migrating from IP to real urlSearch for 69.162.148.145/~interlum and using the script linked in the Moving Multisite link, change that to interluminaires.com
perfect but I have many choice of tables which one should I take?
THEN go back and search for (but do NOT replace) ~interlum – Just find if any are left and remove them manually.
I understand why I need to do that but go back where?
to the tool linked or in phpmyadmin?If all of this still does not work can I export my two blogs, start a new blog, import them, then all is back to normal?
Forum: Installing WordPress
In reply to: Can't login anymore after move to serverI meant I had unable to connect to database or resolve something like that but since then I reverted back.
I want to switch the order which my description shows on my website
Right now it’s EN – FR and I want FR – ENDescription is EN and FR since E is before F I want the reverse order
Trying to do the same, my blogs ID are 2 and 3
So I added but my order stays the same what should I do
function my_msls_blog_collection_get( $arr ) {
$arr = array();
foreach ( array( 3, 2, ) as $id ) {
$arr[$id] = get_blog_details( $id );
}
return $arr;
}
add_filter( ‘msls_blog_collection_construct’, ‘my_msls_blog_collection_get’ );Forum: Themes and Templates
In reply to: Let my client modify text that is in headerTahnks to esmi and j@revive I’ll probably use second option since I don’t want my client to dig too much in Appearance > Editor