Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Fixing WordPress
    In reply to: Back to basics

    Hi, yes as zandebar said, you can edit the files in the wordpress editor under apperance -> editor. There you can find the sidebar.php file to edit!
    Sorry for the confusion, i never use it and almost forgot it exists ??

    //D

    Forum: Fixing WordPress
    In reply to: Back to basics

    Hi,
    Well a short question with a possibly looong answer. Althought let’s give you a go on a few basic things…

    1. Add a few pages in the Pages -> Add new
    2. To change your firstpage go to: Settings -> Reading and then choose a static page (the list shows your currectly added pages)
    3. To remove everything beneath the pages in the right sidebar you need to do this:
    – Go to your wordpress installation and into the default theme, that is:
    wp-content/themes/default
    – Open up the sidebar.php in an html editor – this is the file that contains everything shown in the sidebar to the right. I dont know about your html/php skills but this shouldn be a problem. At line 54 you have <li><h2>Achives</h2> and then at line 75 you have <?php } ?>. Everything from line 54 to 75 you want to comment so it is not read. What you do is simply add <!-- just before the <li> at 54 like this:<!--<li><h2>Achives</h2> and at line 75 you need to close the comment like this:<?php } ?>-->. Save the document. Now it wont show the post stuff and you can easily bring it out again by removing the comments.

    That’s a fair starters. Sorry if you already know coding and stuff. I may have overdone basicwise. Be sure to ask if you have any more questions!

    By the way, the template that calls for the sidebar.php (inserts it) is the page.php.

    Good luck!

    //Darko

    Hey,

    Try not to choose any alignment for the images. By default they will be placed to the left.

    If you however want to place the images at different positions you would need to use paragraphs “<p></p>” for the text. You can use the return key and push the text downwards or place the paragraphs in the html editor view.

    //D

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