new to php in trouble Help!
-
where to insert my personal header url in this code
<?php $header_image = get_header_image(); if ( ! empty( $header_image ) ) { ?> <a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /> </a> <?php } // if ( ! empty( $header_image ) ) ?
this is what I get now when I try to edit the costum-header.php & don’t know what to do?
https://127.0.0.1/wordpress/wp-admin/theme-editor.php?file=style.css&theme=twentythirteen&scrollto=13732&updated=truedon’t know if anybody can give me a hint of how to get out of this mess and how to do things properly.
here is another link to my dashboard.
https://127.0.0.1/wordpress/wp-admin/themes.php?page=custom-header&step=1
Thanks,
thia
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘new to php in trouble Help!’ is closed to new replies.