Results 1 to 5 of 5

Thread: Getting favicon to appear

  1. #1
    Thread Starter
    Amateur
    Not a Verified Customer
    allmyhoney's Avatar
    Join Date
    Dec 2009
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Getting favicon to appear

    Hi all, just wondering if someone could help me get a favicon to show up. New to wordpress and classipress here so any instructions would be most helpful.

    Where do I place it? do I need to add code to any file?

    Also can anyone let me know how to fully switch off comments on all ads, I followed the manual but cannot find this option in the backend of wordpress?

    Thanks in advance

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,967
    Thanks
    169
    Thanked 3,406 Times in 3,277 Posts

    Re: Getting favicon to appear

    You can simply upload the favicon.ico image to your website root directory. Then put this code
    Code:
    <link rel="shortcut icon" href="favicon.ico" />
    between your <head> tags, specifically in the header.php

    For disabling the comments section, you can edit/delete this code
    Code:
     <?php comments_template('',true); ?>
    in the single post.php

    There might other ways to do this too.
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Amateur
    Not a Verified Customer
    allmyhoney's Avatar
    Join Date
    Dec 2009
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Getting favicon to appear

    Hi there again, sorry about being annoying but I cannot find the post.php file? is this file in the main root of classipress or somewhere else? Its just the only one I can find that resembles it is post-form.php but this has no reference of the code you mention? excuse my ignorance of this as its my first time messing around with wordpress - im no coder but should be able to make a few edits for sure.

    Thanks again for your time - much appreciated

  4. #4
    Thread Starter
    Amateur
    Not a Verified Customer
    allmyhoney's Avatar
    Join Date
    Dec 2009
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Getting favicon to appear

    Sorry sorry - i found it its the single.php file - sorry for confusion - all working now. thanks again.

  5. #5
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,967
    Thanks
    169
    Thanked 3,406 Times in 3,277 Posts

    Re: Getting favicon to appear

    I'm glad you've sorted it out.
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Favicon
    By bidatio1 in forum ClassiPress General Discussion
    Replies: 6
    Last Post: February 19th, 2011, 12:38 PM
  2. Favicon
    By bidatio1 in forum ClassiPress General Discussion
    Replies: 6
    Last Post: May 9th, 2010, 04:46 PM
  3. favicon link is missing
    By bluecafe in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: May 4th, 2010, 02:23 AM