voidtrance
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: [Plugin: Featured Content Gallery] Multiple CategoriesI know that this is an old topic but I just came across the plugin and I wanted to do something similar.
I ended up changing the plugin to allow for using a tag, instead of a category to selected posts to feature.
I’ve described the change on my website. Take a look if you are interested: http://www.voidtrance.net/2010/02/arras-and-the-featured-content-gallery-plugin/
Forum: Fixing WordPress
In reply to: “Older Entries” for last page does not workAnother bump.
Doesn’t anyone have any ideas?
Forum: Fixing WordPress
In reply to: “Older Entries” for last page does not workBump.
Any help/advise?
Forum: Fixing WordPress
In reply to: “Older Entries” for last page does not workWell, thank you for the suggestion but it doesn’t seem to be the problem.
The theme does do a ‘wp_reset_query()’ before doing a ‘query_posts’.Forum: Fixing WordPress
In reply to: “Older Entries” for last page does not workThe index.php file is empty. I am using the Arras Theme 1.3.6. The file that contains the code is home.php.
I am not entirely sure what template tags you are asking but the code that generates the links is:
<div class="floatleft"><?php next_posts_link( __('Older Entries', 'arras') ) ?></div> <div class="floatright"><?php previous_posts_link( __('Newer Entries', 'arras') ) ?></div>Forum: Everything else WordPress
In reply to: How can i make a back up of my site?I wanted to be able to do the same thing – backup my entire WP installation. I ended up writing a small script that could do that: http://www.voidtrance.net/2010/01/wordpress-backup-script/
Give it shot, see if it does what you want.
Forum: Themes and Templates
In reply to: Arras theme not showing comment form on pagesThe solution was to change line 138 in library/filters.php from:
if (current_user_can(‘edit_posts’)) {
to:
if (current_user_can(‘edit_posts’)) {
Forum: Plugins
In reply to: [Plugin: WPaudio] Changing the width of the WPaudion scrollbarWell, I went ahead and some changes to the plugin which do what I want for the most part. Unfortunately, it doesn’t seem to work in Firefox.
I have described the changes here: http://www.voidtrance.net/?p=125#more-125
If anyone has any suggestions for a fix, I’d appreciated it.