• Resolved nsblue

    (@nsblue)


    I am new to WordPress and am using the theme “Slimmy”

    I am wondering if slimmy only handles one blog.

    I know I can set up different categories and post posts to those categories so in theory I should be able to have many, for it’s how I organize my categories…. but I am running into a problem

    My site is https://melsgraphics.com I set up 2 blogs so far…I

    One I set up so it is accessible through an image on the side bar that says “Ramblings”
    The second is CAKES found at the top under many shades of blue>recipes>CAKES

    When reading the post made, I scroll to the bottom there is a link that shows up that takes you to a post of the other blog.

    How is this controlled so they are in no way connected?

    Thank you in advance for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Vetraz

    (@vetraz)

    Hi,

    If I am understanding your question correctly, you are referring to the native WordPress pagination. If you would like not to display the links to the previous and next posts you can do the following: from your WordPress dashboard go to Appearance > Editor and place the following code at the bottom of style.css file:

    .pagination {display: none;}

    Alternatively, if you do not want to alter the theme files directly, you can install a Custom CSS plugin, like for instance this one, to place all your custom code, like the one I provided. This way, if you happen to update the theme in the future, all the changes will be preserved.

    Thread Starter nsblue

    (@nsblue)

    WOnderful Wonderful Wonderful!! Thank you so much.
    I downloaded the plug in, and although it hasnt been tested for Slimmy I thought I would give it a try…. and it worked!!

    Thank so much Vetraz!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog Problem’ is closed to new replies.