Zeal
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Sports Team PageThanks LaMonte
Forum: Plugins
In reply to: [LeagueManager] Chelsea 6 – 0 Arsenalany luck so far?
Forum: Plugins
In reply to: [LeagueManager] Chelsea 6 – 0 ArsenalThanks, looking forward to something
Forum: Plugins
In reply to: [LeagueManager] Chelsea 6 – 0 Arsenala match table maybe, something that can be customised in the child theme folder (themes/mytheme/leaguemanager/
Thanks man! I had that in mind, however is there a future workaround to this manual updating method (thats my main worry)? what would it take to include widgets in the templates folder?
Forum: Plugins
In reply to: [Kino Events Calendar] [Plugin: Kino Events Calendar] Error messageAnyone guys? Please? I have to admit that I made a mistake by chosing to use this plugin, my client loves it and I can’t get it to work… worse, no support!
Forum: Plugins
In reply to: [Kino Events Calendar] [Plugin: Kino Events Calendar] Errors when activatedHow did you fix this problem mate, I’m having the same sort of trouble…
Forum: Fixing WordPress
In reply to: random post on frontpageI used this and it worked:
`<?php$rand_posts = $wpdb->get_results(“SELECT * FROM $wpdb->posts WHERE post_status = ‘publish’ AND post_type=’post’ ORDER BY RAND() LIMIT 1”);
foreach($rand_posts as $post){
setup_postdata($post);
}?>
<h1><?php the_title(); ?></h1>
<?php the_content(“Read More…”); ?>Forum: Fixing WordPress
In reply to: Get a user’s role by user IDhow do I list users and their roles for the guest?
HEELP!
Hi, i want to add a message so if a ‘parent page’ link doesnt have any ‘subpages’ a message is display saying so, “sorry no subpages”.
Forum: Fixing WordPress
In reply to: custom list of authorsForum: Plugins
In reply to: RSS Links RemovalHi Chris, have you found the answer yet? have the same problem