railcrew
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Recent Posts] not simpleI want it to show most recent posts but offset newest post (-1) or newest 5, either way, how do I do that?
Forum: Plugins
In reply to: “Recent Posts” widget hackOk. not a big code genius here, but like I said in the second post, I figured how My theme deals with recent posts in the sidebar
(rsidebar.php)
<?php
$myposts = get_posts(‘numberposts=10&offset=1’);
foreach($myposts as $post) :
?>
and I know that when you add widgets (twitter,etc…) to the sidebar, it overrides the sidebar code and you must then add each widget, (recent, archive, etc…) from available widgets. The widget options does allow you to state how many recent posts you would like to display, but doesn’t allow you to remove the most recent (offset=1) I’ve looked every where I can’t find where to hack it.Forum: Plugins
In reply to: “Recent Posts” widget hackI noticed the Theme rsidebar template has it set as I want (numberposts=10&offset=1) (I think thats the right code?) but I’m not using the theme recent posts, I’m using the WP widget recent posts. I’ve looked all over my templates and can’t find where to edit it as I want it.
Forum: Fixing WordPress
In reply to: Gears?makes sense, thanks…
Forum: Plugins
In reply to: [Plugin: Send to Twitter] simple fastOops sorry… meant to post this on “Send to Twitter”
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] A problem notifying Googlerolled back to 3.1.2, problem solved… something wrong with the update(?)
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] A problem notifying GoogleI just updated to 3.1.5 too and get the message…”The last build succeeded, but the file was deleted later or can’t be accessed anymore. Did you move your blog to another server or domain?”… all were notified successfully though. gonna try rolling back to previous version… let you know…
Forum: Fixing WordPress
In reply to: Trackbacks Option?Thanks
Forum: Fixing WordPress
In reply to: Add a page to “page tabs”I found it in the Theme->header.php, I got it to work…
Forum: Fixing WordPress
In reply to: Add a page to “page tabs”(Novice here) how/where do I find this… navigation “tabs” I don’t know which of the many .php files to look at… Also how do I get this NAVT?