• Hi guys,

    I am using the theme Black with Orange. After I add a post I only have this:

    http://s22.postimg.org/jl3xn7iht/Situation.png

    It should have a title, and those 2 red circles show another situation, I’ve found out that its the Autor and Category, but somehow under the PDF.
    Yes, the PDF should be embeded and that works.

    The thing is, I probably deleted something in some css file, but I’m not sure. In another wordpress site it works normally, but I would need to change soooo many things on that site, that getting some help here, seems like a better option.

    If anyone can, than please help me out 🙂 Thank you

    Tomas

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter TeeMko

    (@teemko)

    Ok I solved it on my own. I put display:none; on H1 so that I dont have the same thing written on the page like on MENU 🙂 Is there any other way I can get rid of it? 🙂

    as your theme uses body_class(), try:

    .page h1 { display: none; }

    or alternatively, remove this line from page.php:

    <h1><?php the_title(); ?> <?php edit_post_link(__('Edit this entry', 'black_with_orange'), '', ''); ?></h1>

    Thread Starter TeeMko

    (@teemko)

    Thank you very much alchymyth. First option worked like a charm 🙂 I’m new to wordpress, so I am grateful for any help.

    If I may, I have one last problem that even an experienced friend of mine couldnt solve.

    I installed the plugin Members List
    http://www.ternstyle.us/products/plugins/wordpress/wordpress-members-list-plugin
    It all works great but the thing is, I need to rename labels of functions first_name, last_name, registration date to my native language.
    The sorting now says: First Name Last Name Registration Date Email
    I’ve looked in almost all files, but just could not find it.

    Should I open another thread for this or can I ask here? 🙂

    Thank you very much.
    Tomas

    generally, please start a new topic for the plugin problem.

    the best might be to start the topic in the plugin’s direct support section to attract the attention of the developer:

    http://wordpress.org/support/plugin/members-list

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

The topic ‘Post does not have title’ is closed to new replies.