Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • I 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…

    Thread Starter kektex

    (@kektex)

    I 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 page
    Thread Starter kektex

    (@kektex)

    I´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.

    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!

    anyone know how to solve this?

    I`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)

    Thread Starter kektex

    (@kektex)

    Marc: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.
    Thanks

    rocky2889 I really couldnt 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?

    All right, I got this working. I set it up on my test blog and its working perfectly for now.Im using Photopress and Priyadis PHP Exec plugin.
    1)Get both plugins
    PHP Exec Plugin
    Photopress

    Install 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.
    I
    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.
    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 archive

    alright I was just reading upon is_single() Root
    One thing Im still not getting:
    You are saying that you can
    t (or at least it would take too much work) insert php code in to a post? From what Ive 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?

    Isnt there a way to tell if we are currently in the comments page?
    I was thinking of adding code to the start of the comments page for the template I
    m using.I saw this at the beggining but 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!’);

    Cant 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 Im still learning how it works.Im looking through the wiki but some parts are not complete.

    I am also looking exactly for this…I want to show just a thumbnail in the front page and full size image on the posts 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.
    If anyone tells me where to start looking , I
    ll find a way to hack something up.

    Thread Starter kektex

    (@kektex)

    Erm Im feeling a bit silly hehe...I thought it was only for changing a posts date yourself.
    Wordpress keeps impressing me…thanks!

    Thread Starter kektex

    (@kektex)

    No 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.
    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 Monday
    s photo of the day at 7am monday morning and the same for tuesday,etc.

    Forum: Plugins
    In reply to: Post ratings plugin
    Thread Starter kektex

    (@kektex)

    Hmm 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

Viewing 15 replies - 1 through 15 (of 17 total)