waffles
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Change Posts Date to NowOk, let me explain myself further. I know how to change the date on a post. What I’m looking for is a 1 click solution. Or even better, having a way to say that all posts will be published at the same time and all I have to change is the date.
Forum: Installing WordPress
In reply to: Widget error messageDo you have the widgets.php file in both wp-admin and wp-includes? I was missing the one in includes and had that same error message. Uploaded it there and everything was fine again.
Forum: Fixing WordPress
In reply to: htaccess to send www to non www not workingPut this in your .htaccess file.
Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^www\.yourdomainhere\.com [nc] rewriterule ^(.*)$ https://yourdomainhere.com/$1 [r=301,nc]
That should do the trick.
Forum: Fixing WordPress
In reply to: Add Title of Post to Comment LinkThanks for your help, that does exactly what I want it to.
Forum: Fixing WordPress
In reply to: Add Title of Post to Comment LinkIf I can then I have no idea how to get it to work. Right now my my code looks like this:
<div class="postmetadata"> <?php _e( 'Filed under' ); ?> <?php the_category( ', ' ); ?> · <br /> <?php comments_popup_link( __( 'No comments on <?php the_title(); ?> »' ), __( 'Comments (1) »' ), __( 'Comments (%) »' ), 'commentslink', __( 'Comments are off' ) ); ?> </div>
I’ve tried it with and without echo in there, I’ve tried with the marks in the parenthesis on the page you linked to. Basically every different combination I can think of and the best I’ve gotten it to do was ignore what I had in the PHP tags and just add some text.
Forum: Plugins
In reply to: Flickr plugin for specific photos?I’m not sure of a WordPress plugin that does this, but you can alwasy create the Flickr badge and have it restricted to a certain set. If you only put the photos that you want displayed in that set then you’re fine.
Forum: Plugins
In reply to: Related Posts – can’t get it to workYou need to go play with your theme files in order to get it to work. Place that code you mentioned where you want it to appear in relation to the post.
Forum: Plugins
In reply to: newest pagesForum: Plugins
In reply to: Keep one post always at the topThis plugin should be able to do it for you.
I use it on my blog and haven’t had any problems you. You just need to install it and add a custom field for the post that you want to stick.
Forum: Fixing WordPress
In reply to: Redirect to get rid of www.All you need is this, with the example sites used changed to your site.
Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^www\.yourdomainhere\.com [nc] rewriterule ^(.*)$ https://yourdomainhere.com/$1 [r=301,nc]
Place it in your .htacess file, remove anything else that attempts to do the same thing, and you should be good.
Forum: Your WordPress
In reply to: lightbox or no lightbox, feedback pleasePersonally, I hate lightbox and would advise against it. But I just don’t like things popping up at me like that.
Forum: Fixing WordPress
In reply to: Login redirecting to login!Does anyone have a solution for this problem?
Forum: Fixing WordPress
In reply to: Locked out of my own site: wp-admin strange redirect – help!I really don’t mean to bump this up, but it hasn’t gotten any replies and the problem is really starting to bother me.
It only happens on one of my blogs, and I have no idea what could be causing this sort of problem.
Forum: Fixing WordPress
In reply to: Locked out of my own site: wp-admin strange redirect – help!I’m having the same problem, and haven’t found a solution for it yet. Does anyone have a fix or know of a possible reason for it happening?