We have a blog here http://www.learnqtp.com/ and a myBB forum here http://www.learnqtp.com/forums/ , we would like to have the same header for Forums as we have in Blog. What should I add in CSS/HTML? I tried doing it myself but got messed up a bit.
Ok, I can try. Before anything, make a backup of both sites in case it screws up. In the blog's source code, replace this: <head> <title>QTP Forums</title> <!-- start: headerinclude --> Code (markup): With this: <head profile="http://gmpg.org/xfn/11"><link rel='stylesheet' href='http://www.learnqtp.com/wp-content/plugins/wp-minify/min/?f=wp-content/themes/copyblogger/style.css,wp-content/themes/copyblogger/custom.css,wp-content/plugins/shortcodes-ultimate/css/nivoslider.css,wp-content/plugins/shortcodes-ultimate/css/jcarousel.css,wp-content/plugins/shortcodes-ultimate/css/style.css,wp-content/plugins/crayon-syntax-highlighter/css/min/crayon.min.css,wp-content/plugins/crayon-syntax-highlighter/themes/classic/classic.css,wp-content/plugins/crayon-syntax-highlighter/fonts/monaco.css,wp-content/plugins/fancier-author-box/css/ts-fab.min.css,wp-content/plugins/et-shortcodes/css/shortcodes.css,wp-content/plugins/et-shortcodes/css/shortcodes_responsive.css,wp-content/plugins/wp-paginate/wp-paginate.css,wp-content/plugins/wp-lightbox-ultimate/lib/css/wp_lightbox_ultimate.css&m=1370623313' type='text/css' media='screen' /> <script type='text/javascript' src='http://www.learnqtp.com/wp-content/plugins/wp-minify/min/?f=wp-includes/js/jquery/jquery.js,wp-content/plugins/shortcodes-ultimate/js/jwplayer.js,wp-content/plugins/shortcodes-ultimate/js/nivoslider.js,wp-content/plugins/shortcodes-ultimate/js/jcarousel.js,wp-content/plugins/crayon-syntax-highlighter/js/min/crayon.min.js,wp-content/plugins/fancier-author-box/js/ts-fab.min.js,pngfix.js,belcher/swfobject.js,wp-content/plugins/what-would-seth-godin-do/jquery.cookie.js&m=1370623313'></script><title>QTP Forums</title> Code (markup): Tell me when you get to that point.