Cypher
Forum Replies Created
-
Forum: Plugins
In reply to: Auto-delete a post after a given date ?OK, next step. During the configuration of Move, did you first choose the Move option, hit Update Options, choose your category and hit the second Update Options below?
Once that is done, you should be able to go to any other page and return to this page and find both the Move option set as well as your particular move-to category set as well. If both of these things are set, we will have to dig further.
For the actual move itself, I use standard WP calls.
Regards
Forum: Plugins
In reply to: Can WordPress made public publishing?To make a one-button posting mechanism, you’re going to have to create your own file and then integrate it into your site. You can then default a lot of the things like categories and so on and allow people to just publish.
Regards
Forum: Fixing WordPress
In reply to: update post using microsoft wordThere is no direct link between WP and Word. You can use a off-line blogger like Zempt, W.Bloggar, Ecto and so on to do your posting offline. But that’s about it for now.
Regards
Forum: Plugins
In reply to: “Display Until…” Plugin available?What should happen to the post after it has passed it’s expiration date?
Regards
Forum: Plugins
In reply to: Auto-delete a post after a given date ?For starters, could you set the number of days to 1 and set the action to preview, can you see that it shows the correct number of posts and their categories.
Once that is all set, we can figure out why it isn’t moving posts for you. In my testing I managed to move all my posts from various categories into the “Uncategorized” category without any issues.
Regards
Forum: Plugins
In reply to: Auto-delete a post after a given date ?I must once again apologize for my delay, I was just VERY swamped at work after returning from my vacation.
But, I’ve updated the plugin to add the Move feature. You can now choose to move all your posts into a single category rather than deleting them.
Rather than delay this release to add the “deletion of a single category” feature, here is v0.2. I will get this extra feature in 0.3 soon.
Grab your copy here
Regards
Forum: Themes and Templates
In reply to: New theme under developmentI am wondering how customizable you will make the theme, in that, if I choose not to have a Flickr gallery and tag support, will the theme handle it appropriately? Will I be able to select individual pieces or is it going to be a take the whole thing as is?
Regards
Forum: Themes and Templates
In reply to: New theme under developmentVery nice theme.
Regards
Forum: Fixing WordPress
In reply to: required functionWhat version of WP is this? Have you always had this problem or is it recent? Changed anything recently?
wp_redirect() is defined in /wp-includes/pluggable-functions.php, which means that it could be essentially overridden by any plugin to provide additional functionality.
Regards
Forum: Themes and Templates
In reply to: Adding side-bar to posts?Thanks Kaf, I should have probably indicated WHERE the single.php file should be located.
Regards
Forum: Themes and Templates
In reply to: Adding side-bar to posts?Ahh OK..well the theme seems to have been based on Kubrick, so that’s something we can work with.
Since you don’t have a single.php, it is likely that the index.php file is being used. Look for a call for “is_single()” or the location of “div id=content class=widecolumn” within that file, you should probably find some string like “you can start editing here”, it is likely that placing the call to “get_sidebar()” over there might get you what you need.
Alternavely, since you paid someone for the convertion, could you not contact them to have them do this one last piece?
Regards
Forum: Themes and Templates
In reply to: Adding side-bar to posts?That’s strange indeed, your theme Heartstring is based on Kubrick but doesn’t have a single.php.
Could you point us to where you got the theme from so that we can see what files are included in the theme and tell you where to make the modifications.
Regards
Forum: Fixing WordPress
In reply to: How to show a selected Category contets only in Home page…?There is a plugin that does this work for you. Please search for it on this forum.
Regards
Forum: Themes and Templates
In reply to: Adding side-bar to posts?You should be able to just edit single.php in your theme and make a call to “get_sidebar()” towards the bottom of the file.
Regards
Forum: Fixing WordPress
In reply to: Plugins not displaying…Open the plugin file and look for something like:
/*
Plugin Name: Hello Dolly
Plugin URI: http://wordpress.org/#
Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.
Author: Matt Mullenweg
Version: 1.5
Author URI: http://photomatt.net/
*/
There should be something similar at the top of the file, WP uses this to list the relevant information on the Plugins page.
Regards