[Plugin: WP-dTree] Migrated Wp Site and now WP dTree is no longer shown
-
I migrated a WordPress 3.0.4 site including database and all files to a new site. Now the Wp dTree 4.3 menus showing old posts and pages are no longer shown. When I try to add WPTRee widgets only code:
| if(document.getElementById && document.getElementById('oclinks_arc1')){document.getElementById('oclinks_arc1').style.display = 'block';} var arc1 = new wpdTree('arc1', 'https://www.domain.com/','0'); arc1.config.useLines=1; arc1.config.useIcons=0; arc1.config.closeSameLevel=1; arc1.config.folderLinks=0; arc1.config.useSelection=0; arc1.a(0,'root','Archives','','','',''); arc1.a(-1,0,'February 2011 (1)','','2011/02/','',''); arc1.a(-2,0,'January 2011 (2)','','2011/01/','',''); arc1.a(-3,0,'December 2010 (4)','','2010/12/','',''); arc1.a(-4,0,'November 2010 (2)','','2010/11/','',''); arc1.a(-5,0,'October 2010 (3)','','2010/10/','',''); arc1.a(-6,0,'September 2010 (3)','','2010/09/','',''); arc1.a(-7,0,'August 2010 (4)','','2010/08/','',''); arc1.a(-8,0,'July 2010 (5)','','2010/07/','',''); arc1.a(-9,0,'June 2010 (5)','','2010/06/','',''); arc1.a(-10,0,'May 2010 (2)','','2010/05/','',''); arc1.a(-11,0,'April 2010 (4)','','2010/04/','',''); arc1.a(-12,0,'March 2010 (3)','','2010/03/','',''); arc1.a(-13,0,'February 2010 (1)','','2010/02/','',''); arc1.a(-14,0,'January 2010 (4)','','2010/01/','',''); arc1.a(-15,0,'December 2009 (6)','','2009/12/','',''); ------------------------- cut ----------------- arc1.a(-33,0,'June 2008 (4)','','2008/06/','',''); arc1.a(-34,0,'May 2008 (10)','','2008/05/','',''); arc1.a(-35,0,'April 2008 (3)','','2008/04/','',''); arc1.a(-36,0,'March 2008 (4)','','2008/03/','',''); arc1.a(-37,0,'February 2008 (4)','','2008/02/','',''); arc1.a(-38,0,'January 2008 (11)','','2008/01/','',''); arc1.a(-39,0,'December 2007 (2)','','2007/12/','',''); arc1.a(-40,0,'November 2007 (5)','','2007/11/','',''); arc1.a(-41,0,'October 2007 (5)','','2007/10/','',''); arc1.a(-42,0,'September 2007 (12)','','2007/09/','',''); arc1.a(-43,0,'August 2007 (3)','','2007/08/','',''); arc1.a(-44,0,'July 2007 (2)','','2007/07/','',''); arc1.a(-45,0,'June 2007 (7)','','2007/06/','',''); arc1.a(-46,0,'May 2007 (12)','','2007/05/','',''); arc1.a(4898,-1,'Guest Post: Cargo Bikes and the Information Revolution.','','2011/02/08/guest-post-cargo-bikes-and-the-information-revolution/','',''); arc1.a(4871,-2,'Dutch Bike Parking: There’s Never Ever Enough','','2011/01/05/dutch-bike-parking-theres-never-ever-enough/','',''); arc1.a(4881,-2,'The Latest Dutch Bike Innovations','','2011/01/12/the-latest-dutch-bike-innovations/','',''); ----------------- cut ----------------------- document.write(arc1); arc1.closeAll();
is shown on the front page. What could be the cause of this? What do you need to think of when migrating WP dTree?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WP-dTree] Migrated Wp Site and now WP dTree is no longer shown’ is closed to new replies.