Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • That’s a nice clean solution asquare. Thanks!

    Otto42: I feel that this feature for the_category() is needed. I’m in the process of creating a site that uses categories for certain topics but the post also indexes itself within a glossary of terms/common phrases/etc. It is merely an aesthetic aspect for this site and I will admit that having each post list a single letter as a category looks confusing and strange.

    Thread Starter mocha

    (@mocha)

    Problem solved.

    Rob Marsh’s plugin does the trick.

    http://rmarsh.com/plugins/recent-posts/

    Thread Starter mocha

    (@mocha)

    Come on, someone has to know.

    Thread Starter mocha

    (@mocha)

    Anyone have an idea?

    Thread Starter mocha

    (@mocha)

    I meant to post this a few weeks ago and just forgot but I found out that when I write a post using the “Visual” editor, there is code automatically inserted into the post which includes “snap_preview”. The additional code appears at the bottom of the Visual editor (“p >> div.snap_preview” or something similar) when writing the post. It is possible to delete the addition of this code by deleting the “p >> div.snap_preview” line at the bottom of the editor box and can be avoided entirely by writing the post using the “HTML” editor. Even by turning off snap_preview and not using a plugin called Snap, this code was added regardless. Thanks for the replies!

    Thread Starter mocha

    (@mocha)

    Yes, the call is used in both of those files but I’m looking for the actual code behind the function, not where the call is used.

    When viewing the page source for the main website the following code appears:

    <div class="entry">
    <div class="snap_preview">

    This additional code does not appear in index.php and seems to be the result of the the_content() function. I would like to edit this function to remove the above code.

    I’m not entirely understanding your issue but I found that when I added a new category, that category would not be visible on the website until after I had posted something within that category. Let’s say I have the categories Sports and Cars and I add a new category of Animals. The Animals category will not show up in my categories list on my website until I have posted something in the Animals category.

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