• Resolved harry216921

    (@harry216921)


    Hi,

    I want to edit the fullscreen theme so that it will EXCLUDE certain categories from displaying on the main screen…

    I’m sure this is relatively simple to do, as it can be setup to only INCLUDE certain categories, but I’m not having much luck getting it to work the other way around.

    Any help appreciated!

    Site: https://blog.clintonharrison.com.au

    Cheers,
    Clint

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter harry216921

    (@harry216921)

    For anybody that is interested – I found the solution.

    Follow the instructions below (included with the theme) – except, change the category ID into a negative. So, if you want to exlude category ID “3”, then insert the value “-3”.

    If you want to limit the homepage thumbnails to only a specific category, follow these instructions:

    Open up home.php and locate line 5.
    Add the ID of the category that you want to display on the homepage, like this: cat=3
    This would cause the homepage thumbnails to only show thumbnails from category 3.
    The completed code would look like this:

    <?php $home_query = new WP_Query(“cat=3&showposts=24”); $i = 0; ?>

    Your images on the home page don’t seem to be as dim as mine appear when not being hovered over. Were you able to adjust this affect? I have been trying to figure out how to myself. here is the site https://www.bradmascal.com/

    Thread Starter harry216921

    (@harry216921)

    Hi Brad,

    Take a look in –
    wp-content/themes/fullscreen/js/fullscreen.js

    The values are near the top.

    Hi Brad,

    Nice work on your site.
    I’m using the Fullscreen theme to build a friend a site and am having a little trouble inserting the logo graphic.

    Do you have any pointers?

    https://www.atouchofelegance.com.au

    Cheers,
    josh

    @harry216921- thanks (though it is a bit late)

    @joshuagrech- here are some general steps to inserting your own logo. They should be of help.

    https://corpocrat.com/2009/02/14/how-to-insert-logo-in-your-wordpress-blog/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fullscreen by GraphPaperPress – tyring to EXCLUDE categories’ is closed to new replies.