Tim D
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Sitemap Page] Alphabetical order of posts and other changeHi nugmeister.
I did as you recommended but no luck.
I am using Notepad++ as was indicated by Tony in another thread.
I left the original code but input the comment markup as you indicated.
This is copied right out of the php file…Starting at line 1042
$html .= “\t”.’- <strong class=”wsp-category-title”>’
// .sprintf( __(‘Category: %1$s’, ‘wp_sitemap_page’), ‘cat_ID).'”‘.$attr_nofollow.’>’.$page->name.’‘ )
.sprintf( __(‘%1$s’, ‘wp_sitemap_page’), ‘cat_ID).'”‘.$attr_nofollow.’>’.$page->name.’‘ )
.”.”\n”;
AND Starting at line 1106
// List of posts for this category
$the_posts = get_posts( $args );$args = array( ‘posts_per_page’ => -1, ‘orderby’=> ‘title’, ‘order’ => ‘ASC’ );
// check if not empty
if (empty($the_posts)) {
return ”;
}Here are the 2 pages after your changes were added.
http://www.internationalwaterlilycollection.com/IWC/?page_id=1682
http://www.internationalwaterlilycollection.com/IWC/?page_id=1230
As I said, most of my content are Projects (Custom Posts).
Tim
Forum: Plugins
In reply to: [WP Sitemap Page] Alphabetical order of posts and other changeI replaced the lines as you instructed.
I do not understand what you mean by commenting on the original ones.
Should I have left the original text and posted yours following it?
Forum: Plugins
In reply to: [WP Sitemap Page] Alphabetical order of posts and other changeHello nugmeister and Tony,
I tried this in an effort to answer my question posted a few days ago.
It did not work for me.
I changed the wp-sitemap-page/wp-sitemap-page.php file.
Was this the correct file to change?I also really need to alphabetize Projects ie custom posts as that is how I am building my library of plants.
Please see my thread for more information.Any help would be greatly appreciated.
- <strong class=”wsp-category-title”>’