• Hello. Guys please tell me how to get the title and the description column on the site? May have individual link on this issue for the template “Montezuma” or there can be easier to solve the problem?
    I am Russian, used translate.google.ru
    I beg your understanding.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m not quite sure if I understand your question, but I’m going to guess you are asking how to get to where the site title and site description are displayed.

    If you go to Appearances > Montezuma Options > Sub Templates and click on header.php, you should be able to see where and how the two fields are displayed:

    <div id="banner" class="row">
    	<div id="logo-area" class="col5">
    		<<?php bfa_if_front_else( 'h1', 'h3' ); ?> id="sitetitle">
    			<a href="<?php echo home_url(); ?>"><?php bloginfo( 'name' ); ?></a>
    		</<?php bfa_if_front_else( 'h1', 'h3' ); ?>>
    		<p id="tagline"><?php bloginfo( 'description' ); ?></p>
    	</div>

    Thread Starter londer

    (@londer)

    You didn’t understand me properly… I’m interested in the way how the title and the issues’s description can be bdepicted in the sample “Montezuma”. The details are jn the screenshot. Thank you for your attention.
    ———-
    http://rghost.ru/51684832.view

    I do not know of a way to access the category title or description from the Montezuma virtual templates. Montezuma does not allow the calling of all WordPress functions, only a small set. You will probably have to code your own templates and call the single_cat_title() and category_description() functions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Description and title headings(rubrik).’ is closed to new replies.