Title: vachi's Replies | WordPress.org

---

# vachi

  [  ](https://wordpress.org/support/users/vachi/)

 *   [Profile](https://wordpress.org/support/users/vachi/)
 *   [Topics Started](https://wordpress.org/support/users/vachi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/vachi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/vachi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/vachi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/vachi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/vachi/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 244 total)

1 [2](https://wordpress.org/support/users/vachi/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/vachi/replies/page/3/?output_format=md) …
[15](https://wordpress.org/support/users/vachi/replies/page/15/?output_format=md)
[16](https://wordpress.org/support/users/vachi/replies/page/16/?output_format=md)
[17](https://wordpress.org/support/users/vachi/replies/page/17/?output_format=md)
[→](https://wordpress.org/support/users/vachi/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Creating a post when it does not exist](https://wordpress.org/support/topic/creating-a-post-when-it-does-not-exist/)
 *  [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/creating-a-post-when-it-does-not-exist/#post-1034744)
 * its a pretty cool idea, idk how you can do this but i suggest trying to save 
   the link that the user requested that did not exist, so save the 404s
    and when
   they request a page thats a 404 just say we are creating this page at the moment(
   in your 404 template ) than you can see the 404s and just make those pages
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [category images using category description](https://wordpress.org/support/topic/category-images-using-category-description/)
 *  Thread Starter [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/category-images-using-category-description/#post-1035289)
 * tx for the reply, yeah i looked at that plugin before, i am more after displaying
   the category image in single.php
 * the problem with the current code i have is that the img source comes out to 
   be this
    `http://blah.com/blog/post-name/%3Cp%3Ehttp://blah.com/blog/files/2009/
   03/image.png%3C/p%3E`
 * so it adds these p%3E to the beginning and end of the text and on top of that
   ads the post link at the beginning
 * example where i am using it
    [http://vitamovie.com/anime/eureka-seven-episode-50/](http://vitamovie.com/anime/eureka-seven-episode-50/)
 * i really want to find a non plugin solution where i can just use the given wordpress
   category description field
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [cookies off moves my footer](https://wordpress.org/support/topic/cookies-off-moves-my-footer/)
 *  Thread Starter [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/cookies-off-moves-my-footer/#post-968174)
 * anything guys???
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [cookies off moves my footer](https://wordpress.org/support/topic/cookies-off-moves-my-footer/)
 *  Thread Starter [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/cookies-off-moves-my-footer/#post-968173)
 * anything guys???
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Left Side: No Navigation Menu?](https://wordpress.org/support/topic/left-side-no-navigation-menu/)
 *  [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/left-side-no-navigation-menu/#post-936976)
 * the only thing i can think of is replacing the wp-admin folder, or reinstalling
   your wp install altogether
    if you have not changed any files in your wp-admin
   folder, than replace your current folder with anotehr wp-folder from a fresh 
   download
 * try that 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [MY CATEGORIES ARE GONE !!!](https://wordpress.org/support/topic/my-categories-are-gone-1/)
 *  Thread Starter [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/my-categories-are-gone-1/#post-912550)
 * wow lol no answers still that sucks guys, i would have answered it right away,
   
   well anyway i found the solution, [http://www.top10tech.com/web/2008/03/07/blogging-tips/wordpress/holy-crap-my-wordpress-categories-disappeared/](http://www.top10tech.com/web/2008/03/07/blogging-tips/wordpress/holy-crap-my-wordpress-categories-disappeared/)
 * i contacted my isp and they restarted the mysql server, the wordpress forced 
   update did not work
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [registered user only link, displaying link from custom field](https://wordpress.org/support/topic/registered-only-link-displaying-link-from-custom-field/)
 *  Thread Starter [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/registered-only-link-displaying-link-from-custom-field/#post-909764)
 * tx allot
 * i out it it like this
 *     ```
       <?php
                  if (is_user_logged_in()){
                       $key="videoembed";
       $dl= get_post_meta($post->ID, $key, true);
       $download ='<a href= "' . $dl . '">Download</a>';
       echo $download;
                    }
                  else {
                      echo '<a href="http://www.vitamovie.com/site/wp-register.php">Download - Please Register and Log In</a>';
                      };
           ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Really strange problem with wp-admin not refreshing properly](https://wordpress.org/support/topic/really-strange-problem-with-wp-admin-not-refreshing-properly/)
 *  [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/really-strange-problem-with-wp-admin-not-refreshing-properly/#post-909358)
 * can you do another fantastico install in another directory and see if it works,
   and check if the .htaccess is there, its usually is a hidden file
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Really strange problem with wp-admin not refreshing properly](https://wordpress.org/support/topic/really-strange-problem-with-wp-admin-not-refreshing-properly/)
 *  [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/really-strange-problem-with-wp-admin-not-refreshing-properly/#post-909201)
 * do you have the .htaccess file in your wp directory?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [registered user not see dashboard](https://wordpress.org/support/topic/registered-user-not-see-dashboard-1/)
 *  [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/registered-user-not-see-dashboard-1/#post-832951)
 * bump
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [writing pages](https://wordpress.org/support/topic/writing-pages-1/)
 *  [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/writing-pages-1/#post-891419)
 * do you mean like you want a widget that shows all your pages?
    and a header menu
   that shows some of your pages
 * one way would be to make a static header menu
    than use the current page list
   widget on the sidebar
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Added second sidebar and now the content is on the bottom](https://wordpress.org/support/topic/added-second-sidebar-and-now-the-content-is-on-the-bottom/)
 *  [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/added-second-sidebar-and-now-the-content-is-on-the-bottom/#post-874864)
 * how did you add the second sidebar, did you make a new one in the function.php
   file, and how are you calling your sidebar
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Added second sidebar and now the content is on the bottom](https://wordpress.org/support/topic/added-second-sidebar-and-now-the-content-is-on-the-bottom/)
 *  [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/added-second-sidebar-and-now-the-content-is-on-the-bottom/#post-874863)
 * this is a hack its not the best way of doing this, its actually the worst way,
 * you should start by validating
    [http://validator.w3.org/check?uri=http%3A%2F%2Fwww.danbairdandhomemadesin.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0](http://validator.w3.org/check?uri=http%3A%2F%2Fwww.danbairdandhomemadesin.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Added second sidebar and now the content is on the bottom](https://wordpress.org/support/topic/added-second-sidebar-and-now-the-content-is-on-the-bottom/)
 *  [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/added-second-sidebar-and-now-the-content-is-on-the-bottom/#post-874862)
 * change content to this
 *     ```
       #content {
                  float: left;
                  text-align: left;
                  display: inline;
       	   padding-left: 200px;
       	width: 445px;
       	position: relative;
       	bottom: 1000px;
       	left: 30px;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how do I put blog on my website?](https://wordpress.org/support/topic/how-do-i-put-blog-on-my-website/)
 *  [vachi](https://wordpress.org/support/users/vachi/)
 * (@vachi)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-put-blog-on-my-website/#post-846590)
 * ok this is a funny question but here i go,
 * well if you have installed wordpress already and you have logged in and seen 
   the admin side than welcome to wordpress
 * if you have not done so, than please install wordpress first
    [http://codex.wordpress.org/New_To_WordPress_-_Where_to_Start](http://codex.wordpress.org/New_To_WordPress_-_Where_to_Start)
 * wordpress has a admin backend and a public front end
    on the public side your
   posts links, comments, and much more is presented,
 * the term blog is very complicated, it depends how how set up wordpress – theme
   and plugins wise – and how you use them
 * please answer few questions – how will you use the site, what are you planning
   to “blog” about
 * and please explain how is your “blog” setup with your hosting company

Viewing 15 replies - 1 through 15 (of 244 total)

1 [2](https://wordpress.org/support/users/vachi/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/vachi/replies/page/3/?output_format=md) …
[15](https://wordpress.org/support/users/vachi/replies/page/15/?output_format=md)
[16](https://wordpress.org/support/users/vachi/replies/page/16/?output_format=md)
[17](https://wordpress.org/support/users/vachi/replies/page/17/?output_format=md)
[→](https://wordpress.org/support/users/vachi/replies/page/2/?output_format=md)