steve51184
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how do i include wordpress posts on a none wordpress site?ok i’m a little lost now i did this but all i get is a blank page:
<?php
// turn off WordPress themes and include the WordPress core:
define(‘WP_USE_THEMES’, false);
require($_SERVER[‘DOCUMENT_ROOT’] . ‘/at/wp/wp-blog-header.php’);
?></p><?php
//The Query
query_posts(‘posts_per_page=5’);//The Loop
if ( have_posts() ) : while ( have_posts() ) : the_post();endwhile; else:
endif;
//Reset Query
wp_reset_query();?>
Forum: Fixing WordPress
In reply to: how do i include wordpress posts on a none wordpress site?yeah static won’t work as i’ll need to re do it for every new post i make
also about query_posts() how do i use that in the above code instead of wp_get_archives(‘type=monthly’) thanks
Forum: Fixing WordPress
In reply to: FeedWordPress Twitter Tools = not workingseems my answer is here:
Forum: Plugins
In reply to: wp-polls displaying with no styling/cssright it’s displaying much better but the links are still not styles… any more ideas?
Forum: Plugins
In reply to: wp-polls displaying with no styling/cssthank you very much i found the conflicting code and deleted it as it didn’t affect anything on the site
#sidebar .box .box_content ul li, #sidebar .box .box_content ol li { background: none; margin: 0; padding: 0; display: inline; }Forum: Fixing WordPress
In reply to: 2 questions about FeedWordPressWP-o-Matic fixes problem 2 but i still have problem 1 but my little “hack” fixes that i guess thank you 😉
Forum: Fixing WordPress
In reply to: how do i show a link to the latest post on a different page?thank you
Forum: Fixing WordPress
In reply to: get notified when wordpress has plugin upgradesyeah some do but still it’d be nice to get an email or whatever
Forum: Fixing WordPress
In reply to: get notified when wordpress has plugin upgradesbut i want to be notified somehow and not have to login to my 10+ wordpress based site every few days
Forum: Fixing WordPress
In reply to: is there a plugin like this…any that don’t require an invitation?
Forum: Fixing WordPress
In reply to: is there a plugin like this…ty
Forum: Fixing WordPress
In reply to: get notified when wordpress has plugin upgradesthe reason i’m asking is that i have the wordpress.org rss feed in my rss reader so i know asap when there is a new version out but not when there are new plugins out and that can be quite insecure :\
Forum: Fixing WordPress
In reply to: wp-polls no longer working after an updatenever mind.. seems the new wp-polls doesn’t need wp-polls-widget.php as it’s integrated
Forum: Fixing WordPress
In reply to: how do i change a posts permalink?but again i’m not talking about how to change permalinks i’m talking about how to change a post specific permalink
Forum: Fixing WordPress
In reply to: how do i change a posts permalink?like i said in my first post i want to change a POSTS permalink the the way permalinks work