frankenschulz
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Problem with googleapisSame here, suddenly the path ‘https://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css?ver=3.5.1 is wrong…
I’m using 2.2.1 on WP 3.5.1 — is this an issue also in more current versions of datepicker?
Forum: Installing WordPress
In reply to: Problem with blogroll after upgrading to WP2.1.1ok, solved the issue by switching from
<ul> <?php get_links('1', '<li>', '</li>', ' ', '', '', FALSE); ?> </ul>
to
<div id="bookmarks"> <?php wp_list_bookmarks('category_before=<span>&category_after=</span>'); ?> </div>
Forum: Installing WordPress
In reply to: Problem with blogroll after upgrading to WP2.1.1Hi argie01,
it looks like you fixed it! How did you do it?
I’ve got this error after upgrading to WP 2.1.2 (I’m using theme connections:
WordPress database error: [Unknown column ‘link_’ in ‘order clause’]
SELECT * , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated , UNIX_TIMESTAMP(link_updated) AS link_updated_f FROM wp_links LEFT JOIN wp_link2cat ON (wp_links.link_id = wp_link2cat.link_id) WHERE 1=1 AND link_visible = ‘Y’ AND ( category_id = 1 ) ORDER BY link_ ASCForum: Plugins
In reply to: Missing API Keythanks, i’m thinking about it…
Forum: Plugins
In reply to: Missing API KeyNola, I feel empathy for you… Do we really have to get an account at wordpress.com? This is weird since I’m running my blog on my own…
Forum: Themes and Templates
In reply to: Showing comments on indexThanks nihir, good job! I’ve been using your code for some time now.
Two problems:
1. make sure not just to copy the line
<h3 id=”comments”><?php comments_number(‘No Responses’, ‘One Response’, ‘% Responses’ );?> to “<?php the_title(); ?>??</h3>
I had to replace the quotation marks by & # 8220; and & # 8220; to get a correct utf-8 and valig html
2. I still have the problem that the shown comments, which are formatted as a list are not closed by and/or but </div> — and that’s wrong. How can I solve this?