fuocorav
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update a post and blam.. every pageload is 20 secondsHow do I configure it properly for litespeed server?
Forum: Fixing WordPress
In reply to: Slow WordPress – it drove me crazy!it’s 2.3.2
Forum: Fixing WordPress
In reply to: Slow WordPress – it drove me crazy!Even when I logged in Dashboard, it’s slow.
Forum: Fixing WordPress
In reply to: Slow WordPress – it drove me crazy!I’ll check it out. Yesterday and today, it was running fast. It was on LiteSpeed (LSWS), very fast web server.
Then I attempted to create a page template that shows posts by a specific category. Then, it created havoc.
PHP works fine (I tested other non-WP pages and it’s loading fast).
I looked at mysql runtime status and found this line in red:
The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don’t use keys properly.
it’s now 1774K.
The queries/seconds is
“<!– 13 queries. 40.170 seconds. –>”
Forum: Fixing WordPress
In reply to: Two blogs at the same server, but points to one 404 pageHi, it’s not working. I added “sportswp_” prefix and updated all the tables and no luck.
Forum: Fixing WordPress
In reply to: Two blogs at the same server, but points to one 404 pageI see. I’ll investigate.
Forum: Fixing WordPress
In reply to: Archives keep pointing to one post onlyThank you MOSHU! Sorry to be a pain in the neck….
Forum: Fixing WordPress
In reply to: Archives keep pointing to one post onlyThe archives template is listed below. It does appear correctly, but if I click on any monthly or category, it just goes to the recent post only. I’m newbie to this. It works before, but now, it doesn’t.
See the archive template below:
<?php
/*
Template Name: Archives
*/
?><?php get_header(); ?>
<div id=”page”>
<div id=”content”>
<h1 class=”pagetitle”>Archives</h1><div class=”entry”>
<div class=”archivepost”>
<h2>Monthly Archive:</h2>-
<?php wp_get_archives(‘type=monthly’); ?>
</div>
<div class=”archivepost”>
<h2>Category Archive</h2>-
<?php wp_list_cats(); ?>
</div></div>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>Forum: Installing WordPress
In reply to: install mygallery step by stepit’s strange.
I got the gallery up running but when I created a page for listing all galleries. It went to a wrong link.
https://csdr-cde.ca.gov/csdrblog/drama/ (working mygallery)
https://csdr-cde.ca.gov/csdrblog/photo-gallery/ (showing Drama gallery, but the link points to the wrong URL!?)
Also, mygallery cannot unzip my .zip archive. Is it due to Mac OS X? If I zipped a folder in PC, it would be unzipped?
Thanks! So far, it looks impressive!
Forum: Fixing WordPress
In reply to: Authenication against MS Active DirectoryI wish somehow WP can work against MS Active Directory. I’m a big Mac fan. I work as a tech specialist here at Deaf school. The school uses SQL server and MS active directory and it would be cool if users can login in their blogs without having another user acct/password.
I’m trying to promote blogs in this school and it’s hard to abandon the SQL server they already purchased a few years ago.
It would be smart for WP to be able to authenicate against MS Active Directory similar to LDAP authenication.
I hope you can help out?
Or is it easier to set up a LDAP server to work with MS active directory for future WP blogs?
Forum: Requests and Feedback
In reply to: Live Data Feed for Sports eventshttps://desto.net/andrew/content/newsticker2/newsTicker.html
that’s a good example of what I want in WP. Can you use the PHP page to flesh out the javascript and html within
- menu?
Or just below the header (header image)?
Forum: Requests and Feedback
In reply to: Live Data Feed for Sports eventsHello,
I did copy and paste the PHP code with two custom fields: Riverside Boys and Fremont Boys and it’s not appearing..However…the link from the Post go directly on the Page. the page id is 10. So, I already set up two custom fields for teams and set up a page for Live Scores.
I’m using WordPress 1.5 default theme and added your PHP code into sidebar template inside the
- .
Do I need to insert meta tag?
Am I missing anything? I’m still naive to PHP coding.
https://www.lightkitchen.com/blog/
I’m setting up a live score in
https://www.lightkitchen.com/blog/?p=10
I’m using my personal website to test blog and live scores.
Would it be easier if you send me the entire sidebar template with default WP links with your added code so I can figure it out?
Thanks for your effort!!!
Rene V.
Forum: Requests and Feedback
In reply to: Live Data Feed for Sports eventsHey, thanks for your helpful reply. I’m afraid posting live scores in posts is not a good idea because I plan to have student blogging the developments at the event so the live score post will be pushed down with the newer entries/posts.
I prefer to put the live scores in a category and list menu so a visiter can view the live scores on the right column instead of in the post.
I’m not tech-savvy, but I can learn fast. Is it possible to create custom fields in links menu to reflect live scores?
Thanks,
Rene V.