Turk
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-dTree] Show only top level categoriesAlso how do I make it not show posts?
Forum: Fixing WordPress
In reply to: Remove Front Slash frm the_search_queryI have read about that. My knowledge of php is to lacking to figure out how to use it. The offending bits are:
<a href="/search/<?php the_search_query(); ?>"><?php the_search_query(); ?></a>
And in the search box itself I use this to show what was searched:
<?php the_search_query(); ?>
Don’t suppose anyone could show me how to use stripslashes on these?
Forum: Plugins
In reply to: wpstats duplicateIs there no way to fix this? My main site still shows up in the stats page as the svn copy I no longer maintain. Is there no way to get my site url back to what it should be?
Forum: Plugins
In reply to: wpstats duplicateAndy I have a similar problem. I have it installed at my site (https://www.hotelblues.com) and have been running a svn copy of 2.4 (beta.hotelblues.com) and dumped my main database into a backup to see how 2.4 is going.
Now when I go to my regular site stats it shows up listed as the svn copy, with a link to the svn dashboard too. I have disabled the plugin on my svn 2.4 copy in hopes it would straighten itself out. It has not done so.
Anyway to fix this so my main site does not keep getting listed as the beta?
Forum: Plugins
In reply to: Breadcrumb plugin : Could use some suggestionis, opinions, and testers.Is there an option I’m missing to show the breadcrumb on the root? It’s not there https://www.hotelblues.com/ but anywhere else it there.
Forum: Plugins
In reply to: Breadcrumb plugin : Could use some suggestionis, opinions, and testers.Yeah it’s not anything major. Just pointing it out. Your doing a hell of a good job for using WordPress for one week.
And /search/ is from having mod rewrite activated for permalinks I think. But again nothing major.
Forum: Plugins
In reply to: Breadcrumb plugin : Could use some suggestionis, opinions, and testers.Here is a bug maybe.
https://www.hotelblues.com/index.php?s=Test shows Test in the title.
https://www.hotelblues.com/search/Test does not show Test in the title.Forum: Plugins
In reply to: How to display what page # your on?Very nice thank you.
Forum: Plugins
In reply to: Breadcrumb plugin : Could use some suggestionis, opinions, and testers.Figure I would post in the plugins thread to unclutter the other thread.
Thanks for this plugin first off. I had been using multiple category templates to get the same effect as a breadcrumb.
Also regarding the title. I found that using link_none with it’s option set to false more flexible than using breadcrumb_title. Just more options to tweak it are available than using just the title one.
Features I would like to see. My biggest want is for an option to have the first page to never show as Page 1. Or if there is only one page.
Well really that is my only feature request. But I would like for you to explain the filters some more. I understand it a little bit. I was able to add the word Search into the breadcrumb like I had asked in that other thread.
I don’t understand how to add filters for pages not directly in wordpress. For example I use a separate php script for my polls. How would get those pages into the breadcrumb? And how would I integrate other plugins into the breadcrumb?
Thanks again for a great plugin.
Forum: Plugins
In reply to: How to display what page # your on?Ignore the last few from me. I had a category.php in my theme that was causing the breadcrumb to be the default when displaying categories and searches.
How would I stop it from showing Page 1 in the breadcrumb? I would only like the pages showing when it anything after the first page.
Also how would I get searches to be:
Hotelblues.com ? Search ? Search Terms
and then page numbers?
Forum: Plugins
In reply to: How to display what page # your on?That’s a step in the direction I would like to go. But again it does not show in Categories and Searches. I would like the page number in both of those. I would like on anything with pagination.
And as an option or something can breadcrumb_title(); be only the:
? Page ? 2
in the title:
Hotelblues.com ? Page ? 2
If that makes any sense. I have a random title plugin that your plugin would stop.
Forum: Plugins
In reply to: How to display what page # your on?I’ll pass on that code. Until I can get it the way Matt’s site is I’ll just go without page numbers in the title. Thanks for the code though. I’ll keep an eye for future versions of your plugin.
Forum: Plugins
In reply to: How to display what page # your on?The code above seems only to work on the root of the blog. It doesn’t add page numbers to Categories. I don’t know enough about php to get it to do that.
Matt’s site shows page numbers any where there are more than one page. Categories and Searches being the big two that I’ve noticed. Also if it is page one there is no number. This is something I would like to do.
I tried your plugin but it seems to output as a link. So in the <title> there is a the whole thing in the title bar the unparsed url and along with the page number.
Forum: Plugins
In reply to: How to display what page # your on?Check out Photo Matt, maybe Matt can tell us how to do that.
Forum: Fixing WordPress
In reply to: TraceWatch with WordPressI use TraceWatch at my site. I just went to their code generator page (https://www.tracewatch.com/doc/code.php) and inserted the code in my footer.