johan
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Thanks that got me going in the right direction. In my installation the page of posts which results from themes/GeoDiretcoty_framework/home.php shows up on the GD Page Details page so when I add widgets there it works like I wanted. It would be more intuitive if it showed up on the GD Blog Listing page but not a problem once I know.
Just in case anyone else is having the same problem the listing of a post does show up where I would expect it on the Blog Detail Page.
Let me add my appreciation. THANK YOU!!! support team for all the great help I have got over the past few months.
In my fuctions.php I had this:
add_filter(‘geodir_posts_order_by_sort’, ‘jj_change_sort_order’,10,3);
function jj_change_sort_order($orderby, $sort_by, $table){
$orderby = $table . “.geodir_service desc, wp_posts.post_title asc,” . $orderby;
return $orderby;
}When removed it works just fine. Not sure why it wants to sort a single post.
Removing ” wp_posts.post_title asc,” also fixes it so I assume the post is not available in this context.
Thanks for your help. Resolved.
Thanks for taking a look Paolo. Since you couldn’t find anything I tried disabling my functions.php. That fixed it so it is something I did. It is not a problem with your software. I will figure it out.
The search option after:
The article you were looking for was not found, but maybe try looking again!
does find them if you search for “Christmas” but the links are also not found if you click them.
This reply has been marked as private.This reply has been marked as private.I would LOVE to you buy that beer. Where are you Paolo? I am in Nayarit.
It would be nice if the Has Upgrades defaulted to Yes.
Thanks GUUST!!!!! I have never worked with support as good as what you guys provide.
You are changing the way I work. Rather than munging through endless code which is necessary if the answers are not available I now ask. I hope I am not abusing the service with too many DUMB/obvious questions.
Hmm? I did have a page called login and I see you created another one. I take it I should have selected my login page in the Geodirectory>permalinks page>Login page
Is that correct?
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.That makes sense since I made several attempts to load the data base.
Where do I change the slug?
Where do I set the default sort order for those inquiries?
-
AuthorPosts