Darfuria
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Related Posts] How to enable "Advanced Features"Thanks for your response.
I don’t see the settings for the following things:
– thumbnail size, style
– display post excerpt, publish date, number of commentsAlso it seems like the Widget can only be used in one Sidebar, which is obviously a problem for websites with multiple sidebars.
Is there an API? Would be great to be able to write a custom query so that I can output the information I need in the related posts section.
Forum: Themes and Templates
In reply to: Random Daily PostWednesday’s could be different to Monday’s, but Tuesday’s would have to be different to Monday’s.
This Monday and next Monday could be the same – as long as they were randomly the same, rather than in a pattern meaning that they were the same every Monday.
Forum: Themes and Templates
In reply to: if(!is_page())@demetris – Ah, that resolves my issue when using multiple pages – thanks
@alchymyth – that seems to have fixed it for now. Brilliant, thanks!
Forum: Themes and Templates
In reply to: if(!is_page())That excludes it on page 1 and includes it on page 2
Forum: Alpha/Beta/RC
In reply to: Root Directory /blog/ for WordPress 3.0 main MultisiteExcellent solution, well spotted.
Forum: Alpha/Beta/RC
In reply to: Root Directory /blog/ for WordPress 3.0 main MultisiteHas anyone found an update/solution for this? I can’t imagine the amount of site owners who wouldn’t want /blog/ in their URLs.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Full country list as drop-down menuAwesome, thanks!
Forum: Plugins
In reply to: Category PaginationIt should also be noticed that the pagenavi should have gone above the endif;
Forum: Fixing WordPress
In reply to: Allowing shortcode in custom fieldsAye, I did.
Forum: Themes and Templates
In reply to: List Posts in Header.phpThanks for pointing out wp_reset_query – just helped me resolve an issue where after a custom query, my single.php had the category of the featured post cached, rather than the category of the post on single.php.
Forum: Fixing WordPress
In reply to: Allowing shortcode in custom fieldsI’m too using AudioPlayer, and unfortunately
<?php echo ( do_shortcode( get_post_meta( $post->ID , 'abc' , true ) ) ); ?>
Didn’t allow me to use the following in a custom field:
[audio: mysong.mp3]
Although the plugin and that shortcode function perfectly within the_content.
Forum: Plugins
In reply to: Category PaginationAh – I fixed it with this plugin
https://www.htmlremix.com/projects/category-pagination-wordpress-plugin
Forum: Plugins
In reply to: Category PaginationHi there. I tried this and was still unable to get the pagination to work correctly. As soon as I clicked on page 2 I got a 404.
Forum: Plugins
In reply to: Category PaginationAlright, I’ll try that. Thanks.
Forum: Plugins
In reply to: Category PaginationUnfortunately that didn’t resolve it.
Just noticed that it’s 404ing, not just loading the index.php (I don’t have a 404 page in place yet, and only just noticed the “Page not found” message).
I’m using category-4.php for this code.
The URL is https://www.mywebsite.com/category/
And the pagination generates the following URL: https://www.mywebsite.com/category/page/2/ which 404s.