jwburnside
Forum Replies Created
-
Forum: Plugins
In reply to: Archive links result in 404 errorOK, I think I got it for real this time. The previous user had a custom structure for the permalinks, which was %postname%/, and I didn’t realize that this will disable the archive portion. I just edited it to:
/archive/%postname%/and it seems to work fine.
Forum: Plugins
In reply to: Customize tag page that displays pages and postsOK, I got it. There is a function for getting the post type, whether it is a page, post, draft, etc:
http://codex.wordpress.org/Function_Reference/get_post_typeForum: Plugins
In reply to: wp_get_archives() giving an errorStrange, it doesn’t seem to have an .htaccess file. I am just going to cough this one up to the directory location, and if we have a problem after going live I will address it then. Thanks,
Justin
Forum: Plugins
In reply to: Landing Page IssueBut that will make the URL of the blog page read:
http://www.myclientssite.com/blog?
That is what they don’t want, but I can’t figure out a way to avoid it.I was trying to adjust the htaccess file to direct to my landing page:
DirectoryIndex landingpage.htmlBut then there is no way for me to define index.php as a link to the blog.
Any ideas?
JW
Forum: Plugins
In reply to: Testing a WordPress Re-design on a live siteThat’s pretty much what I had in mind as well, but I really wish there was an easier way. I’m disappointed that the “preview” in the themes menu doesn’t actually give you the fully functional preview. Anyway, thanks for your help.
J
Forum: Plugins
In reply to: Styling widget content specificallyOK, I got it. I was just looking for a common class associated with all of the instances of widget content. There isn’t one, but most of them can be customized by the unordered list tag (in my theme at least). I’ll still have to apply css to the stragglers like text widgets, but this takes care of most of my issues. Thanks for the help.
J
Forum: Plugins
In reply to: Styling widget content specificallySure, you can view an image of what I am trying to accomplish at:
http://www.jwbriggs.net/z/sidebarexample.jpg
Just trying to put a border around and slightly narrow the widget content.But from what I have researched and what you are suggesting it looks like the content of the widget is specific to the widget itself, which means it would not allow the user to arbitrarily add widgets that weren’t specifically formatted with CSS.
Any way around this? Thanks,
J
Forum: Plugins
In reply to: query_posts not returning all postsThanks, I seemed to have over-looked that one.
JW