Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Marky F.
    Participant

    @markyf

    Update: I seem to have found a good spot to put <?php do_action( ‘bp_head’ ) ?> where it will not be confused for the main feed on my site.

    You can mark as solved. Thanks again.


    Marky F.
    Participant

    @markyf

    So I am very new at coding, html, and the like. I am not sure if I am doing this correctly. Here is my header.php code:

    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta http-equiv=”Content-Type” content=”<?php bloginfo( ‘html_type’ ) ?>; charset=<?php bloginfo( ‘charset’ ) ?>” />
    <meta name=”viewport” content=”width=device-width, initial-scale=1.0″ />
    <title><?php wp_title( ‘|’, true, ‘right’ ); bloginfo( ‘name’ ); ?></title>
    <link rel=”shortcut icon” href=”<?php echo of_get_option(‘favicon_path’, ‘http://www.demo1.diaboliquedesign.com/4/favicon.gif&#8217; ); ?>” />
    <?php do_action( ‘bp_head’ ) ?>

    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ) ?>” />
    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” />

    <?php
    if ( is_singular() && bp_is_blog_page() && get_option( ‘thread_comments’ ) )
    wp_enqueue_script( ‘comment-reply’ );

    wp_head();
    ?>

    I tried moving wp_head(); to different places above <?php do_action( ‘bp_head’ ) ?> and it’s not working.

    I test the results by putting in my domain name at Feed Validator (http://validator.w3.org/) and it keeps returning the activity feed as my main feed.

    I will get in touch with the theme developer as you suggested, or if you know what I am doing wrong here could you let me know.

    Thanks for your help on this one.


    Marky F.
    Participant

    @markyf

    After checking I found:

    <link rel=”alternate” type=”application/rss+xml” title=”MobilMe Marketing Community | Site Wide Activity RSS Feed” href=”https://mobilmemarketing.com/activity/feed/”&gt;

    is coming before…

    <link rel=”alternate” type=”application/rss+xml” title=”MobilMe Marketing Community » Feed” href=”https://mobilmemarketing.com/feed/”&gt;

    How shall I correct this?


    Marky F.
    Participant

    @markyf

    Although this is a very old post, I have to agree with @jaydge. He mentioned Google reader (which will very soon be axed), but this also applies to Feedly as well as any other feed validation site that you type your URL into.

    I would like to keep mydomian.com/activity/feed active, but make mydomain.com/feed the default RSS Feed for my followers. Is there currently any way to do this?

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar