Title: transpersonal's Replies | WordPress.org

---

# transpersonal

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/transpersonal/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/transpersonal/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/transpersonal/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/transpersonal/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/transpersonal/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/transpersonal/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hacked via Contact Form 8](https://wordpress.org/support/topic/hacked-via-contact-form-8/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/hacked-via-contact-form-8/#post-1313016)
 * If you were hacked via contact form 8 then try a contact form more focused on
   security than flashiness:
 * [http://wordpress.org/extend/plugins/si-contact-form/](http://wordpress.org/extend/plugins/si-contact-form/)
 * Also install this firewall plugin which is known to stop many common hacker tactics
   including sql injections:
 * [http://wordpress.org/extend/plugins/wordpress-firewall/](http://wordpress.org/extend/plugins/wordpress-firewall/)
 * Some other things worth considering:
 * Using phpmyadmin change your database table prefixes to something other than 
   the default wp_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I DOWNLOADED A THEME… NOW WHAT?](https://wordpress.org/support/topic/i-downloaded-a-theme-now-what/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/i-downloaded-a-theme-now-what/#post-1312378)
 * To put it in simple terms, FTP is what you do using a FTP program. It’s used 
   to upload and download files between your home computer and the server you are
   hosting your site on. But since you are new to this, don’t worry about that just
   yet.
 * In your wordpress dashboard go to “Appearance” >> “Add New Themes” then click
   on “upload” at the top, next browse and select your theme and click “install 
   now”.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [SEO and text description](https://wordpress.org/support/topic/seo-and-text-description/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/seo-and-text-description/#post-1313013)
 * Clicking on your site’s link redirects me to a site built using flash. I’m sorry
   to tell you this, but if you are worried about SEO you should not be making your
   entire site in flash since SE spiders can only read plain text and image alt 
   tags not flash.
 * So a missing description is the least of your worries. BTW a description tag 
   won’t make your site rank any better in the SE. It will however invite more users
   to click on your site’s link on a results page if it is written well enough. 
   The description is the text you read under each site’s title in the search results
   page. So to add a description for your site just open up header.php in the theme
   editor and add the following meta tag somewhere between the <head></head> tags:
 * `<meta name="description" content="THIS IS WHERE YOU WILL TYPE YOUR DESCRIPTION"/
   >`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [(New to this) Do I need a certain template to have members able to join?](https://wordpress.org/support/topic/new-to-this-do-i-need-a-certain-template-to-have-members-able-to-join/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/new-to-this-do-i-need-a-certain-template-to-have-members-able-to-join/#post-1277155)
 * Paste the following code somewhere on your index.php file using the theme editor:
 *     ```
       <?php global $user_ID, $user_identity, $user_level ?>
       <?php if ( !$user_ID ) : ?>
       <a href="http://www.YourSite.com/wp-login.php">Log in</a> | <a href="http://www.YourSite.com/wp-login.php?action=register">Register</a>
       <?php else : ?>
       Welcome <strong><?php echo $user_identity ?></strong> |
       <a href='<a href='<?php echo wp_logout_url(); ?>&redirect_to=/'>Logout</a>
       <?php endif; ?>
       ```
   
 * The above code will show two text links:
 * Log In | Register
 * After logging in the page will show this message:
 * Welcome NAMEOFUSER | Log Out
 * As for a forum, you can use a forum plugin or something more advance like PHBB
   forum. If you don’t know how to do this or the above, then just pay a freelancer
   to do it. [email moderated]
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My sites down, need help fast!](https://wordpress.org/support/topic/my-sites-down-need-help-fast/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/my-sites-down-need-help-fast/#post-1277145)
 * How did you upload wordpress in the first place? Did you use a ftp program or
   your hosting account’s file manager? Use that same method to navigate to your
   theme’s folder.
 * Step by step:
 * When you first enter your server you will see a folder called wp-content, click
   it and then click the folder called “themes” and then click the folder that is
   named after your theme and then download the file called functions.php
 * Once you have downloaded that file, open it using something like notepad. Then
   copy and paste it’s contents on this thread.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My sites down, need help fast!](https://wordpress.org/support/topic/my-sites-down-need-help-fast/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/my-sites-down-need-help-fast/#post-1277143)
 * Something changed in your theme’s functions.php file. Download it via ftp and
   paste it’s contents on this thread and I can take a look at it.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Review mine: 68design(www.68ds.com) and exchange related link..](https://wordpress.org/support/topic/review-mine-68designwww68dscom-and-exchange-related-link/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/review-mine-68designwww68dscom-and-exchange-related-link/#post-1256051)
 * Also why aren’t you using a caching plugin. Your site has good speed but using
   something some super cache will make it much faster. This is especially important
   for a site with so many images.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Review mine: 68design(www.68ds.com) and exchange related link..](https://wordpress.org/support/topic/review-mine-68designwww68dscom-and-exchange-related-link/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/review-mine-68designwww68dscom-and-exchange-related-link/#post-1256050)
 * I suggest using the Google sitemap plugin. Also post on do follow blogs and forums
   using your targeted keyword as the anchor text. Currently google has indexed 
   just 6 pages of your site’s content. You can always check using this query:
 * site:www.68ds.com
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [My gaming Lifestyle Site.](https://wordpress.org/support/topic/my-gaming-lifestyle-site/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/my-gaming-lifestyle-site/#post-1254270)
 * phant1m,
 * Some suggestions:
 * 1. The horizontal scroll bar that appears at the bottom of the homepage is no
   good. Most visitors hate those, get rid of it.
 * 2. The rollovers for Home and About are fine. But for Disclaimer and License 
   and Wishlist are too small. This is probably because you are using a fixed image
   for the rollover. Look into the sliding doors of css:
 * [http://www.dynamicdrive.com/style/csslibrary/item/sliding-doors-tabs-menu/](http://www.dynamicdrive.com/style/csslibrary/item/sliding-doors-tabs-menu/)
 * 3. Put some text in the search button like search or go.
 * Good luck.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [mod_rewrite working but cant add extension(.php)](https://wordpress.org/support/topic/mod_rewrite-working-but-cant-add-extensionphp/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/mod_rewrite-working-but-cant-add-extensionphp/#post-1241392)
 * He he, Well Matt Cutts seems to agree with you:
 * [http://www.youtube.com/watch?v=dSG6C33GwsE](http://www.youtube.com/watch?v=dSG6C33GwsE)
   
   [http://www.mattcutts.com/blog/](http://www.mattcutts.com/blog/)
 * But in my defense there are plenty of high ranking websites without the file 
   extension in the URL 🙂
 * Keep the thread open, I’m sure someone can tell you how it can be done.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP Super Cache Looking Weird](https://wordpress.org/support/topic/wp-super-cache-looking-weird/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/wp-super-cache-looking-weird/#post-1241388)
 * Pages only get cached when someone visits them at least once. After that all 
   new visitors are served that generated static page (until the expiry time comes–
   then all cashed pages are deleted and wait to be cached once again).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot Remove Border Around Images Within Posts](https://wordpress.org/support/topic/cannot-remove-border-around-images-within-posts/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/cannot-remove-border-around-images-within-posts/#post-1241386)
 * Try this:
 * [http://pastebin.com/m6994974c](http://pastebin.com/m6994974c)
 * If it doesn’t work let me know.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [mod_rewrite working but cant add extension(.php)](https://wordpress.org/support/topic/mod_rewrite-working-but-cant-add-extensionphp/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/mod_rewrite-working-but-cant-add-extensionphp/#post-1241383)
 * Yes, when optimizing URLS for SEO you absolutely don’t want any unrelated terms
   that doesn’t have anything to do with your post topic. Say there are two posts
   written about the same thing and both are equally optimized. One uses:
 * [http://mysite.com/obama-wins-election/](http://mysite.com/obama-wins-election/)
 * and the other uses:
 * [http://mysite.com/obama-wins-election.php/](http://mysite.com/obama-wins-election.php/)
 * The former will most likely be preference by search engines in determining page
   rank order. You also want the main keyword to be as towards the left as possible.
   So if your keyword is “Michel Jackson” try to use:
 * /michel-jackson-songs/
 * instead of:
 * /songs-of-michel-jackson/
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot Remove Border Around Images Within Posts](https://wordpress.org/support/topic/cannot-remove-border-around-images-within-posts/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/cannot-remove-border-around-images-within-posts/#post-1241380)
 * How about this, this type of thing is very difficult to do without looking at
   the actual stylesheet. So paste all the contents of your style.css here and we’ll
   find a solution a lot quicker:
 * [http://pastebin.com/](http://pastebin.com/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot Remove Border Around Images Within Posts](https://wordpress.org/support/topic/cannot-remove-border-around-images-within-posts/)
 *  [transpersonal](https://wordpress.org/support/users/transpersonal/)
 * (@transpersonal)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/cannot-remove-border-around-images-within-posts/#post-1241375)
 * I think I got that because I’m using firebug – I don’t have actual access to 
   your style.css file so I see it a little differently.
 * Try changing:
 * .the_content img {
    background:white; border:1px solid #
 * to:
 * .the_content img {
    background:white; border: none; padding: 0; }

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

1 [2](https://wordpress.org/support/users/transpersonal/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/transpersonal/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/transpersonal/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/transpersonal/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/transpersonal/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/transpersonal/replies/page/2/?output_format=md)