• Hello,

    I have a WordPress Blog which is hosted by Network Solutions.
    I have a domain name pointing to it, titled https://TatianaTheDog.com
    The theme I am using is called Sliding Door

    1) How do I edit the code so that the domain name works throughout the blog. What I mean is, every page I view shows just the domain name that is pointing to it – it doesn’t show a forward slash with a page name or numeric indicator after it. So I think the domain name is not fully incorporated.

    2) I think this is why I am unable to find an actual feed address to provide to other applications, such as for the blog posts to feed into my Facebook Fan Page. I have tried several things that I found on the WordPress Feeds Codex, but not worked.

    i.e., tried https://tatianathedog.com/wp-rss.php
    and various other suffixes..

    also, tried the Network Solutions url name:
    https://00debb8.netsolhost.com/blog1/wp-rss.php
    and various other suffixes

    So – I think my problem is that I don’t have my WordPress blog fully using the domain name throughout.. and I don’t know what to edit to resolve that.

    Thanks in advance for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Dora Crow

    (@dora-crow)

    Update:

    Right after I posted this, I clicked on both of the RSS link examples I had listed – and they both went to my Yahoo page to add them! So it looks like they “work” just not in the Facebook Blog RSS Feed Reader – so I’ll ask the developer.

    I still think I need to make my domain name more fully incorporated into my blog though, and would appreciate help with that.

    Thank you!

    I see your problem!
    Must be the way your provider is doing the domain name forwarding.

    To get around this simply hard code the pages into the wordpress theme. ie put the whole url of the page you want to go to in the header.php file here:

    <li class=”bk1″>/?cat=1″>Category 1

    replace “<?php bloginfo(‘url’); ?>/?cat=1” with “https://TatianaTheDog.com/?cat=17&#8221; etc.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘URL name question and WordPress Feeds’ is closed to new replies.