$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>woocommerce offtopic - New Custom Wordpress Site - Framwork or no framework?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

woocommerce offtopic - New Custom Wordpress Site - Framwork or no framework?

matteradmin9PV0评论

We have had a new design completed for us using figma. We would like to build the new site using Wordpress and Woocommerce. The site should be efficient both the user, us, and in technical terms such as SEO, etc.

Currently, we are using an outdated Opencart version for our ecommerce site and wodpress with the genesis framework for our blog. These two sites run technically independent from one another. The wordpress site is just in a subfolder.

Should we be using a framework such as genesis as before, or should we have the developer just work without a framework and develop the site and functionalities from scratch? The site will have customized features and we would need advise as to whether it will make sense to be confined by a framework and the not-needed extra features it comes with.

Are there any planning or procedural steps you would recommend in going about this transition that we should discuss with the developer we hire?

We have had a new design completed for us using figma. We would like to build the new site using Wordpress and Woocommerce. The site should be efficient both the user, us, and in technical terms such as SEO, etc.

Currently, we are using an outdated Opencart version for our ecommerce site and wodpress with the genesis framework for our blog. These two sites run technically independent from one another. The wordpress site is just in a subfolder.

Should we be using a framework such as genesis as before, or should we have the developer just work without a framework and develop the site and functionalities from scratch? The site will have customized features and we would need advise as to whether it will make sense to be confined by a framework and the not-needed extra features it comes with.

Are there any planning or procedural steps you would recommend in going about this transition that we should discuss with the developer we hire?

Share Improve this question asked Apr 26 at 16:04 newhorizonwpnewhorizonwp 1
Add a comment  | 

1 Answer 1

Reset to default 2

A custom-built theme (without relying on a heavier framework like Genesis) would definitely give you more flexibility, especially if you're planning to add customized features and want to keep the site as lean and fast as possible for SEO and performance. Frameworks can sometimes add a lot of extra code and limitations that you end up working around rather than benefiting from.

As for planning the transition, I usually recommend setting up a clear roadmap from the beginning — things like reviewing all current site functionality, mapping out new custom features, planning the content migration, and making sure SEO elements (like redirects, metadata, and URL structures) are handled carefully so you don't lose any search rankings during the move...your chosen dev will also need to know this up front to help them choose the best solution for your transition.

Post a comment

comment list (0)

  1. No comments so far