How difficult would changing an entire 100+ page site be?
Is there a simple way? Really not looking forward to copy and pasting meta tags etc.
Anybody done this before?
Thanks,
Haynesey
How difficult would changing an entire 100+ page site be?
Is there a simple way? Really not looking forward to copy and pasting meta tags etc.
Anybody done this before?
Thanks,
Haynesey
You could use a tool like:
PageSucker Homepage
(I've never used that before, I can't recall the old app I used to use...it'll come to me!).
That will essentially save out all the pages into html/css.
You'd want to leverage PHP to call in templatable elements like navigation, header, footer. This would need to be done after the fact and then use php includes on all pages where you want to call in the element.
It isn't really hard, just time consuming.
What is the rationale for moving from Wordpress?
If it is site speed you could use a plugin like WP Super Cache to create static pages to serve up to your visitors:
WordPress Super Cache
Checkout my Wordpress Plugins:
WP Poker League: Poker League Management
WP PAS: Display PAS Rakeback Offers in Wordpress
It dosent madder if it's a wordpress or a static site, same shit when it comes to the visuals (html/css/Jquery etc)
Is there something specific you need help with if you decide to stay with WP?
Gambling Revolutions
Are you in need of nice looking poker chips? or maybe something else
Gambling Products Recreation
Swedish poker site with poker bonus and reviews.
WP,jomla etc, they all need html/css, without it ppl cant see the site, unless you go for like a java site or whatever. the swedish site in my sign is Wordpress forexample.
Gambling Revolutions
Are you in need of nice looking poker chips? or maybe something else
Gambling Products Recreation
Swedish poker site with poker bonus and reviews.
Haynessy - you can implement all the jquery stuff on wordpress - mostly no problems at all.
Occasionally get some core and theme conflicts but more often with plugins.
The most obvious problem is that you need to change the way it calls the jquery functions. Normally to implement a jQuery function you would use a command like:
"jQuery(document).ready(function(){
$(somfeunction.
});"
The "$" needs to be changed to "jQuery" for them to work, so :
"jQuery(document).ready(function(){
jQuery(somfeunction.
});"
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks