iafiawik
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Install and use WordPress on another serverThanks for the information!
Forum: Themes and Templates
In reply to: How to access blog when using a static start pageThanks a lot! The first answer worked just fine 🙂
Forum: Fixing WordPress
In reply to: List most read articlesAll right. Finally I found my ‘own’ soloution. I downloaded http://wordpress.org/extend/plugins/most-read-posts-in-xx-days/ which actually stores unique hits per post.
Problem was that I needed to inform my admins first day of each month what the previous months statistics look like, so I somehow had to restore the values the first date of each month. So basically what I did was creating another table which only contains one field storing last truncate time. Each time the website is visited by someone WordPress checks wheather or not today’s month is later than the one stored in the additional table. If so, the table storing the unique hits has to be restored. And after that I just simple sent an e-mail containing the statistics to my admins (and inserted today’s time into the additional table, of course). And yes, it actually works. Sweet! So far so good.
Forum: Fixing WordPress
In reply to: List most read articlesOh, that would be great … If only I knew how to use it 😛
Could you explain a little more detailed? I don’t know what I thought would happen, but … um, I haven’t noticed any difference at all after putting that piece of code in functions.php.
Any more information on this one?
Forum: Fixing WordPress
In reply to: List most read articlesThanks!
That’s actually a great plugin …
The only problem I have is that it shows total amount of hits, not the unique ones … meaning that if I refresh the page 1584 times while reading a post that post will be the “most read” (which isn’t very close to reality). I was hoping there would be an option for choosing between unique or total hits, but I cannot seem to find one 🙁
Forum: Themes and Templates
In reply to: Use Kubrick’s XHTML for commersial themes?Thnx 🙂
I tend to worry a lot when it comes to these things 🙁
Forum: Themes and Templates
In reply to: Use Kubrick’s XHTML for commersial themes?Oh I see. But if I do not intend to sell the theme, only use it for a company’s website … ? Maybe that’s not even comercially? I will not make any money from selling the theme, but I mean, the company may gain money from using the theme since the website will look hotter 😉
All right, I confused myself 🙁
Forum: Fixing WordPress
In reply to: List most read articlesI have searched for plugins but I haven’t found any that would do the job.
And yes, it’s likely to be a very big task. I’ll have to aks myself if it’s worth it. I’m a web developer but I have never built anything specificially for WordPress :/
Forum: Themes and Templates
In reply to: Use Kubrick’s XHTML for commersial themes?Does that mean that I have to distribute for others to download?