zotium
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: XML Google Map – Map Doesn’t DisplayIf you just want to paste a single map and don’t need geocoding, XML Google Map plugins are overkill.
Here’s a solution where you don’t even need an API key to display a google map. http://www.ongster.com/how-to-insert-a-google-map-into-wordpress/
Cheers
Forum: Fixing WordPress
In reply to: Bulk Actions – Edit – Custom FieldsCheck this out Daffy
http://wordpress.org/extend/plugins/mass-custom-fields-manager/
Forum: Fixing WordPress
In reply to: Importing problem – “post xxx already exists”Thanks natrius, exactly what I’ve been looking for too.
I have to add though, in version 2.9.2, you have to insert it on line 461.
Forum: Themes and Templates
In reply to: Difference between bloginfo template_directory and template_urlThanks esmi. They should remove it now though, it’s confusing.
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] YARPP and custom fieldsHi Mitchoyoshitaka,
I’m in the same situation. I wanted YARPP to search for custom fields, perhaps there is a way to hack your code to include custom fields?
Any clues as to which file I should dig in would be helpful, thanks!
Forum: Fixing WordPress
In reply to: Display post titles on another pageGod,
Try this,
<ul> <?php global $post; $myposts = get_posts('numberposts=5&offset=1&category=1'); foreach($myposts as $post) : ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul>If it’s not what you’re looking for, check out the links below…
http://codex.wordpress.org/Template_Tags/get_posts
http://wordpress.org/support/topic/265042Cheers
Forum: Themes and Templates
In reply to: why WP can not see pagename.php and only see page.phpThis might help your problem http://wordpress.org/support/topic/201732?replies=7#post-1119893
Forum: Fixing WordPress
In reply to: pagename.php has never worked for meI wouldn’t have figured it out if not for this page. The template heirarchy needs to be revised!
Forum: Installing WordPress
In reply to: adding the class?Hi,
I tried to put the plugin but it doesn’t pop up when I click it.
Tried both methods A and B. Can you help me check to see what’s wrong? at http://ongster.com
thanks!