zemble
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help w/ Database Error. How do I fix this…I’m getting something similar — it came up in the installation process too:
WordPress database error: [Can't find file: './royzem/wp2_linkcategories.frm' (errno: 13)]
wp2_links
SELECT DISTINCT link_category, cat_name, show_images, show_description, show_rating, show_updated, sort_order, sort_desc, list_limit FROMLEFT JOIN
wp2_linkcategoriesON (link_category = cat_id) WHERE link_visible = 'Y' AND list_limit <> 0 ORDER BY cat_name
You can see it at: https://www.royzemi.com
Is this also a host problem? I don’t know much about Mysql so could someone make it clear what I need to tell the host so they understand the problem?
Forum: Fixing WordPress
In reply to: Exclude Category From ArchivesI’m searching for a solution to the same/similar problem. I want to exclude all but one particular category from a list of archives. (Alternatively, I want to have a list of a single category formated in the same way as wp_get_archives so that I have June 2005 (12), May 2005 (12), etc, but only one category displays. There seems to be numerous requests about this but I can’t find the answer. Can it really not be done?
Forum: Fixing WordPress
In reply to: Recent month (or latest that has posts) as startpageApologies at first coz I’m a bit of a beginner. Do you guys see old posts? I suspect this post might solve my problem, but I’ve no idea how to implement the sql code suggested here. I have a specific need for it. Can someone tell me where to put the sql code — in wp-blog-header.php?
I’m trying to put a static magazine website into WordPress. We have 1200+ entries dating back to 2000. I’ve imported them all using MT templates — very easy.
Problem is we up date the contents once a month. We want the latest month’s contents on the first page, but no more. I thought setting display “30 days” in the Reading admin screen should do this, but of course I get 30 months worth because we upload a set of posts on the same day every month — usually 1st of month!
Additional question: I imported each month’s entries with identical time stamps. If I varied the time stamps per entry, e.g. 1 March 1am, 1 March 2am etc would this solve the problem? If I did 1 March, 2 March etc, would that work? We have 20-30 entries a month, but not a fixed number.