• hi guys
    i developed my 1st theme.
    but there is a problem…
    when im working on local host, its working excellent!
    but! when im uploading it to a server..thats where the problems starts…

    what i get after the activation is this erroe message :
    “Notice: automatic_feed_links is deprecated since version 3.0! Use add_theme_support( ‘automatic-feed-links’ ) instead. in /home/vol12/vistapanel.net/vpane_6964556/htdocs/wordpress/wp-includes/functions.php on line 3237”

    what is that mean?
    i tried to add the code to my function.php file in wordpress directory AND in the theme directroy…but still nothing works!

    i need help…the costumer is on my back… :\

    thanks…

    S.

Viewing 6 replies - 1 through 6 (of 6 total)
  • have you tried:

    find the file with the code automatic_feed_links(); (possibly functions.php of your theme) and replace that code with add_theme_support( 'automatic-feed-links' );

    if stuck, paste the code of functions.php of your theme into a https://wordpress.pastebin.com/ and post the link to it here.

    Thread Starter gruvismalt

    (@gruvismalt)

    Thanks alchymyth~~

    i found it at:

    <?php

    // Add RSS links to <head> section
    automatic_feed_links();

    should i replace that?

    and whats that link u sent me?

    thanks again!

    yes, replace that.

    the link is to a useful site, where you could add your code to exchange and show it to others for debugging or discussion.

    this is recommended for this forum, rather than posting longer pieces of code directly into threads.

    Thread Starter gruvismalt

    (@gruvismalt)

    hey
    i tried that…didnt help me :\
    now i dont even get the error msg from debug :\

    Thread Starter gruvismalt

    (@gruvismalt)

    and whats that “line 3237” its talking about?!

    Thread Starter gruvismalt

    (@gruvismalt)

    anyone? plz?
    im reallly desperate!!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problem with Active a new Theme’ is closed to new replies.