Hello admindoxa,
Unfortunately, our theme does not have such an option in this regard, sorry! If you want to exclude a category from the Related Articles on mobile theme, please notice that is not a simple task and you will have to check the code from front-page.php core file -> http://screencast.com/t/Uagg76zxDw2C and there you must add some conditions in order to achieve as you want and all of these modifications involves custom work. If you want to display more levels in our theme and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hello Catalin,
Thanks for give me code.. however i would like to discuss about your support policy
“If you want to exclude a category from the Related Articles on mobile theme, please notice that is not a simple task and you will have to check the code from front-page.php core ”
Actually after looking the codes… it actually very simple and it can be done under 1 minutes… in front-page.php
i only need change :
// query used on Latest Articles section
$wp_query_args = array(
‘ignore_sticky_posts’ => 1,
‘post_status’ => ‘publish’,
‘posts_per_page’ => $posts_per_page,
‘paged’ => $paged,
);
TO
// query used on Latest Articles section
$wp_query_args = array(
‘ignore_sticky_posts’ => 1,
‘post_status’ => ‘publish’,
‘posts_per_page’ => $posts_per_page,
‘cat’ => ‘-71’, //One Line of modification
‘paged’ => $paged,
);
I thank you for providing me with the code placement, but i’m bit disappointed on how you said “this is not a simple task”… because i don’t ask for adding features or something difficult, but rather ask where the query happen, where you put the code for this and that.. because you guys code this.. and this kind of modification is only took less then 2 minutes.. which for us (user) perhaps taking more time as we must understand on how Newspaper Framework works..
Is something like this is beyond the scope of your support ?
-
This reply was modified 9 years by
admindoxa.
Hello admindoxa,
Indeed, your request it was not complicated to do, but please notice that at that moment I thought that is a complicated one and that’s why I pointed you just the core file where do change. Usually, our customers request us more complicated tasks that can be done only in code and time-consuming and we cannot provide custom work at the moment and we only can guide it to the right direction.
Sorry for my misunderstanding!
Have a nice day and thank you for your message!