Title: jetshack's Replies - page 5 | 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 - 61 through 75 (of 266 total)

[←](https://wordpress.org/support/users/jetshack/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/jetshack/replies/?output_format=md) [2](https://wordpress.org/support/users/jetshack/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jetshack/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/jetshack/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/jetshack/replies/page/6/?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/6/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Everything points to my web site](https://wordpress.org/support/topic/everything-points-to-my-web-site/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/everything-points-to-my-web-site/#post-536925)
 * you have both an index.html and an index.php file in your root directory…
 * by default browsers will choose the index.html file to show first, then if that
   file is not present it will show the index.php.
 * This isn’t good practice as most search engines penalize having two index files
   in any given directory.
 * if you don’t care about the search engines then set your wordpress address url
   in the options section of your admin panel… if you do care about search engines,
   then either put wp in it’s own directory or rename your current index.html to
   something else (which will have the effect of making your blog the home page.)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [How do I structure this site?](https://wordpress.org/support/topic/how-do-i-structure-this-site/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-structure-this-site/#post-530612)
 * PR shouldn’t be your concern at this point. However, the easiest way to build
   PR is through targeted backlinks to the site. Which you’ll get provided the content
   is organized in such a way that your visitors find your site to be an invaluable
   resource.
 * Regardless, if PR is your concern then there are ways to massage the rank of 
   specific pages within your site using redirects and other greyhat.
 * I’d concern myself with the content much more at this point.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adjusting Frameset](https://wordpress.org/support/topic/adjusting-frameset/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/adjusting-frameset/#post-531326)
 * so you have a file called store.php that is baiscally just the index.php file
   with the sidebar stripped out?
 * If that’s the case then add
 *     ```
       <?php
       /*
       Template Name: Snarfer
       */
       ?>
       ```
   
 * to the top of that page. at that point when you either create a new page or edit
   an exisiting one you’ll have a new option available… there should be a drop down
   box on the right of you edit page which says Page Template. Select that template
   page as the template to use for your store.
 * more info here
    [http://codex.wordpress.org/Pages#Page_Templates](http://codex.wordpress.org/Pages#Page_Templates)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Poker Room Affiliate](https://wordpress.org/support/topic/poker-room-affiliate-1/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/poker-room-affiliate-1/#post-530606)
 * have you tried to just add the banner code directly to your sidebar (or whereever
   it is in the template that you’re wanting to add it)?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [How do I structure this site?](https://wordpress.org/support/topic/how-do-i-structure-this-site/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-structure-this-site/#post-530605)
 * > 1) It would be necessary to link to new Pages via blog posts in order for anyone
   > to see them, which would potentially split incoming links between two URLs
 * who cares how they’re getting to your site… once they’re on site if your layout
   and navigation makes sense they’ll stay if the content you’re providing is what
   they’re looking for. Also as Rudolf said, you can place the list_pages tag anywhere…
   On it’s own page for example (maybe to create and index of pages)… it doesn’t
   have to be in the sidebar… you could have a link in the sidebar to the index 
   of pages.
 * > No RSS feeds.
 * why do you need an rss feed for something that’s going to remain static such 
   as “Game Content (spells, monsters, etc)”?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I add new pages?](https://wordpress.org/support/topic/how-do-i-add-new-pages/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-add-new-pages/#post-534306)
 * look at where the link points to (page_id=4)… do you have a page with that id?
   For instance if you look at your Sponsors link it’s pointing to page_id=2…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Postcards](https://wordpress.org/support/topic/postcards/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/postcards/#post-535757)
 * From the readme…
 * Instructions
    1.) Upload the files to your server & set permissions 2.) Edit 
   the file ‘card.cgi’. 3.) Edit the file ‘index.html’ 4.) Edit the templates
 * pretty straightforward…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to change font color in header](https://wordpress.org/support/topic/how-to-change-font-color-in-header/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/how-to-change-font-color-in-header/#post-535447)
 * I’d love to, but when I go to the link, it crashes my browser… I’ve tried 3 times…
   I’ll try it from my home machine later.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Best way](https://wordpress.org/support/topic/best-way/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/best-way/#post-535446)
 * > I would recommend you install wordpress once and play with it so you know what
   > you’re doing. Find out what all the happy buttons do.
 * Great advice!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to change font color in header](https://wordpress.org/support/topic/how-to-change-font-color-in-header/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/how-to-change-font-color-in-header/#post-535410)
 * in your stylesheet, located in your themefolder…
 * should be called style.css
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [PhpAdsNew Plugin](https://wordpress.org/support/topic/phpadsnew-plugin/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/phpadsnew-plugin/#post-535409)
 * ‘phpadsnew.inc.php’
 * point to your where your file of phpadsnew.inc.php is
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Postcards](https://wordpress.org/support/topic/postcards/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/postcards/#post-535400)
 * [http://www.aestheticsurgerycenter.com/scripts/postcard/](http://www.aestheticsurgerycenter.com/scripts/postcard/)
 * pretty generic postcard script… should be able to encorporate it into your site.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Strange thing on new wordpress](https://wordpress.org/support/topic/strange-thing-on-new-wordpress/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/strange-thing-on-new-wordpress/#post-534966)
 * do any of these help?
 * [http://wordpress.org/search/You+don%27t+have+permission+to+do+that](http://wordpress.org/search/You+don%27t+have+permission+to+do+that).?
   forums=1
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Best way](https://wordpress.org/support/topic/best-way/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/best-way/#post-535394)
 * Were it me…
 * I’d have one installation with three categories.
 * The default category would be Group News
    then have a Beavers category anda scouts
   category.
 * Then when making posts check the appropriate category(categories) that the post
   should be visible in.
    Then I’d set the front page up only to show posts marked
   as Group News.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS feed corrupt?](https://wordpress.org/support/topic/rss-feed-corrupt/)
 *  [jetshack](https://wordpress.org/support/users/jetshack/)
 * (@jetshack)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/rss-feed-corrupt/#post-534767)
 * I’m getting the error also
 * >  Internet Explorer cannot display this feed
   >  This feed contains code errors.
   >  Go back to the previous page.
   >  More information
   > End tag ‘script’ does not match the start tag ‘description’.
   >  Line: 99 Character:
   > 3
   > </script>

Viewing 15 replies - 61 through 75 (of 266 total)

[←](https://wordpress.org/support/users/jetshack/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/jetshack/replies/?output_format=md) [2](https://wordpress.org/support/users/jetshack/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jetshack/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/jetshack/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/jetshack/replies/page/6/?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/6/?output_format=md)