g
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Make Multisite Blog New Home Site@lpstenu – Those are the exact instructions I was looking for. Thanks so much!
Forum: Fixing WordPress
In reply to: Placing Blog Entries on Seperate PageI tried a new if statement like the one below and it still isn’t working properly. I’m really looking for help to create a static front page and blog post page with different templates. Thanks for any suggestions you can offer.
if (is_front_page()) { ## echo the text for if it the blog page } else { #echo the regular home page/index loop }Forum: Fixing WordPress
In reply to: Placing Blog Entries on Seperate PageAny new ideas on how I can make a static home page and separate blog page with different templates? Thanks in advance for any suggestions you can provide.
Forum: Fixing WordPress
In reply to: Placing Blog Entries on Seperate PageThanks for the reply. Let me start over so I don’t get too confusing 🙂 I have my WP site which needs a completely static home page and a separate blog page with a list of recent posts. What custom templates, loop modifications or WP settings do I need to adjust to accomplish this? I also have the HTML of each one of the pages I need to create. Thanks.
Forum: Fixing WordPress
In reply to: Placing Blog Entries on Seperate PageThen how do I assign the home page a custom template other than the default index.php file? Right now, even though they both have their own custom templates assigned, both of the pages are showing the index.php file, which I don’t want WP to do.
Thanks.
Forum: Fixing WordPress
In reply to: Post To Multiple Blogs At OnceI think there will be something like this in WordPress 3.0 with the Multisite feature!
Forum: Fixing WordPress
In reply to: Placing Blog Entries on Seperate PageI’m the one making the theme 🙂 I’ve gotten far enough to assigning a page I called “blog” to be the blog page and assigning another “welcome” page as the front/home page. The “welcome” page has a custom template which is working, but another custom template I assigned to the blog page isn’t working- for some reason it’s showing index.php with no custom template.
Forum: Fixing WordPress
In reply to: Checking If Author Bio Is BlankI used something very similar to that with $curauth but not that- after replacing the code with that, it works! Thanks!
Forum: Fixing WordPress
In reply to: Changing The Date Format of Comments In wp_list_commentsI just went ahead an used some Codex sample code to make my own comments function, so this problem is now solved.
Forum: Fixing WordPress
In reply to: Changing The Date Format of Comments In wp_list_commentsOkay, I’ve nailed down the first part (April 20, 2010) and you can just change the regular WP date from the backend and let your loops to display differently but how can I get rid of the “at 9:37 am” part?