wujek
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: preg_replace the_author()Where can I modify “the_author()” function?
Forum: Plugins
In reply to: FIXED [plugin Advanced AJAX Page Loader]Em, first sorry for my english. It’s not my native :p
My site was completly inoperative. I couldn’t do anything for like 5 minutes so I wrote here. After that, I opened my site from history list and refreshed. It worked. It stopped this plugin from working (I really couldn’t open a single page).
But now everything works good, thanks for answer by the way
(imagine now that your site is totaly unavailable, u can only access ftp and deleting directory don’t help 😀 )
Forum: Plugins
In reply to: Plugin – Simple Ajax Shoutbox -> autolinksI tried “automatic links” plugin but it works with pages and news only
Forum: Plugins
In reply to: Looking for "latest pages" pluginI GOT IT!
It helped me:
<?php $args=array( 'showposts'=>5, 'post_type' => 'page', 'caller_get_posts'=>1 ); $my_query = new WP_Query($args); if( $my_query->have_posts() ) { while ($my_query->have_posts()) : $my_query->the_post(); ?> <p><small><?php the_time('m.d.y') ?></small> <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></p> <?php endwhile; } ?>Forum: Plugins
In reply to: Looking for "latest pages" pluginplease.. It’s very important for me
Viewing 5 replies - 1 through 5 (of 5 total)