fallingj
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Where to insert code for category theme?Thanks for the great reply.
I had to add the code to single.php. I’m just looking for a way to style posts that are in multiple categories. So the same post in category A will look different than the same post in category B.
Your plugin looks fantastic. I will certainly be using it.
Keep up the good work!
Forum: Fixing WordPress
In reply to: Extremely slow posting in WP 1.5podz: Nope.
I have quite a few ping addresses, so I’ll probably just go through each one and see which are dogs, which are OK.
Thanks.
Forum: Fixing WordPress
In reply to: Extremely slow posting in WP 1.5Chalk up another victim of this problem…
Searched the forums, tried different things, nothing works.
Help!
Forum: Fixing WordPress
In reply to: Listing categories only once: How?Ah. Very cool, alphaoide.
Thank-you very much!
Forum: Fixing WordPress
In reply to: Listing categories only once: How?It just lists the categories by a factor of five. This is strange.
E.g:
A
BA
BA
BA
BA
BIn fact, everything in my loop is repeated five times. The following
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
Even this.
<?php endwhile; else: ?>
<?php _e('Sorry, no posts matched your criteria.'); ?>
<?php endif; ?>So, the words ‘Even this.’ above will just be listed in five paragraphs.
Any help would be appreciated (by a factor of five).
Forum: Fixing WordPress
In reply to: Listing categories only once: How?Sorry if that wasn’t clear.
I just want to list the categories. No post, no title. Just a big, fat list of categories that display only once.
Forum: Fixing WordPress
In reply to: CSS and Kubrick: ProblemThanks for the helpful replies, every one.
Minna, you are a genius.
Forum: Themes and Templates
In reply to: Changing the Post Heading FontThat easy, huh?
Thanks, ifelse.
I mistakenly thought I had changed the h2 tags, with little change, but of course, was wrong.
Forum: Themes and Templates
In reply to: Changing the Post Heading FontFollowing on from this topic, is there any way to change the h2 tag in Kubrick?
I.e., on the main page, the headline links are h2 (h2 id=”post-<?php_the_ID(); ?>”>< etc. etc…
Can the h2 be changed to a div class or similar so the links can be 11px? If so, how specifically is it done?
Would really appreciate some help on this one.
Forum: Fixing WordPress
In reply to: Confused about RSS links in footer – basic questionIf other websites want to use your RSS feed, you should keep a link to the feed somewhere.
I just put an RSS link in the footer that went to an overview. Like https://rss.news.yahoo.com/rss/
That way, people who know about RSS can get the feed (like on the Yahoo page) and those who know little can get more information.
Forum: Fixing WordPress
In reply to: Confused about RSS links in footer – basic questionEdit footer.php in the theme editor and remove ‘feed:’ from the RSS entries and comments links.
Forum: Fixing WordPress
In reply to: <!–more–> ProblemI’m trying to find a solution to this problem, too.
Any help would be great.
Forum: Fixing WordPress
In reply to: extended entries <– How?Try putting <!–more–> on its own line.
Example:
First paragraph.
<!–more–>
Second paragraph.Forum: Fixing WordPress
In reply to: How do I remove more_link_text?That solution works well, Kafkaesqui. Thanks.
The only problem is the error messages in WordPress admin:
blockquote
Warning: Cannot modify header information – headers already sent by (output started at /home/abcd/public_html/blog/wp-includes/template-functions-post.php:398) in /home/abcd/public_html/blog/wp-admin/admin.php on line 6Warning: Cannot modify header information – headers already sent by (output started at /home/home/abcd/public_html/blog/wp-includes/template-functions-post.php:398) in /home/abcd/public_html/blog/wp-admin/admin.php on line 7
Warning: Cannot modify header information – headers already sent by (output started at /home/abcd/public_html/blog/wp-includes/template-functions-post.php:398) in /home/abcd/public_html/blog/wp-admin/admin.php on line 8
Warning: Cannot modify header information – headers already sent by (output started at /homehome/abcd/public_html/blog/wp-includes/template-functions-post.php:398) in /home/abcd/public_html/blog/wp-admin/admin.php on line 9
/blockquote
I can still edit things in admin.
But as soon as I edit information in the header file and save, it takes me to a page that is blank but for the error messages. Seems to work, though.
Forum: Fixing WordPress
In reply to: Removing ‘Blog Archive’ in titleI appreciate those answers a lot – I’ve only been friends with WordPress for about 24 hours.
Thank-you.