Title: Fluid Blix Theme problem
Last modified: August 19, 2016

---

# Fluid Blix Theme problem

 *  Resolved [M4B](https://wordpress.org/support/users/m4b/)
 * (@m4b)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/)
 * I have just set up my blog using Fluid Blix 2008.12.26 theme and at the top it
   has a page called Subscribe which came with the template. I need to remove this
   page but it is not listed in my page section.
 * Can anyone tell how to remove this?
    Thanks susan

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

 *  [EMG](https://wordpress.org/support/users/emg/)
 * (@emg)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/#post-1067704)
 * Can you please post a link to your blog so we can see exactly what you’re talking
   about? 🙂
 *  Thread Starter [M4B](https://wordpress.org/support/users/m4b/)
 * (@m4b)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/#post-1067708)
 * Sorry about that. [m4bmarketing blog](http://www.m4bmarketingblog.com)
 *  [EMG](https://wordpress.org/support/users/emg/)
 * (@emg)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/#post-1067719)
 * (Sorry for the wait; my browser unexpectedly crashed after viewing someone else’s
   blog.)
 * Without looking at the template itself I can’t be positive, but it seems like
   the link to the Subscribe is potentially hard-coded into the Header template 
   itself (provided that the navigation strip/bar is in the Header file and not 
   in the Main Index or elsewhere).
 * If that is the case, then you will need to go into the Theme Editor and open 
   up the header template and edit out the link and coding that goes with it.
 * The Subscribe page seems like it might be a template page as well or at the very
   least, another file included in with your theme. Are there any extra pages or
   files in your theme folder?
 *  Thread Starter [M4B](https://wordpress.org/support/users/m4b/)
 * (@m4b)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/#post-1067722)
 * Thanks for your reply. I am not technical so forgive me if I ask some basic questions.
   I have gone into theme editor, but not sure what to look for to edit. Also in
   the theme folder there were pages called contact and archives but I was able 
   to just delete these from the wordpress dashboard.
 *  Thread Starter [M4B](https://wordpress.org/support/users/m4b/)
 * (@m4b)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/#post-1067723)
 * I found this in the header. Is this what i should delete?
 *  <![endif]–>
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″
   href=”<?php bloginfo(‘rss2_url’); ?>” /> <link rel=”alternate” type=”text/xml”
   title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” /> <link rel=”alternate”
   type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’);?
   >” /> <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /> <?php/*
   comments_popup_script(520, 550);*/ ?> <?php wp_head();?>
 *  Thread Starter [M4B](https://wordpress.org/support/users/m4b/)
 * (@m4b)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/#post-1067724)
 *  Thread Starter [M4B](https://wordpress.org/support/users/m4b/)
 * (@m4b)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/#post-1067725)
 * There is code at the bottom relating to subscribe but it doesn’t appear if I 
   include it in this post
 *  [EMG](https://wordpress.org/support/users/emg/)
 * (@emg)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/#post-1067731)
 * In the header.php file, can you find this link in there that looks something 
   like this:
 * /feed/
 * This is what that Subscribe tab is linking to.
 * The full link path is: [http://www.m4bmarketingblog.com/feed/](http://www.m4bmarketingblog.com/feed/)
   but will most likely show up as /feed or /feed/ or feed/
 * If you can find that, can you copy and paste the code that contains that link?
 * I’m going to download that theme to my account and open it up and have a looksee.
 *  [kapiljainin](https://wordpress.org/support/users/kapiljainin/)
 * (@kapiljainin)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/#post-1067733)
 * There must be a link just below the wp_list_pages() function in header.php file,
   just comment/remove that.
 * `<li><a href="<?php bloginfo('rss2_url'); ?>">Subscribe</a></li>`
 *  Thread Starter [M4B](https://wordpress.org/support/users/m4b/)
 * (@m4b)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/#post-1067736)
 * I appreciate your help. I could could not find anything that looks like that 
   in the header.php file.
 *  [EMG](https://wordpress.org/support/users/emg/)
 * (@emg)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/#post-1067737)
 * Found it.
 * In your header.php file, delete this bit:
 *  `<li><a href="<?php bloginfo('rss2_url'); ?>">Subscribe</a></li>`
 * and your Subscribe link should poof. 🙂
 * **[@kapil](https://wordpress.org/support/users/kapil/):** Sorry about posting
   what you said!
 *  [kapiljainin](https://wordpress.org/support/users/kapiljainin/)
 * (@kapiljainin)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/#post-1067738)
 * Just downloaded the the theme, please find this line and remove or comment that.
 * `<li><a href="<?php bloginfo('rss2_url'); ?>">Subscribe</a></li>`
 * Already edited last comments.
 *  Thread Starter [M4B](https://wordpress.org/support/users/m4b/)
 * (@m4b)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/#post-1067744)
 * Thank you both, it worked.

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

The topic ‘Fluid Blix Theme problem’ is closed to new replies.

 * 13 replies
 * 3 participants
 * Last reply from: [M4B](https://wordpress.org/support/users/m4b/)
 * Last activity: [17 years, 1 month ago](https://wordpress.org/support/topic/fluid-blix-theme-problem/#post-1067744)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
