tinuviel
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Tags List Tag?I’m confused. I’m trying to show my tag list instead of a category list (it’s the way the client wants the site to work).
I included:
<?php if(get_the_tag_list()) { get_the_tag_list('<ul><li>','</li><li>','</li></ul>'); } echo (get_the_tag_list()); ?>
and it doesn’t work. What am I doing wrong in the call?
Forum: Fixing WordPress
In reply to: Limit front page only to one postOkay, I’ve changed my query to
<?php if (is_home()) { $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("&posts_per_page=1&paged=$paged"); } ?> <?php if (have_posts()) : ?>
But it’s only showing one page on every page now, though the post IS changing. I only want it to show one post on the home page (I assmed that’s what the “is_home” would take care of – but it’s not???).
Thanks again for any clarification.
Forum: Fixing WordPress
In reply to: Limit front page only to one postI’m at a loss as to how to implement this on my own site. I’ve entered:
<?php if (is_home()) { query_posts("showposts=1"); } ?>
before these lines:
<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>
And the result is that it restricts the first page of my site to the last entry – which is good. But when I click on the “Older Entries” link, all I get is the same single post again, over and over. Nothing else appears.
If I place that If statement like so:
<?php if (have_posts()) : ?> <?php if (is_home()) { query_posts("showposts=1"); } ?> <?php while (have_posts()) : the_post(); ?>
the result is the same.
What am I doing wrong? I haven’t set up a home.php file, as that also did not work. This is going straight into my Main Index Template.
Thanks for your assistance.
Forum: Fixing WordPress
In reply to: Blogger.com new blogs won’t import into new WP InstallationAny ideas?
Forum: Everything else WordPress
In reply to: What to do with WP exported db?Great, that’s it – I got it! Thanks so much! I can’t believe my good karma. I’ll do my best to pass it on ??
Forum: Everything else WordPress
In reply to: What to do with WP exported db?Just a blog on machine to read old posts.
Forum: Everything else WordPress
In reply to: What to do with WP exported db?Great, thanks so much! That’s a big help. Just one question… as I only have the db backup, and not the blog backup, for the old version of WP (and I even forget which version it was), do I still need to import the blog into Xampp? Or can I just place the db backup into the recommended folder and leave it like that?
Forum: Fixing WordPress
In reply to: LivePress New Installation ProblemsI’m using WP 1.2.
Yeah… it sucks… I dunno what to do, cos I uninstalled the separate plugins I was using before. I just don’t get why it’s not working properly.Forum: Plugins
In reply to: WP Photos PluginOkay, what exactly does this plugin do? Is it a gallery? In your entries, does it do a thumbnail version of your image that, when clicked on, shows the full size one in a new window (like the ImageManager plugin by PerS)? Something else? I can’t find a description of it anywhere, and the couple of links that people have posted, all I see is a gallery, but the title doesn’t sound like it’s a gallery…
Any clarification would be appreciated. Maybe this is what I’ll use instead of ImageManager, if it’s what I’m hoping it is!Forum: Plugins
In reply to: ImageManger pluginI’m having some trouble with the thumbnails. How long does it take a server to create them?
Sometimes I wait a while and they suddenly appear. Sometimes they never do… so I’m wondering what’s going on, and am thoroughly confused. The only thing I can think is that it takes a few minutes for the thumbnails to be created.
Currently, I have my directories set up as:
$IMConfig[‘base_dir’] = ‘/home/intrinz/public_html/sulwyn/images/’;
$IMConfig[‘base_url’] = ‘https://www.sulwyn.net/images/’;
$IMConfig[‘thumbnail_dir’] = ‘thumbs’;
So that the “thumbs” directory is always created in the directory under /images/ that I want (ex: images/hair/thumbs/).
I guess the question is, why aren’t my thumbnails being created (when they are created sometimes)?
Also, my thumbnails aren’t showing up in the Upload Image dialog box.
Thanks for your help.Forum: Fixing WordPress
In reply to: Viewing private entriesNever mind, apparently this topic: https://www.ads-software.com/support/4/1997 has the answers ??
Forum: Plugins
In reply to: ImageManger pluginOh. That fixed it actually ??
Thanks.Forum: Plugins
In reply to: ImageManger pluginJust wondering if you’d had a chance to look at this yet?
Forum: Plugins
In reply to: ImageManger pluginThanks, PerS, email sent.
Forum: Plugins
In reply to: ImageManger pluginWP: Latest version
– Hacked… probably badly by me… I used on LJ hack then removed it, but the “Update LJ” checkbox is still available on the post.php, even though it’s not useable. That’s the only thing left behind though. Other than that, I followed all instructions for the other LJ hack I used and it works fine. Maybe I badly hacked the Image Manager program
– Plugins activated, yes
– I can’t get into Advanced Editing to try, now that it’s activated… I’m not really sure what htmlarea editor is (except maybe you mean the textbox with all the buttons across the top with I, B, image etc. buttons)
– I believe it’s running PHP not in safe mode
– Javascript enabled, yes
– No javascript error
However, now when I try to log into my journal, I get these errors:
Warning: Cannot modify header information – headers already sent by (output started at /home/intrinz/public_html/sulwyn/wp-content/plugins/ImageManager.php:180) in /home/intrinz/public_html/sulwyn/wp-admin/auth.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at /home/intrinz/public_html/sulwyn/wp-content/plugins/ImageManager.php:180) in /home/intrinz/public_html/sulwyn/wp-admin/auth.php on line 38
Warning: Cannot modify header information – headers already sent by (output started at /home/intrinz/public_html/sulwyn/wp-content/plugins/ImageManager.php:180) in /home/intrinz/public_html/sulwyn/wp-admin/auth.php on line 39
Warning: Cannot modify header information – headers already sent by (output started at /home/intrinz/public_html/sulwyn/wp-content/plugins/ImageManager.php:180) in /home/intrinz/public_html/sulwyn/wp-admin/auth.php on line 40
Warning: Cannot modify header information – headers already sent by (output started at /home/intrinz/public_html/sulwyn/wp-content/plugins/ImageManager.php:180) in /home/intrinz/public_html/sulwyn/wp-admin/auth.php on line 45