kektex
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cant Post “Your attempt to edit this post ‘blablabla” has failedI dont have any js dropdown menus and I still get this error on a fresh install of a new blog.
It seems to fail 2 out of every 3 posts I try to make. So annoying…Forum: Fixing WordPress
In reply to: WP not showing template changesI just deleted the contents of the /wp-content/cache directory and it fixed the problem. The thing is I never had any problems of this kind before upgrading to the latest WP version.
Is there some new setting I should be aware of?Forum: Plugins
In reply to: Modifying trackback pageI´m seeing a bunch of trackback pages indexed in google for my blog.When I click on the results I get a page that says the following:
OK
The document has moved here.I have tested this for other blogs and it´s the same.
Forum: Plugins
In reply to: Is there a tag to include excerpt in meta description?Sorry for bumping this old thread but I`ve been using Kafkaesqui´s solution above to this problem but since my blog is pretty old there are now many pages with an empty meta description tag.
How can Kafkaesqui´s code be modified so that if the excerpt field is empty, the whole meta description tag is left out of the page?Thanks!
Forum: Fixing WordPress
In reply to: WP 2.0 – htaccess overly aggressive? 404’s galoreanyone know how to solve this?
Forum: Fixing WordPress
In reply to: WP 2.0 – htaccess overly aggressive? 404’s galoreI`m having the same problem.I am also at dreamhost and I cannot get to my statistics folder.Wordpress catches it and sends me back to the index.php
I replaced it with my previous .htaccess (which was much bigger than the new one btw) and it worked but it broke the permalinks.
My new .htaccess :# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule># END WordPress
All the other folders work correctly except for my statistics folder (where I installed awstats)
Forum: Fixing WordPress
In reply to: Just Upgraded to 2.0 and have a few questionsMarc:I turned off “Use the visual rich editor when writing” but that did not return the quicktags.js file. It did turn off the rich text editor but what I want to know is where I can find the file to edit the link insertion so all links in my posts can be inserted with target=”_blank” automatically.
jsleeper:Ah that`s it…I followed the upgrade instructions and backed up the wp-content directory and just dropped my previous on in.
ThanksForum: Fixing WordPress
In reply to: conditionally displaying an imagerocky2889 I really couldn
t tell you since Im just getting started with wordpress. I was just reading on wyi-wp.Isn`t there a way to post sometimes with the wysi plugin and other times without it?Forum: Fixing WordPress
In reply to: conditionally displaying an imageAll right, I got this working. I set it up on my test blog and it
s working perfectly for now.Im using Photopress and Priyadis PHP Exec plugin.–PHP Exec Plugin
1)Get both plugins
–PhotopressInstall them both as you normally would.
2)Now as per the PHP Exec plugins instruction insert php code in your post like this:
<phpcode>
<?php
if (is_single()) {
echo "<img src=http://example.com/wp-content/photos/photo.jpg><br>
This is for post page";
}
else {echo "<img src=http://example.com/wp-content/photos/thumb_photo.jpg width=130 height=69><br>
This is for frontpage ";
}
?>
</phpcode>You can see it in action Here
It really wasnt that hard and my php knowledge is practically zero.Im sure someone can make it much prettier.
Photopress makes the thumbnailed image automatically for you so you only have to upload your picture and tell it to post the thumbnail.Then just copy and paste the image insertion code into the code I posted above. You cant preview so try testing it somewhere first.m going to try to merge this into Photopress so you don`t have to go cutting and pasting stuff everywhere and it places everything in its place.
I
This code might also have to be edited to display thumbnails for frontpage and archive pages depending on whether your template shows posts while in the archiveForum: Fixing WordPress
In reply to: conditionally displaying an imagealright I was just reading upon is_single() Root
One thing Im still not getting:t (or at least it would take too much work) insert php code in to a post? From what I
You are saying that you canve read the part Im interested in would be The Loop. Maybe I could use a plugin I saw somewhere for inserting PHP code into a post?Forum: Fixing WordPress
In reply to: conditionally displaying an imageIsn
t there a way to tell if we are currently in the comments page?m using.I saw this at the beggining but I
I was thinking of adding code to the start of the comments page for the template Im not sure if this is what Im looking for:if (‘comments.php’ == basename($_SERVER[‘SCRIPT_FILENAME’]))
die (‘Please do not load this page directly. Thanks!’);Can
t I add a piece of code similar to that that will tell it to load
img.jpg instead of img_thm.jpg?Ive just started using WP a few days ago so I
m still learning how it works.Im looking through the wiki but some parts are not complete.Forum: Fixing WordPress
In reply to: conditionally displaying an imageI am also looking exactly for this…I want to show just a thumbnail in the front page and full size image on the post
s page. I think rocky2889s (6 posts above this) idea is the best way.
Im willing to try this but I have no idea where in the code this can be done. Im thinking maybe in the comments page of your template but Im really not sure.ll find a way to hack something up.
If anyone tells me where to start looking , IForum: Fixing WordPress
In reply to: Auto posting at a certain dateErm I
m feeling a bit silly hehe...I thought it was only for changing a posts date yourself.
Wordpress keeps impressing me…thanks!Forum: Fixing WordPress
In reply to: Auto posting at a certain dateNo what I need is for wordpress to automatically make the post without me having to do it.
Say for example I have a photo of the day site and I have to leave on monday for a trip and I wont have internet access for the week.s photo of the day at 7am monday morning and the same for tuesday,etc.
What I would like is to be able to make all posts for the week on sunday,save them as drafts and then specify when to make the posts public, like only publish MondayForum: Plugins
In reply to: Post ratings pluginHmm that’s strange. I;m getting some sort of error now on both browsers.Any of you installed it before? I think it might be a permissions error but I can’t seem to fix it