Forum Replies Created

Viewing 15 replies - 91 through 105 (of 565 total)
  • means and non breaking space

    its the way html sees a space

    what theme are you using?

    oops lol looks like someone answered it right as i was answering too.

    Hmmm that unfortunately, I dont.. BUT… you could always try emailing the author.. or search around here and see if you can find any documentnation on how to make things that work in the loop work out of the loop.. if that makes sense.

    copy and paste all links into notepad
    import the links? I have not tried importing links before, but it *should* work and then you can go back and edit them

    Well, there is one thing I would hesitate to think about changing page rankings and themes. It would be the way the page is processed.

    Some themes, when you look at the html, you see that they processed the content first… then maybe the sidebar on the right. others you might see the sidebar on the right, then the sidebar on the left, and then the content of the page processed in that order. Different theme process the html in different orderes. While that stand alone may not change page ranking, you also have to think about how different search engines will accept data. Some may only take X KB before they “rank”. That is why it is best to choose a theme that actually processes the content of the post first then the sidebars. the data is closer to the top. Sounds strange I know, but it is true.. and you can goto differnt sites and view source to see different processing of differrnt themes.

    Also, soemthing else to consider .. if you have worked with theme #1 for example.. for a year and it is tweaked jsut how you want it. for seo, search engines, etc… and all the sudden you switch to theme #2.. it is not tweaked. So, google could be in the middle of an update (it is still in the middle of one now from last week because mine goes from PR 5 to 6 on and off depending on the centers that are pulling the rank and updating.. page rank is determined by the values in mulitple data centers from google) so… if yours all the sudden is not tweaked and it is doing an update…

    and we all know how some themes are structured W3c valid and some arent,. once again if you switch and it is all not 100% valid as it is being cached or checked or tabulated for rank at that moment.. say i change to a new theme and it takes me 2 weeks to make it 100% w3c compliant… you never know when it is doing its thing.

    IF it happens to get updated before it is W3C complaint, if there are a bunch of errors, it COULD lower a page rank.

    Also, if you change themes from one that is less SEO tweaked to one that is more SEO tweaked, or one that has better HTML structure, less errors, etc, it can even help..

    True, this will not be ALL PR is based on, but yes, it *can* be a factor in page rank.

    Sorry to make this so long and boring.. in a sum, no, google doesnt have eyes, it jsut reads the code.. just make sure the theme switched to has as good code as your present one validation and seo wise.. or even better πŸ˜‰

    I use http://guff.szub.net/post-updated to show the time and date of the last edit.. im sure you can find a way to place it where you want to on the page

    If I udnerstand what you are wanting is for it to be placed on a page that has a single pot on it – liek the permalinks page of an article

    for example, go into your theme, open single.php and post it between these lines
    —————————-
    ?php the_content(‘<p class=”serif”>Read the rest of this entry »’); ?

    <——–ADSENSE CODE GOES HERE———->

    p class=”postmetadata alt”
    ————————
    the above example is using the single.php with the default theme

    or, there are plugins like CGINLINE that will let you post stuff between posts (such as on the main page with multiple posts

    @moshu, this is true.. i did not understand the context it was being asked in. it is not that I did not read it carefully, it is more along the lines of like I said, I did not understand.

    other option is to edit the timestamps…

    Forum: Fixing WordPress
    In reply to: Header Alignment

    When you first start out editing themes, its a lot easier to take the images from the theme itself, start by changing colours of those but leaving the size the same. that way you wont break the code and the sizes there.

    Im sure thousands of people host their blog from their own pc.. its more like do you want to pay somdeone else to host it or are you capable of hosting it yourself? That is something for you to decide.

    i use a plugin that shows the last edited date for pages and posts…

    That way I can see the created date and the time and date it was edited http://guff.szub.net/post-updated

    As much as I hate to say it, it looks correct in FF and IE tries to fix the bad code on its own and shows you what it thinks the code is trying to do.

    Result: Failed validation, 25 errors

    There is a missing <div> tag and some other things going on with the code not being validated that would cause problems. fix those first and you can then start narrowing down where the problem is if that hasnt already fixed it.
    http://validator.w3.org

    add the php code into that template under the title of the page, then create a new page and use that for the template.

    for example:
    I used a template of page.php called it plugin.php

    under title i added the php code i wanted to use

    [code]

    <h2><?php the_title(); ?></h2>
    <div id="plugins">

    Plugins:
    <?php displayPluginsAsList(); ?>
    </div>

    [/code]

    saved it, then created a new page, left it blank and published it.

    the result is:

    http://www.aleeya.net/credits/plugins/

    it will take maybe a month for google to make all the changes. you can get a google sitemap generator, generate a sitemap and submit the new sitemap to google

Viewing 15 replies - 91 through 105 (of 565 total)