nylonlover
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: My Page Order] WP 2.9 – when ordering nothing changes on siteI am also having problems with the pages and subpages still showing in Alpha order.
I’m using the Skyye-news theme. The header page has a function
wp_page_menu(); //page menu
which I found in a legacy.php page with the following:
/wp_list_pages(array('exclude' => $exclude_pages, 'title_li' => '', 'depth' => '2', 'sort_column' => 'menu_order'));
I replaced that with
wp_list_page('sort_column=menu_order&depth=1&title_li=&exclude=143');
And did not do a thing. I even commented out the code in the function and just left that code above, nothing.
Any ideas???
Thanks!
Forum: Plugins
In reply to: eShop4.32 -Can Not “deactivate the plugin”No, I don’t think he wanted to deactivate it. I’m having the same problem. I uploaded and activated eShop. I don’t see it on the menu, but above, it says “eShop 4.3.2 is now ready to use. You must now deactivate and re-activate the plugin.”
However after de-activating and re-activating, it still does not work.
Forum: Fixing WordPress
In reply to: Cannot copy WP MU installation to new folderThanks! That article does help quite a bit, not exactly.
I don’t think I can do what I wanted to do. I don’t want to move it, I want to copy the entire site to a new directory. I wanted to copy the entire site, all the content in the root directory and place it in a new folder so I would have a duplicate, working copy of the site to work with.
I’ve gone in and changed the entries in the database to the new site_url, disabled the new .htaccess file, etc.
It still does not work, I get:
https://mywebsite.com/wp-signup.php?new=dev2
when I type:
https://dev2.mywebsite.com.I believe because it’s in a directory inside the root directory, I would have to edit that .htaccess file in order to “see it” and not redirect it…. ?
thanx!