Undefined index: debuging error for theme option template snippet

Looking at your actual source, the relevant portion (with line numbers) is this: 745 if ( $_GET[‘page’] == basename(__FILE__) ) { 746 747 if ( ‘save’ == $_REQUEST[‘action’] ) { 748 749 foreach ($options as $value) { 750 update_option( $value[‘id’], $_REQUEST[ $value[‘id’] ] ); } 751 752 foreach ($options as $value) { 753 if( isset( … Read more

URL conflict with a ‘Single Page Layout’

You can handle that with a hash (the way javascript does by default) and have the url become example.com#people, or any other delimiter really. It should be as simple as changing the character you’re parsing the url for. UPDATE: Example code as per comments $args = array( ‘label’ => ‘Your Label’, ‘labels’ => $labels, //define … Read more

JQuery Equal Height in Rows Conflicts Only Works without Registering wp_footer();

You were really close, I think these fixes should point you in the right direction. I went through and addressed some of your syntax issues and your conditional hooks. Hopefully this will get you rolling in the right direction. // Load ‘Working’ jQuery add_action( ‘init’, ‘jquery_register’ ); // register from google and for footer function … Read more

Custom link color or stylesheets

In answer (im not a theme developer) so please improve this answer In WordPress 3.4 the Theme Customiser was introduced for example in Twenty Eleven theme you have a colour wheel. Have a look at Otto’s write up on how to leverage Theme Customiser http://ottopress.com/2012/how-to-leverage-the-theme-customizer-in-your-own-themes/

Use external fonts in WordPress stylesheet

Just a suggestion: Learn from another plugin Take a look at this plugins code to find out how it integrates Google Fonts http://wordpress.org/extend/plugins/wp-google-fonts/screenshots/ Learn by example create your own Theme Panel a. Here’s a wp-tut http://net.tutsplus.com/tutorials/wordpress/how-to-create-a-better-wordpress-options-panel/ b. (from comments below) The easiest approach is to just output the user’s CSS into the page template … … Read more

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