• not sure if this is a wordpress issue, or a theme issue.

    i have a category list on my sidebar that works perfectly and if i click on say Uncategorized, it will goto https://www.website.com/archives/category/uncategorized which is correct.

    but my homepage has a featured posts slider, and 4 categories listing 2 posts each. at the bottom of each is a link called “More from _____”

    in this case it says “More from Uncategorized” but its trying to goto an incorrect link of https://www.website.com/category/uncategorized which obviously 404’s because the link needs /archives/ between website.com and category

    my question is mostly along the lines of where the heck can i edit that url.
    ive scoured through the dashboard appearance > editor and i cant find even find the words “more from” in there so there must be another place i can find this.

    all i need is to correct the code to from website.com/category/ to website.com/archives/category

    i hope my post makes sense. can anyone help me?

    it must be calling on some secret function to create the post list for the category its showing(i assume this is theme related), but the location is drawing upon is not accessible through the ‘appearance > editor’ screen
    shouldnt everything related to the theme be accessible from the editor??

Viewing 3 replies - 1 through 3 (of 3 total)
  • If it’s only in the featured posts slider that you see that link, then it’s part of the plugin itself and that “More from ___” is coded in the plugin files.

    Thread Starter agm1984

    (@agm1984)

    if a theme modifies things shown on the home page

    i see code for is_home() (may be related)

    what wordpress file would those be in? to change the way the homepage looks

    this may be where my problem is, or at least it will let me see the functions and scripts being ran on that page so i can back track to the error

    Thread Starter agm1984

    (@agm1984)

    the error isnt in the slider, its below it in some what i assume is custom code to display the 2 most recent articles in 4 different categories that ive selected in the theme settings to be shown there.

    so there is some screwed up code in the function that displays the category+2 posts

    (at the bottom of it, it says More from _category_ but the url is incorrect so i need to replace the code somewhere…..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘'More from' option at bottom of category post list, not working’ is closed to new replies.