Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
newday2015
tagDiv Member

We are using Newspaper 6.5.1 and would like to place sticky pages at the top of the Hompeage (Grid 4). We assigned tag_slugs to each page but the pages are sorted by Title (A-Z) and we would like to sort by tag_slug (homepage1,homepage2,homepage3,homepage4).

On line 124 of td_data_source.php we changed the code:

from

case ‘alphabetical_order’:
$wp_query_args[‘orderby’] = ‘title’;
$wp_query_args[‘order’] = ‘ASC’;
break;
to

case ‘alphabetical_order’:
$wp_query_args[‘orderby’] = ‘tag_slug’;
$wp_query_args[‘order’] = ‘ASC’;
break;

But this didn’t work. Any ideas?

Thanks so much for creating an awesome WP Theme.

David

newday2015
tagDiv Member

Thanks for the reply.

We have already gone through the demo, but what I was looking for was a “best of” showcase of successful websites that are using your theme.

It could be helpful for developers to see how you theme is used, but also adapted.

David

Viewing 2 posts - 1 through 2 (of 2 total)