kimber787
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Static Page option not workingThanks for your help, moshu. I found, and deleted, this snippet of code from the header file, and it seems to have worked:
<?php _e(‘Blog’); ?>
Thanks again!
Forum: Installing WordPress
In reply to: Static Page option not workingAny idea what the html code will look like that I need to remove from the template? And do I just delete it, or do I need to replace it with something?
I’m using “Unnamed One” as my blog template.
Thanks!
Forum: Installing WordPress
In reply to: Static Page option not workingI see that option to select another page, but the page titled “blog” that the software automatically creates is not on the drop down list to select.
I can make another page and call it blog, but then how do I remove the “blog” page that’s already there and created by the software?
Forum: Fixing WordPress
In reply to: Hide page tags for published pagesGreat–thanks! Just as a note, in this particular template the wp_list_pages is the third line from the bottom, so in the parens I just added “&exclude=19” and it worked.
Thanks for all your help!
Forum: Fixing WordPress
In reply to: Hide page tags for published pagesSorry about the vagueness. I’m using “Unnamed One 0.4.3 beta” as my template.
The site is XXXXXXXXX.com and the page I want to have published (so I can direct people there) but not show up as a tab across the top is the “Thank You” page.
Forum: Fixing WordPress
In reply to: Hide page tags for published pagesThanks! Where do I paste in that code? On the page itself, or somewhere else?