Recent content by tinkers

  1. T

    HELP! Wordpress blogsites hacked

    Also present in ClickbumpSEO. May be an idea to scan and check ANY nulled plugin for the vitostatics link before installing in your wordpress site. If the said site it links to was not down I would never have known about this at all!
  2. T

    Wordpress - Display newest posts last

    You did make this amendment to your index.php of your theme right? I guess I shoud have said that. If you are using a theme which has a home.php or index.php, this is the file you need to change.
  3. T

    NEED: Help copying a simple adsense site [easy,quick money]

    Hi Dubcorp, I would like to PM you but I need to have submitted more posts before doing so. However, I have a question. Do you need just the technical help to replicate a site or are you looking for someone to help build an adsense site that makes money (i.e. help you with the keyword...
  4. T

    Wordpress - Display newest posts last

    Hi, I am afraid you are going to have to change the index.php file but there is only one line to change. open your index.php file and search for : <?php if (have_posts()) : while (have_posts()) : the_post(); ?> replace this with: <?php $posts=query_posts($query_string . '&order=asc'); if...
Back
Top