affiliatetip
Forum Replies Created
-
Forum: Plugins
In reply to: Google Sitemaps 3.0.1 bugI am looking for an answer on this, too.
I get it whenever I approve a comment. I’ve had it for weeks – I guess when I made a sitemaps upgrade.
Forum: Fixing WordPress
In reply to: Bulk Delete PostsI searched for much of the day and never found a way to bulk delete within the amdin.
So I did like brockangelo and went into phpMyAdmin.
Under databases, I went to wp_posts and it was pretty intuitive as for how to select and delete posts quickly.
Forum: Fixing WordPress
In reply to: Post Timestamp Bug in 2.3.1?The time will initially display correctly as the time in the future when I want the post to go out.
Later on, I see that the post has gone live and it has a timestamp for the time I published it.
Forum: Fixing WordPress
In reply to: Bulk Delete PostsI would love a solution for this, too. I created a new blog to aggregate all of my blog posts and installed the WP-o-Matic plugin.
This morning, I woke up to find 1300+ posts of the same post to the blog. ??
Forum: Fixing WordPress
In reply to: Author byline won’t showCan anybody share code to link to the archive for the author to wrap around the author field?
Forum: Fixing WordPress
In reply to: Post Timestamp Bug in 2.3.1?It initially gets displayed with the selected future time. But then changes.
Forum: Fixing WordPress
In reply to: Post Timestamp Bug in 2.3.1?It’s the default for the Cutline theme: https://cutline.tubetorial.com/
<?php the_time('F jS, Y') ?>
My blog: https://blog.affiliatetip.com/
Forum: Fixing WordPress
In reply to: customizing permalink??That plugin makes the permalink use underscores in the future, but I need something for all of the past permalinks (Just imported 1300+ posts from my old MT blog).
Anything out there for that?
Forum: Fixing WordPress
In reply to: Permalinks not functioning properlyWhen I update, I get the message: You should update your .htaccess now.
Towards the bottom, it reads:
If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.
And then there is the code for the .htaccess file. I’ve added it and FTP’d over.
The code:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Also, I’ve changed chmod to 666 (it was previously 644).
Still getting 404 errors for the links.