Pravin Paratey
Forum Replies Created
-
Forum: Your WordPress
In reply to: Dusty AntThanks guys ??
Forum: Your WordPress
In reply to: Dusty Ant?? gee thanks
Forum: Themes and Templates
In reply to: bloginfo(‘template_url’); in the_content();change it to read
<?php $data = '<img src="' . get_bloginfo('template_url') . '/images/bluemore.gif" />'; the_content($data); ?>
Forum: Fixing WordPress
In reply to: Media Temple and WordPress 2.1whatever it was, they fixed it. it works now ??
Forum: Plugins
In reply to: ToDo plugin released!Sorry, my bad.
Change that line to read
<?php echo pravin_get_todo(); ?>
Now I remember why I had thought of having a function called pravin_todo(). I’ll make those changes shortly
Forum: Plugins
In reply to: ToDo plugin released!– Added Todo List as the title (later I’ll make this configurable)
– Edited the text that appears at the Manage -> Plugins page to saypravin_get_todo()
instead ofpravin_todo()
Forum: Plugins
In reply to: ToDo plugin released!The function is called
pravin_get_todo()
. I have mentioned it on the site. But I forgot to change it in the readme file.Give me 10 minutes. I’ll fix it. I have also added a header called ToDo.
I’m not sure why you would want
add_action('publish_post', array('emailer', 'send'));
at the end. Any particular reason for that?Forum: Plugins
In reply to: localhost goes onlineIf you’re running windows xp (probably true for other windows versions too), the hosts file is present at
C:\\WINDOWS\\SYSTEM32\\DRIVERS\\ETC\\HOSTS
Forum: Fixing WordPress
In reply to: all permalinks suddenly dead 404s – akismet to blame??did you delete your .htaccess file by accident? It’s present in the folder that you installed wordpress in.
Forum: Plugins
In reply to: ToDo plugin released!0.2 available! Features:
– An integrated panel in wp-admin that lets you add, remove and mark tasks as done.
– Ability to set,
1. Due date and time.
2. User to assign task to.
3. Priority of task.
4. Notes.– Completely Widgetized! Use todo-plugin as a widget without writing a line of template code.
Visit: https://www.dustyant.com/posts/todo-plugin-for-wordpress.html
Forum: Plugins
In reply to: ToDo plugin released!Was busy with life until today. Nearly done. Widgetized too. I’m thinking another few hours.
Forum: Fixing WordPress
In reply to: How to manually trigger pingback/trackback?I don’t have cron.php.
I also downloaded the latest release to check if I had missed some files during the upgrade, but no cron.php there either.
Forum: Fixing WordPress
In reply to: How to manually trigger pingback/trackback?Otto,
I added a new row to the table. But I can’t find the wp_schedule_single_event() function. It isn’t there 2.1. I look at the previous revisions and I understand it used to be in
wp-admin/upgrade-functions.php
.Forum: Fixing WordPress
In reply to: How to manually trigger pingback/trackback?I would like to do something like this. I have some ‘pages’ that I want to pingback to other urls.
Has anybody figured out how to do this yet?
Forum: Plugins
In reply to: ToDo plugin released!Just to keep you updated, I am working on adding those features + widgetizing. I hope to be done with it by tomorrow.