Title: blob_php's Replies | WordPress.org

---

# blob_php

  [  ](https://wordpress.org/support/users/blob_php/)

 *   [Profile](https://wordpress.org/support/users/blob_php/)
 *   [Topics Started](https://wordpress.org/support/users/blob_php/topics/)
 *   [Replies Created](https://wordpress.org/support/users/blob_php/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/blob_php/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/blob_php/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/blob_php/engagements/)
 *   [Favorites](https://wordpress.org/support/users/blob_php/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [child theme problem with atahualpa](https://wordpress.org/support/topic/child-theme-problem-with-atahualpa/)
 *  [blob_php](https://wordpress.org/support/users/blob_php/)
 * (@blob_php)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/child-theme-problem-with-atahualpa/#post-2731419)
 * Hi,
 * I have been through your tips [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
   and tried to implement the related information.
 * So far, I could get some result onto “simple thing” ..: Adds a favicon link to
   the head element of HTML pages.
    “So far” means I could see my icon only on the
   home page of the Child theme and only by using G-CHROME, MSIE keeps showing the
   wp-theme **favicon.ico** default.
 * Regarding your assertion: “TIP FOR THEME DEVELOPERS. The fact that a child theme’s
   functions.php is loaded first means that you can make the user functions of your
   theme pluggable —that is, replaceable by a child theme— by declaring them conditionally.
   E.g.:”, well, I would say that is not really exact …more: “In that way, a child
   theme can replace a PHP function of the parent by simply declaring it again.”
 * **functions.php** file of the child theme is not loaded first, but it adds/encodes
   functionality if any is not included in the suite of Atahualpa.
 * After I matched the whole path to put my safe directory (safe from being deleted
   by updating) I get the following error: “**Fatal error: Cannot redeclare ****
   bfa_rotating_header_images()** in /home/knowk/public_html/ads/wp-content/themes/
   atahualpa/functions/bfa_rotating_header_images.php on line 2″
 * The error informs that the Atahaulpa function was loaded first than my php included
   file into the **functions.php**.
 * The easiest way to get the images back after each updatng is to edit the file:“**
   bfa_rotating_header_images()**” in this way: ” …
    ################### images 
   in /images/header/ (on regular WordPress)
 *  $files = “”;
    $imgpath = get_template_directory() . ‘/**child_images**/’; $imgdir
   = $templateURI . ‘/**child_images**/’; $dh = opendir($imgpath); …” Please advise
   if you have any solution.
 * I suppose that Atahualpa should really resolve this issue, if the child implementation
   is a requirement of yours for whoever adds a theme for WordPress.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tag Cloud](https://wordpress.org/support/topic/tag-cloud-3/)
 *  [blob_php](https://wordpress.org/support/users/blob_php/)
 * (@blob_php)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/tag-cloud-3/#post-902703)
 * Hello,
 * Now I did that, can anyone please tell me what is the usage of it?
    …sofar I 
   just got added at the right side of the post the word **Tags**
 * thanks 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Changing tag cloud widget using functions.php](https://wordpress.org/support/topic/changing-tag-cloud-widget-using-functionsphp/)
 *  [blob_php](https://wordpress.org/support/users/blob_php/)
 * (@blob_php)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/changing-tag-cloud-widget-using-functionsphp/#post-870155)
 * Hello,
    … **Your most used tags in cloud format** I am really glad you guys got
   that issue solved, I am still far away from understanding what this tag means,
   excepted that I’ve got a basic demo from the site : [http://www.makecloud.com/](http://www.makecloud.com/)
   that substantially requires a valid **rss URL** and delivers back online, a script
   that is poppin’ a line of links. each one referring to every single **link-url**
   of the **feed.rss** passed in the online form. A demo of that is here : [http://pr.c-php.com/wd/link.htm](https://wordpress.org/support/users/blob_php/replies/?output_format=md)
 * That is a very basic thing that doesn’t work with **WordPress 2.7** which I have
   implemented on my server.
 * I found a site online that is promising to fix a plugin for WordPress, but it
   requires **My** WordPress PassWord, sofar I do not trust anyone I opted to download
   their related software **tagcloud_070311**
    …that was a complete failure, as 
   all paths were not found!
 * Can any of you explain me what are the advantages to dig in these clouds?
    …does
   it make any good for SEO ? Even if indirectly, as a crawler might be set to put
   extra attention on those features. If all it does is to make a scrambled area
   linking to the rss resources, it seems to me to be not that interesting.
 * Anyhow if any of you can spend some word in streaming my efforts to the final
   implementation of this (…related to WordPress or not) I would greatly appreciate
   that and insert it in my forum and in my WordPress BLOG with the benefit of the
   source rights.
    Thanks and wishing you all an Happy New Year Vittorio Ognissanti

Viewing 3 replies - 1 through 3 (of 3 total)