Projectmanager Internal Link Code Location

Not 100% certain but you could check admin/dataset-form.php around line 92 <?php elseif ( ‘project’ == $form_field->type ) : echo $projectmanager->getDatasetCheckboxList($options[‘form_field_options’][$form_field->id], ‘form_field[‘.$form_field->id.’][]’, $meta_data[$form_field->id]); ?>

Create and style menu

In your theme’s functions.php, write the following code: <?php /* ENABLING CUSTOM MENUS ————————————————– */ //add_theme_support( ‘menus’ ); register_nav_menus( array( ‘primary’=>__(‘Primary Menu’), ‘secondary’=>__(‘Secondary Menu’), ) ); ?> It’ll register two custom menu area for your theme. Then you need to achieve it with in header.php: <?php wp_nav_menu ( array ( ‘theme_location’=>’primary’, ‘fallback_cb’=>”) ); ?> This … Read more

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