• hi
    i want insert blockquote in single.php
    for working qoute just in single page.

    but i don’t know how do it !!!

    please help me…

    blockquote:

    blockquote {margin: 1em 3em 0em 25em;
    	padding: .5em 1em;
    	border-right: 5px solid #fce27c;
    	background-color: #f6ebc1; }

    please say what was necessary to insert this code in single.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • It appears you’re getting your wires crossed…

    The code above is CSS-code that defines how your blockcode will look. [should there be any in your post / page] This code should be in the css file of your theme [e.g. ../wp-content/themes/twentyeleven/style.css

    Then to create a blockquote:

    Open the page / post in question
    click the HTML-tab of the editor page [right top of edit frame]
    Type the blockquote text e.g. ‘The best since sliced bread’
    Select the blockquote text and click ‘b-quote’-button at the top of the edit frame.
    Done

    Since the blockquote is a HTML tag, it can also be put into e.g. a php-file.

    sorry I forgot about the code
    <blockquote> ... </blockquote>

    Thread Starter parvazp

    (@parvazp)

    tnx dear for your answer .
    but u sure it is correct way for solving this?

    i know i must insert a face of css code in single.php
    one person can do it. but he dont tell me how. ??

    it will be a big problem for me ??

    help…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘single.php with blockquote’ is closed to new replies.