wordpress - Is it ok to build an entire site with Advanced Custom Fields? -


i'm creating new site in wordpress , found out plugin powerfull , ended creating customs fields every part of website, i've placed wysiwyg editors instead of built in ones because it's easier me code templates.

is ok build entire site advanced custom fields or may become issue in future? since webpage based on static products data, wp or plugins updates needed.

is ok build entire site advanced custom fields 

imo

it "ok" build entire site plugin, recommend it? not.

the reason because never know might happen site, if install "bad" plugin breaks acf plugin.

or let odd reason stop providing support acf or updating whatever reason. i've seen lot of apps have support system die out or bought conglomerate companies , stop public development , support.

 wp or plugins updates needed. 

regardless should keep updating wordpress current versions, never know security exploits people find, wordpress core dev push out new versions battle exploits.

this can apply plugins well.

personally

i build things myself without reliance on plugins in general.

that way have tools need, instead of extras plugin may come with.

sometimes few lines of code can go long way instead of depending on plugins may have thousands of lines of code.

let alone wordpress has lot of native options baked in can rely on or extend opposed relying heavily on acf or other plugin.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -