go41

the info you need to know


von Joern
Keine Kommentare

Oh, I think you have the random posts in the featured section?One hint, uncomment in style.css near line 390 the position: absolute; and left: 780px;like this:#featured { float: right; font-size: 12px;/* left: 780px; */ padding: 5px 5px 0 10px;/* position: absolute; */ top: 140px; width: 330px;}and near line 450 change…


von Joern
Keine Kommentare

means you have all wordpress files in a folder /blog and want to move it to /example?I would COPY the whole stuff to a new folder, to have it twice on the server.Now actually .htaccess has to be adapted and in admin - settings - general the Site address (URL).If…