lizleih
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: customize tag cloudOk, I found that you have to make this change in the file category-template.php. Totally different from widgets.php.
Forum: Requests and Feedback
In reply to: customize tag cloudI’ve read this top through as well as a few others, but I can’t find the place in widgets.php where it lists
wp_tag_cloud();
so you can add the parameters you want.
The only listing of
wp_tag_cloud
is in the following list:
$_wp_deprecated_widgets_callbacks = array(
‘wp_widget_pages’,
‘wp_widget_pages_control’,
‘wp_widget_calendar’,
‘wp_widget_calendar_control’,
‘wp_widget_archives’,
‘wp_widget_archives_control’,
‘wp_widget_links’,
‘wp_widget_meta’,
‘wp_widget_meta_control’,
‘wp_widget_search’,
‘wp_widget_recent_entries’,
‘wp_widget_recent_entries_control’,
‘wp_widget_tag_cloud’,
‘wp_widget_tag_cloud_control’,
‘wp_widget_categories’,
‘wp_widget_categories_control’,
‘wp_widget_text’,
‘wp_widget_text_control’,
‘wp_widget_rss’,
‘wp_widget_rss_control’,
‘wp_widget_recent_comments’,
‘wp_widget_recent_comments_control’
);Can anyone give me better instructions? I’ve also read the codex article https://codex.www.ads-software.com/Template_Tags/wp_tag_cloud#Parameters, but I do not understand WHERE to put the code.
Many thanks in advance.
Forum: Plugins
In reply to: XML sitemap generator is stuck while generating first sitemapNevermind. It seems to have worked. I suppose it was just taking a long time because it was the first build. I actually interrupted it, but I can rebuild it now.
Forum: Plugins
In reply to: XML Sitemap GeneratorYou may have to change the permissions on the file sitemap.php. Read through the comments on this page:https://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/
Forum: Fixing WordPress
In reply to: Unable to upload images from computerI am having a similar but different problem. Everything on the blog (WP version 2.7.1) is working perfectly, but when I try to upload an image (either through the Flash or the Browser dialogue box), I get the following error message:
Unable to create directory /home/business/public_html/blog/wp-content/uploads/2009/05. Is its parent directory writable by the server?
I have checked the permissions on the parent directories and they are set to 755. When I change them to 666 (which I had to do for some other files), it breaks the blog. I read through the suggested article above and none of it seems to apply. Any ideas out there?
Forum: Fixing WordPress
In reply to: Can’t Change Permalink StructureI am having the same problem; however I don’t see an .htaccess file anywhere on my web server. Do I need to create one? Thanks.
Forum: Fixing WordPress
In reply to: spam on commentsRefer to this topic: https://www.ads-software.com/support/topic/169011?replies=4
There’s the Bad Behavior plug-in and also the JS Spamblock plug-in.
Forum: Fixing WordPress
In reply to: Author to linkNevermind–I found the solution:
<?php if (get_the_author_url()) { ?>“><?php the_author(); ?><?php } else { the_author(); } ?>Forum: Fixing WordPress
In reply to: Author to linkI’m trying to do the same thing–have the author’s name be a link to their url (the one in the profile), but neither of these worked. “the_author_url()” made the url display instead of the author’s name, and it wasn’t a link. “the_author_link()” made everything disappear after the words “published by”. Any ideas out there?
Here’s the blog: https://www.csdesignworks.com/blog/ And unfortunately, we are only running WP 2.0.6 because that’s all our hosting company will support. Thanks!
Forum: Plugins
In reply to: Change number of Recent Posts in sidebarRelated to this, our sidebar number of posts is not updating automatically. It says 0 posts when we have 8 so far. I see where the PHP code is in the sidebar, but I haven’t touched it. Anyone have any ideas? (Also, we are sadly only able to use WP 2.0.4 due to our hosting company.) Thanks!
https://csdesignworks.com/blog/Forum: Fixing WordPress
In reply to: Thumbnail size?Did you ever find a solution for this? I am having the same problem. All the images I upload become thumbnail-size. Thanks.
Forum: Installing WordPress
In reply to: Earthlink: Upgrade FailureI just spoke with Earthlink tech support and apparently you can only run WP 2.0.4 on Earthlink-hosted sites as of the present. Of course they couldn’t say when they would upgrade.
Forum: Installing WordPress
In reply to: Page BlankI am having this same problem and I am working with my host (earthlink) to resolve it. FIrst, I only got the code, then it was blank, and now I have a white screen with “No input file specified.” I’ll let you know if we resolve this.
Forum: Installing WordPress
In reply to: only see code when trying to run installation scriptOK, thanks! (If I can ever get through to them, ha!)
Forum: Installing WordPress
In reply to: Install ErrorHi Jim,
How did you ever sort out the problem? I have triple checked everything, but my install page just displays code as if the host (Earthlink) does not run PHP, but I checked and they do support it. Just curious. Thanks.
https://www.csdesignworks.com/blog/wp-admin/install.php