benlong
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Creating an Admin Bar button that does multiple thingsThanks @bcworkz, I had started to piece some of that together by researching some more, but you laid it out very clearly. I have no experience with AJAX, so this is gonna take some work, but I appreciate the help.
Forum: Fixing WordPress
In reply to: Displaying All PostsOh my goodness, truly you ARE a diva!
(Er, I mean that in the good way.)
Thank you!
Forum: Fixing WordPress
In reply to: Displaying All PostsOkay, I read through that and double-checked my query, which is:
<? query_posts( ‘cat=-8378, -8381’ );?>
It was working fine before I added the static page at the front.
Forum: Fixing WordPress
In reply to: Displaying All PostsThank you, that gets me part-way there. I’ve got the pages created, and the “blog” page is displaying my most recent posts. However, the Next and Prev buttons at the bottom of the page don’t work. Rather than take me to next page of posts, it displays the same posts, but with “&paged=2” at the end of the URL. Any ideas?
Forum: Fixing WordPress
In reply to: RSS feed no longer workingUpdated to the latest version and things are fixed.
Forum: Fixing WordPress
In reply to: RSS feed no longer workingWow, you’re right, that’s definitely what’s going on, it’s sticking in a normal index.php right after the RSS feed. I have no idea how that could have happened, as I haven’t made any changes to index.php in years. Unless it’s a problem with the upgrade from 2.1.
Forum: Fixing WordPress
In reply to: Including PHP Includes in a postAha! Good call Les, thanks.