jetshack
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Everything points to my web siteyou 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
In reply to: How do I structure this site?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
In reply to: Adjusting Framesetso 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_TemplatesForum: Plugins
In reply to: Poker Room Affiliatehave 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
In reply to: How do I structure this site?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
In reply to: How do I add new pages?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…
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 templatespretty straightforward…
Forum: Fixing WordPress
In reply to: How to change font color in headerI’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
In reply to: Best wayI 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
In reply to: How to change font color in headerin your stylesheet, located in your themefolder…
should be called style.css
Forum: Plugins
In reply to: PhpAdsNew Plugin‘phpadsnew.inc.php’
point to your where your file of phpadsnew.inc.php is
http://www.aestheticsurgerycenter.com/scripts/postcard/
pretty generic postcard script… should be able to encorporate it into your site.
Forum: Fixing WordPress
In reply to: Strange thing on new wordpressdo any of these help?
http://wordpress.org/search/You+don%27t+have+permission+to+do+that.?forums=1
Forum: Fixing WordPress
In reply to: Best wayWere 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
In reply to: RSS feed corrupt?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>