Title: jetshack's Replies - page 2 | WordPress.org

---

# jetshack

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 266 total)

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Edit button in my Anaconda theme blog](https://wordpress.org/support/topic/edit-button-in-my-anaconda-theme-blog/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/edit-button-in-my-anaconda-theme-blog/#post-548699)
 * put an image where the x is pointing to…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changing Lorem Ipsum text in sidebar](https://wordpress.org/support/topic/changing-lorem-ipsum-text-in-sidebar/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/changing-lorem-ipsum-text-in-sidebar/#post-548698)
 * you’ve tried in the sidebar.php file?
 * if so what about in the wp-admin / options / general options -> tagline field?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need Help putting linkable logo into wordpress header!](https://wordpress.org/support/topic/need-help-putting-linkable-logo-into-wordpress-header-2/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/need-help-putting-linkable-logo-into-wordpress-header-2/#post-549123)
 * maybe add a background image to the header div in your style sheet…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [text before loop doesnt appear. Why not??](https://wordpress.org/support/topic/text-before-loop-doesnt-appear-why-not/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/text-before-loop-doesnt-appear-why-not/#post-545642)
 * modlook
 * duplicate post
 * [http://wordpress.org/support/topic/112466?replies=4](http://wordpress.org/support/topic/112466?replies=4)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to get main text at top-not a post](https://wordpress.org/support/topic/how-to-get-main-text-at-top-not-a-post/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/how-to-get-main-text-at-top-not-a-post/#post-545641)
 * you’re looking for something that looks like
    `<?php if (have_posts()) : ?>`
 * you’d then put whatever you wanted to appear above that above it… for instance…
   here’s an example from something I’m working on right now…
 *     ```
       <?php get_header(); ?>
       <div id="contentwrapper">
       <div id="topcontentcolumn"> <img src="<?php echo getRandomImage($path_to_images, $default_img) ?>" alt=""></div>
       <div id="contentcolumn">
       <div class="innertube">
       <?php if (have_posts()) : ?>
       ```
   
 * where the stuff in the
    `<div id="topcontentcolumn">` has been added to show 
   up above the posts.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to get main text at top-not a post](https://wordpress.org/support/topic/how-to-get-main-text-at-top-not-a-post/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/how-to-get-main-text-at-top-not-a-post/#post-545627)
 * you could add it directly to the tempalte index above the loop.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to restrict access](https://wordpress.org/support/topic/how-to-restrict-access/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/how-to-restrict-access/#post-543340)
 * go to wp-admin
    click on the write tab click on the write page subtab add content
   click on publish point to this page as your static page to be displayed.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Compare Price Web site](https://wordpress.org/support/topic/compare-price-web-site/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/compare-price-web-site/#post-543669)
 * I’m willing to go out on a limb here and say that for what you’re wanting wp 
   isn’t going to work.
 * you might try looking at something like
    [http://www.kaonsoftwares.com/price-comparison-script.html](http://www.kaonsoftwares.com/price-comparison-script.html)
 * (first google result for “price comparison script”)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Trying to use different blogs – please help](https://wordpress.org/support/topic/trying-to-use-different-blogs-please-help/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/trying-to-use-different-blogs-please-help/#post-543175)
 * or you could just use one blog and install a plugin that limits what users see
   based on their permission levels…
 * like the user levels plugin.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Almost no 404s](https://wordpress.org/support/topic/almost-no-404s/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/almost-no-404s/#post-543029)
 * allright… I’m sure you’ve noticed this, but…
 * one’s (the one that works) pointing into a directory structure and the other 
   is pointing into the root directory. I don’t know enough about .htaccess to say
   what to do (I’m going to search around for something and see what I come up with)
 * but I’m guessing it’s somewhere in this
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       ```
   
 * Specifically in the rewrite rule
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Almost no 404s](https://wordpress.org/support/topic/almost-no-404s/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/almost-no-404s/#post-543014)
 * links are the same… showing the 404
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Pleas HELP with my grainy pictures](https://wordpress.org/support/topic/pleas-help-with-my-grainy-pictures/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/pleas-help-with-my-grainy-pictures/#post-542936)
 * i generally size resize my images to the size they’ll be displayed at on the 
   site… there’s no sense in having and image that’s 2048px wide when it’s going
   to be displayed at 450px…
 * doing this cuts down on the file size (faster loading (and uploading for that
   matter)) and gives me a guarentteed result of what they’re going to look like
   on the site.
 * a pretty good program (ms endorsed for whats that worth) is irfanview… it’s not
   fancy, but it’s easy and will do batch conversions.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to restrict access](https://wordpress.org/support/topic/how-to-restrict-access/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/how-to-restrict-access/#post-542934)
 * create a static page in wp that fits the purpose of being the landing page for
   all visitors
 * under options – reading select display a static page and point it to that static
   page.
 * unclick anyone can register on the General options tab.
 * install the user levels plugin and set levels on posts and pages accordingly.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments too long?](https://wordpress.org/support/topic/comments-too-long/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/comments-too-long/#post-542932)
 * most of the site looks pretty screwy in ie7
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add Category](https://wordpress.org/support/topic/add-category/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/add-category/#post-542930)
 * link to site… and sidebar.php code

Viewing 15 replies - 16 through 30 (of 266 total)

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