• Resolved dread

    (@dread)


    Hi folks!
    I am a total noob with this so please be patient. I have done multiple searches for this topic, but what I find doesen’t make sense to me, especially since I have absolutely no knowlege of php. Here’s my problem:

    I have a couple of areas on my blog’s first page that I want to edit. I looked at all the files that I thought would correspond to what would be the first page of the blog, but it all was gibberish to me. I then decided to copy the source code for the page, and through doing that, I found exactly the areas that I wanted to edit. Here is one:

    <title>The Roving Activist’s Blog </title>

    I don’t know how it got like that, but I want to change it to the actual name of the blog. Here’s the second:

    <li><a href="http://www.civilrights.org/" rel="colleague" title="Civil Rights Organization">Leadership Conference on Civil Rights</a></li>
    <li><a href="http://"></a></li>
    <li><a href="http://www.blogion.com" title="Blog Directory">Blogion</a></li>

    The second link is a blank link, and I want to get rid of it.

    As you can see, this is done in http, but I was told that it was generated by php. I would like to know exactly what file is this. I suspect that it is the index.php file in my wp content file, but when I open the file, it is gibberish. If I opened the file in notepad, will it look different? Will I be able to edit it?

    Thanks in advance for your help.

    PS– I noticed that after I posted, and saw how my post look, I notice that my site’s name looks fine. Why does it look like gibberish in the title code?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • 1. What is in between <title> tags – it is displayed at the top of your browser and it seems perfectly OK. What is the question?

    2. Your links in the Blogroll section = are the links you edited in admin > Links. Seemingly you have an empty one. Delete it.

    3. but when I open the file, it is gibberish – How do you open it? What software?

    And generally, can you be more precise than “gibberish”?

    Thread Starter dread

    (@dread)

    Thanks, moshu, for your help. As for the empty link, that is the proble. I cannot find it in the admin page to delete it. When I go the the links manage area, and look at the links, I don’t see the empty one. I will try to look again, but it was because I could not find it that I wanted to go directly to the actual file and edit it.

    As for the term, “gibberish”, I mean that the page is in php script, which looks like gibberish to me. I just tried to open the index.php file in the wp contents/themes/default folder using Notepad, but all I saw was php code.

    Again, thanks!

    The file you are looking for is the sidebar.php file and it contains the blogroll list. However to change that list you need to go thru your dashboard under the links tab.

    1. For content don’t bother looking in the files! All your content: posts, Pages, comments, links, settings – are stored in the database.
    2. The “gibberish” you see when opening the files is the code that calls all your content from the database and displays it. Actually it is only part PHP – the rest is usual, good old html tags for layout.

    Marc, if you have a faulty link in your blogroll – you can edit your sidebar.php file till next year… and it still will be the same. Don’t give him false hopes 😉

    Thread Starter dread

    (@dread)

    After a careful search, I was able to find the empty link in the Blogroll. I deleted it. Now the page doesn’t show the empty link.

    Thanks for your help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can I change this?’ is closed to new replies.