hafwyn
Forum Replies Created
-
Forum: Plugins
In reply to: where does ‘call the function’ go?Ahhh… well, at least I know it SHOULD work! Thanks for the help, I’ll get it eventually.
Forum: Plugins
In reply to: where does ‘call the function’ go?Ok, I am using the file “archives.php” from the default theme folder. Into that I have pasted the code for ‘List Archives By Year’ from the http://codex.wordpress.org/Creating_an_Archive_Index page. I put the result here:
http://wordpress.pastebin.ca/847266Then I uploaded it, but the page only gives an error. Thank you.
Forum: Plugins
In reply to: where does ‘call the function’ go?Thank you. I am using the default theme, so I tried editing the archives.php file using the code suggestion from http://codex.wordpress.org/Creating_an_Archive_Index and it ggives only this error
Parse error: syntax error, unexpected ‘:’ in /wp-content/themes/default/archives.php on line 17
that was a cut and paste from the codex page so I don’t know what I’m doing wrong. I am downloading the archives.php file and editing it (with textwrangler, its not the editor) then uploading it, since it doesn’t seem to be editable from the WP ‘pages’ thing.
I’ve been doing this all day, and I still have nothing that works. Is there anything else I can try?
Forum: Plugins
In reply to: where does ‘call the function’ go?Thank you. One is here:
http://www.schloebe.de/wordpress/simple-yearly-archive-plugin/
“Call the simpleYearlyArchive function like so:
<?php simpleYearlyArchive(‘ type ‘,’ ExcludeCategoryIDs ‘); ? >”another is here:
http://justinblanton.com/projects/smartarchives/
“Call the Smart Archives function like so:
<?php smartArchives(‘type’,’category ID’); ?>”and on the page http://codex.wordpress.org/Creating_an_Archive_Index#Interesting_Examples_of_Archive_Indexes
it says “To list your archives by year instead of by month, use the following code, in which a query to the database is made to collect and sort the posts by year, then display them as links with the get_year_link() template tag: (then some code is displayed)…”Where does that code go? How do I get it there? Or if it is already there, where is it?
Forum: Fixing WordPress
In reply to: After upgrade show to much posts on front pageI installed a new theme, then reinstalled the original, and the problem vanished. I’m not sure if this is “resolved” or not but my blog looks OK now.
Forum: Fixing WordPress
In reply to: After upgrade show to much posts on front pageMy page is doing the same thing. If I look at the archives, pages look (more or less) normal, but the first page has posts overlapping in two columns, in two font sizes, and the categories etc. are down at the bottom. I installed WP yesterday and upgraded to 2.3.2, and have not yet edited the theme. http://frankhartzell.com/articles/ hope it is OK to put in the link.
Why is it doing this?