pinoyca
Forum Replies Created
-
Where will you store the business type and the location? In a WP custom field?
Will staff add entries and not clients?
If it’s yes to all of these, then any abled PHP programmer can customise/develop a search result page for you very quickly — complete with relevancy, paging and highlighting.
Forum: Fixing WordPress
In reply to: WordPress fails with large databases> In the last 3 hours I am trying to obtain a list of all categories of my site, by alphabetical order, but all I have is the blank page of death.
Output 6,000 records into only one webpage? That isn’t a blog page. No, PHP can’t do that. PhpMyAdmin will die, too. Yours isn’t a WP issue.
Forum: Installing WordPress
In reply to: HUGE Categories ProblemAye, your category table is probably gone. Restore it from backup.
Forum: Themes and Templates
In reply to: Gap Between Header and Content – IEvsFF issueI can’t figure it out either, but I found that adjusting the
font-size
in thebody
definition of your stylesheet increases and decreases the gap. (It’s as if there’s an
there.)Forum: Your WordPress
In reply to: New personal site – just getting started.1. People with visual impairment will find the color contrast of your entries hard to read.
2. Your best post does not validate.
Other than these, yeah, I’ll tell my friends about your blog.
Forum: Fixing WordPress
In reply to: Save and Publish not working!Uninstall your plugins and install them one by one.
Forum: Installing WordPress
In reply to: HUGE Categories ProblemRestore from backup?
1. What does “Manage | Categories” say?
2. 2.3 has no tag management screen. You add/edit/remove tags in the Write Post screen.
Forum: Themes and Templates
In reply to: “Blogroll” title impossible to format?> minima-xxxxx-for-wordpress-xxx > style.css is the one that you need to modify.
No, the problem is in the theme files, not the stylesheet. Check the source — the blogroll title (“Links”) is spanned by a pair of
h2
tag that shouldn’t be there. amateur6 needs to find the pair of tags and take them off.Forum: Fixing WordPress
In reply to: Having to approve all commentsNo plugins, No changes in WP core files? Hmm, what’s in your comment moderation keyword list?
Forum: Plugins
In reply to: What is this plugin called?It’s either Owen Winkler’s Adhesive or Lester Gamerz Chan’s WP-Sticky.
Forum: Themes and Templates
In reply to: Image map has borders1. That is not an
image map
. It’s a table within a table containing some image slices.2. Your code has no CSS, and CSS can do nothing about this anyway.
3. The inner table images are missing height tags. The top image is width=450, but the bottom images are width=27 + 135 + 100 + 154 = 416. Is that right?
Tis a bit hard to see the problem without your image files. Can you post a URL?
Forum: Fixing WordPress
In reply to: The file upload issueFor what it’s worth this used to happen to me when I had less than 8M of php memory. Back then it seems the thumbnailer just chokes and dies.
Forum: Themes and Templates
In reply to: “Blogroll” title impossible to format?If it’s not in sidebar.php, then it may be a WordPress Widget. Widgets have function names that begin with
widget_
and are usually in function.php or have their own separate php files.[sig moderated – read the rules!]
Forum: Fixing WordPress
In reply to: Integrating wordpressThe easiest way would be to paste a feedreader widget on your homepage, then point that to republish your wordpress feed. Feedburner has a feature called Buzzboost that does this.
The second way is to add this line
<?php require('./path-to-your-blog/wp-blog-header.php'); ?>
in your homepage index.php and then paste the snippet in your WP templates that shows ‘Recent Posts’.
Forum: Requests and Feedback
In reply to: Quick Edit of Recent PostYes, they have put this suggestion into WP 2.5. Meanwhile, I suggest you click ‘Save and Continue’ and preview your post in a new window. That preview probably has an ‘edit post’ link, depending on your theme.
[sig moderated]