Forum Replies Created

Viewing 15 replies - 46 through 60 (of 118 total)
  • Forum: Plugins
    In reply to: Plugin for storage areas?

    Anybody do something like this? Would be supercool!

    Xamataca, what “template” can we edit for the admin screens? I think you mistook the question to be for one’s WP website. Actually the question was about the WP *admin* page in the backend.

    ZeRohiLL, yes, 2.8 allows for these things. But how? Where’s the option to make the number of Posts higher than the 15 by default?

    Works with the latest version of Prototype. It’s on the Lightview page.

    Drop this crappy caching plugin, seriously. Get “1 Blog Cacher” and just wrap the twitter code in “mclude” tags. That’s a much nicer caching plugin that doesn’t make you tear your hair out.

    Hi,

    Did you get any answer to this?

    I want to show Previous_post_link() and next_post_link() immediately below the title, according to my design. But this code yields nothing:

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
    <div <?php post_class() ?> id="post-<?php the_ID(); ?>">
    <span class="titlenav">
      <span class="prv"><?php previous_post_link('&laquo; %link') ?></span>
      <span class="nxt"><?php next_post_link(' %link &raquo;') ?></span>
    </span>
    
    <a id="content"></a>
    <h2><?php the_title(); ?></h2>
    <span class="date"><?php the_date(); ?> / <a href="<?php trackback_url(); ?>" rel="trackback">Trackback</a>
    </span>
    
    <div class="entry">
    <?php the_content(); ?>
    
    <div class="singlestuff">
    <script type="text/javascript" src="http://w.sharethis.com/button/sharethis.js#publisher=f00c9af2-22dc-4ca6-aea9-c9a255b12f81&type=website"></script>
    <br /><?php wp_link_pages(array('before' => '<strong>Pages:</strong> ', 'after' => '</p><br />', 'next_or_number' => 'number')); ?>
    <?php the_tags( '<span class="tags">Tags: ', ', ', '</span>'); ?>
    
    <div class="navigation">
    <span class="alignleft"><?php previous_post_link('&laquo; %link') ?></span>
    <span class="alignright"><?php next_post_link(' | %link &raquo;') ?></span>
    </div>
    
    </div>
    
    </div>
    </div>
    
    <?php comments_template(); ?>
    <?php endwhile; else: ?>
    
    		<p>Sorry, no posts matched your criteria.</p>
    
    <?php endif; ?>

    The funny bit is that the second time previous_post_link() is called in the “div class=navigation”, it does show up, but it doesn’t show up earlier than the_content(). Is this a bug? Will previous_post_link only show up after the content?

    Automatic upgrades only work if your site uses the default SFTP port of 22. Many of us have different security settings, including a different port, and we’re screwed. Hope the team will consider offering some of these options (port number) in the Connection window so we can use auto-upgrades etc as well.

    I am looking for this too. Any thoughts?

    Wp-SpamFree although its developer is unreachable still remains the best of all the drivel mentioned here. Why should all my commenters have JS enabled? Useless. And no, WP-SpamFree does not block mobile phones. I also use MobilePress. All phones can see my website just fine.

    BadBehavior and others like Defensio etc are server based. Not kosher.

    What usability upgrades? We should have the option of having menus on the top. The left schtick just hampers the actual work we do regularly: write. The menus should be unobtrusive. With “Lighter Menus” plugin I could do this greatly with 2.6, but 2.7 breaks that too.

    Not to mention that the text editor is a painful beast still.

    And the main elephant in the room — the custom field GUI — is still where it was in WordPress 1.0. So much for evolution.

    Who cares how pretty the icons look. Make the damn thing functional. Give me a better custom field GUI (which I can specify by category and make appear not like one big blob of dropdowns, but as proper form fields — textbox, radio, checkbox etc), improve the text editor that does not override my html, and allow me to have a horizontal bar of menus with mouseover menu items (instead of clicking for options!) and that is when we will think of this as an “upgrade”.

    Doesn’t help. Page 2 onwards still gives a 404. I am on WP 2.6.1. Any ideas? My permalink structure is:

    /%category%/%postname%

    Thread Starter erick_paper

    (@erick_paper)

    Michael, this works for one blog under “blog” but not for two. I want

    http://MYDOMAIN.com/blog/firstblog
    http://MYDOMAIN.com/blog/secondblog

    With permalinks and all that htaccess voodoo, the firstblog works fine. But the secondblog gives a 404 and shows the header from firstblog, which means it’s trying to get at the firstblog and looking at some page there called “secondblog”.

    Any ideas?

    I have the same issue on a raw working install of WP, no plugins except Akismet. My permalink structure is:

    /%category%/%postname%

    Everything works. Even the individual posts’ pagination (previous_post_link) etc works.

    But the *category pagination* does not work. From page 2 onwards it gives me a 404, e.g., this page breaks:

    http://projectkobo.com/shinchaku-jouhou

    This shows the pagination at the bottom, but when you click on it, this URL croaks:

    http://projectkobo.com/shinchaku-jouhou/page/2

    Any ideas?

    Thread Starter erick_paper

    (@erick_paper)

    To the creator of this plugin: could you please please update lighter menu for 2.7’s bullshit left handed menu please that goes on forever? Thanks!!

    Thread Starter erick_paper

    (@erick_paper)

    No thoughts about this? Does this forum work at all? The last three threads for help that I have started are all with “no replies” in many days. Could someone please suggest a better place for WP help? I know it’s free and all but I thought it was a big deal that WP’s community was educated and helpful. I still have to see it!

    Thread Starter erick_paper

    (@erick_paper)

    ANy ideas? Or updates?

Viewing 15 replies - 46 through 60 (of 118 total)