shadow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display Excerpt in single.php and link to Full PostA link would be helpful.
Forum: Fixing WordPress
In reply to: Adding new pages doesn’t workCheck your permalinks and try removing the index.php option.
Forum: Fixing WordPress
In reply to: Makeing WordPress the default pageThis may help:
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
or alternatively, transfer to your root [unless you specifically do not want it there].
Forum: Fixing WordPress
In reply to: Display Excerpt in single.php and link to Full PostJust to make sure this is what you want, try changing
<?php the_content(); ?>to<?php the_excerpt(); ?>in your single.phpThen you can go on from there with your other ideas…
Forum: Your WordPress
In reply to: Feedback sought on Crapolicio,uswhy do WP templates end up becoming invalid? Does it happen when you start adding plug-ins, or ad code, or what?
Placing any items incorrectly, adding plugins that are not validated, a theme that is not valid in first place, the list is endless..
is fixing these errors absolutely crucial? Or can it slide?
Depends on how you want people to view your site. Validation errors cause all sorts of different problems for different browsers and can severely impact the load speeds of your site.
where could I find a true WP code guru who could help fix my code?
Probably right here in this forum or if you are willing to pay, try here:
http://lists.automattic.com/mailman/listinfo/wp-proAnd just FYI…
Jokestarter [149]
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.jokestarter.com%2FForum: Fixing WordPress
In reply to: where to find wordpress files on my ftp server?Email me kaitanium and I will give you a hand.
shadow12 gmail
Forum: Installing WordPress
In reply to: Categories Dissapear! HelpOk, it will probably be a proces of elimination. Turn off all your plugins and activate one bye one.
Note: I am not sure what is happening here exactly, so you could wait for MichaelH [or anyone else] to advise you if you prefer. He is much more talented than I and may be able to suggest a far better solution.
Forum: Fixing WordPress
In reply to: Posts overlap side barLooking at your source, there is a weird empty/open tag thing where there should not be a empty/open tag thing. Look at the end of this code.
<a href="http://1975firebird.creativecompulsions.com/?p=11#comments" title="Comment on Pics">Comments (1)</a> p> </I would remove that first…
Forum: Installing WordPress
In reply to: Categories Dissapear! HelpHave you had a read through here – the sticky at the top of the forum.
Forum: Your WordPress
In reply to: Which version of WP do I have?Referring to this site? In your source: WordPress 2.2.2
Forum: Installing WordPress
In reply to: Categories Dissapear! HelpAnd did you turn them all off when you upgraded?
Forum: Fixing WordPress
In reply to: Post pages loads halfway, then takes long to finish loadingIt appears to be something being loaded into this page:
http://theinvestorsjournal.com/stock-market-carnival/the-stock-market-carnival-sep-10-2007-edition/
With so many links in there [and a script as well?] it could be anything. I would take that post apart bit by bit and see what is the cause.
Forum: Installing WordPress
In reply to: Categories Dissapear! HelpDo you have a category plugin activated? ‘Nice categories’ or something similar?
Forum: Fixing WordPress
In reply to: Blog won’t display properly after moveIt looks fine to me. What isn’t displaying as it should?
Forum: Fixing WordPress
In reply to: Changing font size?It appears you may have a span set in your code which is setting the font in your posts. It is currently at 85%.
Either remove the span code completely and this allows for customisation via your CSS or set the percentage to a higher level in the code in your index file in your theme directory.