gordonlangley
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts Order] Oder by nameOk – if I deactivate the ‘Post Order’ plugin I can get the ordering to work in my archive template, but I need manual post ordering for other custom post types – is there a filter (not sure of terminology) I can use so that suppresses it’s effect on a particular post type?
Forum: Plugins
In reply to: [Posts Order] Oder by nameI have tried everything I can think of – even using the default twentytwelve theme archive.php.
I can’t get the ordering to change when I select slug on a custom post type with a custom taxonomy term.
taxonomy-position-staff.php
I’m sure there is something wrong in my code somewhere!
Forum: Plugins
In reply to: [Posts Order] Oder by nameJust trying a few things and testing my template.
Forum: Plugins
In reply to: [Posts Order] Oder by nameHello – I’m sorry but order by Slug is not working for me. It seems to gives me the same result as ‘default’ and ‘ID” – which is not by ‘slug’.
Forum: Plugins
In reply to: [Posts Order] Oder by nameI got it 1.4.2
Forum: Plugins
In reply to: [Posts Order] Oder by nameWow! That was quick. What is the version number please?
Forum: Plugins
In reply to: [Posts Order] order posts page displays "no posts"Hello electrolibrary, Piotr, I’m having issues too with WordPress 4.4.1. and 1.4.1 of your plugin. If you edit the taxonomy term you’ll see an option at the bottom to set the ordering. If you choose the ‘custom’ option you’ll see the ordering button in the term list (all be it on the right side not the left) However once you go into the drag and drop page, the items are not dragging for me.
I can’t move them.
Forum: Plugins
In reply to: [Download Monitor] Search ResultsActually – my bad. It was a plugin conflict with the ‘Search Everything’ plugin. All happy now.
Forum: Plugins
In reply to: [Download Monitor] Search ResultsHello? Anybody there?
Actually – I think I fixed it, by changing the the_taxonomies to the_tags
<div<?php if (!has_post_thumbnail()) { ?> class="no-img"<?php } ?>> <?php if ( has_post_thumbnail() ) ?> <a class="normal-thumbs" href="<?php the_permalink(); ?>"<?php the_post_thumbnail(array(100,100)); ?><?php the_post_thumbnail(); ?></a> <p class="entry-meta"><?php the_tags( '' ) ;?><?php the_time(" F d, Y"); ?></p> <h3><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3> <?php the_excerpt(); ?> </div>
Ok
I’ve made the categories disappear from my metadata, I’m just show Tags. How can I remove the commas and the word ‘and’ from the category list?
I have made you a screengrab to illustrate my issue
Forum: Plugins
In reply to: [KIA Subtitle] not showing on woocommerce product siteVery helpful – thank you
Forum: Plugins
In reply to: [Download Monitor] Front-end edit link goes to page not downloadBingo! Thank you Barry. It’s a fantastic plugin. Really happy to see that it’s still be supported!
Forum: Plugins
In reply to: [Download Monitor] Front-end edit link goes to page not downloadHello Barry, thanks for your help. Seems such a simple request but I still can’t get it to work. I tried adding your code to content-download-pa-single.php and I also tried changing your code to: edit_post_link( ‘Edit Download’, ”, ”, $dlm_download_id ); but it’s not working. It always takes me to the page edit in the back-end and not to the custom post. dlm_download. Where should I be adding this code?
Forum: Plugins
In reply to: [Admin Columns] sortingOk thanks – I didn’t know that