Sparky
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Get 403 error when trying to save post?before it was 2006-07’s Varsity Dance Team
now it’s next year’s varsity dance team
it works now. any ideas why?
Forum: Themes and Templates
In reply to: Blog included in page, but doesn’t allow HTML afterhmmm… i just figured it out, and there WAS a div that was open and messed it up. i just removed the div and it worked fine. thanks ??
Forum: Themes and Templates
In reply to: Blog included in page, but doesn’t allow HTML aftermy public_html/index.php uses a php include (
<?php include() ?>
) to include my blog in the page. the blog uses a blank theme with the header and footer above. on public_html/index.php after the include, i have the include for my footer. but, this footer never shows up on the blog pages, only on non-wp pages.Forum: Themes and Templates
In reply to: Blog included in page, but doesn’t allow HTML afterim just fixing up some problems on my site, and it will be open soon. if you want, access it with username kiragave and password usaccess.
i made a theme which is enabled called blank. it has no formatting or anything style related. i removed everything from the header/footer except the stuff above. then, i use a php include to include the blog in my page. but, the coding that comes after the include (footer/sidebar) won’t show up now.
Forum: Themes and Templates
In reply to: Blog included in page, but doesn’t allow HTML afterI got rid of the blog css and header info., so it’s not things like 2 doc-types and such. my blog header is this:
<link type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php //comments_popup_script(); // off by default ?>
<?php wp_head(); ?>and my footer is
<!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
<?php wp_footer(); ?>so i don’t think it’s related to that, or is it?
Forum: Fixing WordPress
In reply to: Register to comment, not to postwhy does it matter if they go to admin or not? at level 0, all they can do is change their personal information and comment.
Forum: Everything else WordPress
In reply to: Some Header Tagsi’m skinning the rest of my site using php and cookies, rather than using wordpress themes. i haven’t done this for a while, but i never had problems with it before…. and wordpress isn’y affecting it.
i usually update immediately, but if i don’t i don’t want to be hacked or anything…. i don’t reall care about stats or whatever
Forum: Everything else WordPress
In reply to: Some Header Tagsurgh.. i can’t even try to fix this bc my site is having problems that have never happened before…. >.<
*off topic*
do you know what this means?
Warning: Unexpected character in input: ‘\’ (ASCII=92) state=1 in /home/[myusername]/public_html/cookiecheck.php on line 2
Parse error: parse error, unexpected T_VARIABLE in /home/[myusername]/public_html/cookiecheck.php on line 3
Forum: Everything else WordPress
In reply to: Some Header Tagsyes, i *try* to be a neat freak sometimes. although i post a thousand questions a day on these boards and i may sound stupid, but i’m better at this than most other 14-year-olds i know. =P
i think the validator was saying i couldn’t have any meta or link tags there…. hmm. ihave to fix another php problem with my site and then i’ll try that.
i’ll let it bother me then. ?? i think this is where my minor ocd kicks in ??
Forum: Everything else WordPress
In reply to: If and ElseNever mind. Someone helped me figure it out. (I was trying to say if its a page outside WP.) Thanks a lot, though!
Forum: Everything else WordPress
In reply to: If and ElseCan it be if(is_URLofApage()): ?> ?? Would that work?
Forum: Everything else WordPress
In reply to: If and ElseThanks. ??
Also, how can you do the if/else if the if is a certain url? Like if it’s https://thissite.com/page.php then you echo this, else you echo that?
Forum: Themes and Templates
In reply to: Incorporating Blog into main site layouthmm.. i’m trying this out. i’ll show you if it comes out alright. ??
Forum: Themes and Templates
In reply to: Incorporating Blog into main site layoutI’ve been using WP a long time (over a year?? I dunno, something like that) but I’ve always used the actual WP themes. Trying something new. So far, it’s working. Thanks. ??