Search engine friendly URLs not working after load more is clicked in JoomD content listing

Ques: after adding a few more items now at the bottom of the page we have load more not pagination that i expected the problem with this is items selected after the read more is used its no longer linked to a menu.

before load more

http://www.crankspinners.com/business-finder/business-finder/items/view/brechfa-forest-derwen-blue-trail.html

after load more

http://www.crankspinners.com/component/joomd/business-finder/items/view/cwmcarn-forest-y-mynydd-red-trail.html

why is this stoping sef working after load more is clicked

Ans: Find com_joomd/views/item/tmpl/default_item.php if you’ve not changed JoomD template and using the same Classic.

at line 22 and 43

replace &id=’.$item->id with &id=’.$item->id.’&Itemid=’.$this->cparams->Itemid

Comments on this post