Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » Forum Usage » Forum How-To »

[SOLVED] Editing theme functions.php file


 
Prev Previous Post   Next Post Next
  #1  
Old Feb 18, 2011, 11:56 PM
azazure
 
25 posts · Jan 2011
Gilbert, AZ
[SOLVED] Editing theme functions.php file

I am having problems editing the Atahualpa theme functions file to recognize anything. In the example below I'm trying to replace the dashboard logo and nothing happens. No matter what function I put in here nothing ever happens. I've tried putting my code inside the main php body as well as creating a new php area as seen here. I've spent hours on this and can't figure it out. Thank you.

<?php

// Replace dashboard logo
add_action('admin_head', 'my_custom_logo');

function my_custom_logo() {
echo '
<style type="text/css">
#header-logo { background-image: url('.get_bloginfo('template_directory').'/images/32x32_Wings.png) !important; }
</style>
';
}

?>
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Parse error: syntax error, unexpected '<' in the functions.php file pingitt Atahualpa 3 Wordpress theme 6 Mar 12, 2013 03:52 AM
Can no longer access my theme functions file Timeless Gourmet Atahualpa 3 Wordpress theme 1 Nov 16, 2010 11:02 AM
PHP Catchable fatal error: themes/atahualpa/functions/bfa_meta_tags.php on line 169 Shamisen Plugins & Atahualpa 0 Apr 6, 2010 10:43 PM
Which php file should I Edit to Insert Opt In form in SideBar for Atahualpa Theme? kacang Sidebars & Widgets 0 Aug 1, 2009 03:41 AM
How to use export.php script file to save theme changes? Andante New Versions, & Updating 1 Mar 22, 2009 06:36 PM


All times are GMT -6. The time now is 11:20 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.