adding an options menu that allows saving multiple sets of said options

here an example of how to manage multiple set of options. it needs to be completed by a nonce to avoid CSRF attack and it needs also a little bit of layout. add_action(“admin_menu”, function () { add_menu_page( “Multioptions” , “Multioptions” , “manage_options” // capability to be allowed to edit options , “MY_PLUGIN__multioptions” , function () … Read more

Framework plugin inside wordpress

It sounds like you are just trying to output specific content, which you have in non-WP PHP files right now, on a specific page. If that’s the case, the most straightforward way will be to create a custom WP plugin. All you need to do is add a folder inside your /wp-content/plugins/ folder with a … Read more

How to create custom page templates with default page layout framework?

I think you are doing this right… but in the wrong direction. What if you separate your default structure like: content-header.php <?php get_header(); get_sidebar(); ?> <div id=”content”> content-footer.php </div> <?php get_footer(); ?> And then you can use get_template_part to put all together: index.php <?php get_template_part( ‘content’, ‘header’ ); ?> <?php while ( have_posts() ) { … Read more

WordPress framework [closed]

As far as I am aware and based on interpretation of your heavily indecipherable question (no disrespect intended) you are asking for a plugin or framework that you can install in WordPress that will allow you to visually convert a PSD into a WordPress theme. As far as I know there isn’t such a thing … Read more

WordPress developer

Even though technically WordPress is a Content Management System (CMS), I think of it as a framework. It provides templating, caching, routing, database abstraction, etc. If you want to be a WordPress developer you need to know PHP, obviously, but you also need know how WordPress uses PHP and get familiar with the “WordPress Way” … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)