Forum Replies Created
list of topics you have created till now.
-
-
I can’t see any changes with this code. I tried removing all the custom codes, and the problem persists.
Hi,
Thanks for a swift reply. The problem is still there, even after refreshing the page.
http://www.noaa.dk is the URLIs it possible to get any help on this issue?
I have deleted the theme, and re-downloaded it, with the latest update, but the problem is still there unfortunately.
Yes. Sadly, it did not work
Correction: I am not having any problems with the categories on default themes, only on The Blogger theme.
I am having issues with the categories using default themes as well
The website is now online for a short period of time,
http://www.noaa.dkI have saved the permalink as post name, and it still doesn’t work.
The website is currently redirected to our old website until the new one is complete, so it isn’t visible to public unfortunately.
I have also tried to deactivate all plug-ins and changed themes back and forth. The problem still persists.
Additional info:
If i hit refresh on the home page while customizing, the posts show up.
The posts also change accordingly if this code is entered to the functions.php.function my_home_category( $query ) {
if ( $query->is_home() && $query->is_main_query() ) {
$query->set( ‘cat’, ‘2’);
}
}
add_action( ‘pre_get_posts’, ‘my_home_category’ );But when using the nav menu to find posts in different categories, the page turns white. I have no idea what the problem is.
I have now removed the “Browsing Category” line, but how do I remove the following line, with the name of the category.
Ex:
Browsing Category:
NEWSHow can I remove ‘NEWS’
Never mind – fixed now. Thanks again!
Thanks for your reply. I can still not make it work.
I have tried pasting the code in the stylesheet.css for both the Child and regular theme. Nothing is happening.
What am I doing wrong?I should also say that I am not talking about tags, but categories on the website.