Forum Replies Created

Viewing 6 replies - 166 through 171 (of 171 total)
  • Hey Edward,

    Have you been able to make any progress on adding the custom post type feature? Would love to help in anyway possible in order to get that functionality!

    Thanks!

    James.

    Forum: Plugins
    In reply to: [Multipost MU] 3 questions

    Bump!

    I would also be very interested in the answers these questions.

    TIA.

    I’ve always installed with the trailing slash on the address “/”…

    James Kirk

    (@boldlygoing)

    Hey Donncha,

    I think I had the accepted filenames correct last week when I was having this challenge. Unfortunately I don’t remember now, but after several days of frustration, I decided to wipe the new server install. Also, I had some other configuration that I wanted in place on the server, so it was not just because of this caching issue (or at least I thought it was cache related).

    Now I’ve got a linux server with Nginx serving out static files and spawn-fastcgi taking care of WPMU’s php concerns. I also was able to successfully configure your WP-Super-cache to work with this setup, and have the cached html files served out with nginx.

    All in all pretty sleek set up and I’m not having any challenges with the admin pages being cached. As a bonus, even the admin pages are serving to the browser more quickly than any Apache set up I’ve had in the past. Speed in administering the site is always groovy.

    Thanks for your reply. Much appreciated!

    James Kirk

    (@boldlygoing)

    I seem to be getting admin pages caching on my newly installed WPMU+BuddyPress site running the Carrington framework. Wondering what I might be able to do to not have to refresh ever admin page to make sure I’m looking at the correct version.

    Thoughts? What else might I tell you? TIA.

    Hey art4mad,

    I had the exact same issue pop up on me today when I finally added some pages to the site that I wanted to appear in a specific place. After adding the first one, I realized that I was getting the link to that page showing up on my sidebar! So, I went into the sidebar.php code to look at how the blogroll was being listed out there. Seemed that it was correct in that it should have only showed the “menu” category of links on the page.

    <?php wp_list_bookmarks('categorize=0&title_li=&category_name=menu&category_before=&category_after=&show_images=1&orderby=rating&show_rating=0&show_updated=0'); ?>

    However, it was showing the new link that was definitely not in the “menu” category. So after researching in the codex (where most answers are if one knows the correct questions to as it, as I have come to learn 😉 ), I found that I could change the “category_name” argument to just “category” and specify the “menu” ID number (in my case 75) to get this:

    <?php wp_list_bookmarks('categorize=0&title_li=&category=75&category_before=&category_after=&show_images=1&orderby=rating&show_rating=0&show_updated=0'); ?>

    Seems to be working just fine for me at Boldly Going as you can see in the left sidebar, above the search function.

    Hoping this helps!

Viewing 6 replies - 166 through 171 (of 171 total)