islandcastaway
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to – Remove Calendar & Hide Keywordslook in loop.php and single.php
Forum: Fixing WordPress
In reply to: Links inside website got screwed upCheck your single.php template file
Forum: Fixing WordPress
In reply to: Redirecting a linkCheck your single.php template file
Forum: Fixing WordPress
In reply to: Single Category on Home pageadd this above
while ( have_posts() ) : the_post(); )
in your theme template files:if(is_home()) { query_posts( 'cat=1' ); }
or
if(is_front_page()) { query_posts( 'cat=1' ); }
To find out what the category number is you need goto the categories admin page, and when you are on the category you want look in the address bar for the number.
via – https://codex.www.ads-software.com/Template_Tags/query_posts
Cheers
Forum: Fixing WordPress
In reply to: How to – Remove Calendar & Hide KeywordsYou need to edit out that in your template files.
Look for
clearstyle_posted_on();
andclearstyle_posted_in();
try changing to
//clearstyle_posted_on();
and//clearstyle_posted_in();
Cheers
Forum: Fixing WordPress
In reply to: Pop up windows plugin?Forum: Plugins
In reply to: [Search Log] [Plugin search-log] sending data to authors siteNeed to remove lines #146-271 to disable it
Forum: Plugins
In reply to: [Search Log] [plugin search-log] XSS vulnerabilityNeed to change line #25:
$search_term = urldecode( $_GET['s'] );
to
`$search_term = wp_specialchars($_GET[‘s’], 1); ‘
k, i found it in the network admin under settings. You may want to update your documentation.
Still not seeing any menu links using WP3.1.1 and v1.3 of the plugin network activated.
Forum: Plugins
In reply to: [WP Booking Calendar] [Plugin: Booking Calendar] $args for widget?OK, I put this on the frame page:
<?php $defaults = array( 'name' => '', 'id' => '', 'description' => '', 'before_widget' => '', 'after_widget' => '', 'before_title' => '', 'after_title' => '', ); show_booking_widget_php4($defaults); ?>
It works and no php errors.
Is this correct?
Forum: Plugins
In reply to: [WP Booking Calendar] [Plugin: Booking Calendar] $args for widget?The iframe concept is working. It does show the calendar.
The problem is php-errors log is showing:
First argument should be an array in show_booking_widget_php4(1);
when its called.So how would I write that to call it from outside your plugin?
show_booking_widget_php4('','','','','',);
or what?Forum: Plugins
In reply to: Inline Audio Player (small and simple)BTW – it looks like https://www.kinagrannis.com/music/ has a javascript conflict and it is not playing on that site, but on https://www.delicious.com/help/playtagger the examples on the bottom work fine in Google Chrome browser.
Forum: Plugins
In reply to: Inline Audio Player (small and simple)The exact player is https://www.delicious.com/help/playtagger
I would copy that .js file to your site and so when delicious goes buhbye you will still have it.
Cheers
Forum: Plugins
In reply to: Inline Audio Player (small and simple)Try the talkshoe audio player. Embed it as flash and change the size.
Change https://scfire-ntc-aa03.stream.aol.com/stream/1065 to your file url