• Hi all,

    The page I am referring to is: http://fbclawyers.com/fbc-ranked-4th-by-duns-100/

    Obviously this is not a real page but a post page, and I am trying to style the content of the post.

    I have a few questions:
    1. is this page generated by single.php? if not, what is generating this?

    2. I think I have figured out that my content comes from this line:
    <?php the_content(); ?>
    but every attempt I made to control this by wrapping a div around it did not work. The question: what do I do in order to style this? how do I control this?

    thanks,

    a

Viewing 1 replies (of 1 total)
  • If you monkey around with single.php, then you’ll affect all posts, and not just the one you want to change.

    If you just want to style one specific post, just go into your post editor and add the CSS rules at the beginning of your post using the Text editor (and not the Visual editor). Put the rules between <style> … </style> tags.

Viewing 1 replies (of 1 total)

The topic ‘how to style a specific post’ is closed to new replies.