Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • From YSlow:

    A favicon is an icon associated with a web page; this icon resides in the favicon.ico file in the server’s root. Since the browser requests this file, it needs to be present; if it is missing, the browser returns a 404 error (see “Avoid HTTP 404 (Not Found) error” above). Since favicon.ico resides in the server’s root, each time the browser requests this file, the cookies for the server’s root are sent. Making the favicon small and reducing the cookie size for the server’s root cookies improves performance for retrieving the favicon. Making favicon.ico cacheable avoids frequent requests for it.

    oleinv

    (@oleinv)

    Thank you, jaiasmit! I could not remove the advanced-cache.php long time and could not understand why. And because of this could not install the WP Super Cache. Now everything works.

    If I understand right, you have:

    – Page — (ID = X)
    — Sub Page A
    — Sub Page B
    — Sub Page C

    and you want this in sidebar:

    — Sub Page A
    — Sub Page B
    — Sub Page C

    Then add in sidebar <?php wp_list_pages('child_of=X' ); ?>
    Where X = ID of level 1 Page.

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