Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • In short: You have to put pages into the menu that you created.

    A bit longer, what you have created is just the menu name, not the actually menu or its items. From the beginning:
    – Appearance
    – Menus
    – Add new menu (as you say, you are here, so, you have given your menu a name, and can now choose where it should be – Navigation or Footer – but it is empty so far)
    – Add items to your menu (to the left, you should see Pages, Custom Links and Categories, which you can add to your newly created menu)

    UPDATE: I see you’ve already figured it out, if the link is to your page 🙂

    I’ve tried a few variations and have come to a conclusion. I’d say it’s a bug, but what do i know.

    So, as you probably know, the section is named by the category a portfolio post is filed under. I’ve created 10 categories and named them alphabetically a random name from A – J. I found out, that when I delete, lets say, the A named category, navigation automatically reverts to the next letter category, named B. That is, no matter that I have assigned different categories to different posts, when I click on a post, the alphabetically next in line category shows up in navigation.

    The answer to your question (which I also posted in the “Featured Posts”):

    The same line repeats for each post, featured_first and featured_second. Locate each and change

    this line:
    wpcx_custom_excerpt(get_the_excerpt());?>

    to this one (only one word to change):
    wpcx_custom_excerpt(get_the_content());?>

    Cheers

    Hey Susan… if you’re still looking for the answer, here it is:

    The same line repeats for each post, featured_first and featured_second. Locate each and change

    this line:
    wpcx_custom_excerpt(get_the_excerpt());?>

    to this one (only one word to change):
    wpcx_custom_excerpt(get_the_content());?>

    Cheers

    Thread Starter Nietzschean

    (@nietzschean)

    UPDATE

    There are a few mistakes in my previous post, so this is just an update to my problem:

    It seems that what I need is to completely remove the “posts” in the lower section of the theme and replace them.

    The three column layout is great, but what I need is all of them to be totally independent from each other.

    The first one should allow me to enter “news” by hand, whenever needed (basically a blind column with h1, h2 and text field).
    The second should show recent blog posts and also link to other blog posts.
    The third column should show the recent tweets.

Viewing 5 replies - 1 through 5 (of 5 total)