Forum Replies Created

Viewing 7 replies - 31 through 37 (of 37 total)
  • Thread Starter masmaz

    (@masmaz)

    <? php include_once( WP_CONTENT_DIR . ‘/plugins/wp-newsticker/news.php’ );?>

    not work

    grrrrr ??

    Thread Starter masmaz

    (@masmaz)

    my theme is montezuma, virtual templates

    Thread Starter masmaz

    (@masmaz)

    sorry but I did not understand.

    I have this code: <? php include (abspath. '/ wp-content/plugins/wp-newsticker/news.php');?> where should I put it?

    regards
    max

    Thread Starter masmaz

    (@masmaz)

    I created a php file, I put in the code, then I called the
    <? php include ("namefile.php") /?>

    but does not work

    please, can you explain me with an example?

    Thread Starter masmaz

    (@masmaz)

    Thread Starter masmaz

    (@masmaz)

    I DS

    I tried adn also put it on other pages. php site but not seen

    if I insert the shortcode [ticker] in my page content, you see.

    I do not understand why it’s so … and yet there must be a solution

    i insert the code in this page index.php

    <div id="banner-bg" class="cf">
      	<div id="banner" class="row">
                <script type="text/javascript"><!--
    google_ad_client = "ca-pub-2171832733352315";
    /* headernonavevodubbi */
    google_ad_slot = "5766175822";
    google_ad_width = 468;
    google_ad_height = 60;
    //-->
    </script>
    <script type="text/javascript"
    src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
                	<div id="logo-area" class="col5">
            <!--file logo-->
                  <a href="https://www.nonavevodubbi.it"><img src="https://www.nonavevodubbi.it/wp-content/themes/montezuma/images/logo.png" title="nonavevodubbi.it" alt=" Non Avevo Dubbi"/>
    			<!--<<?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>
    		<?php wp_nav_menu( array(
    			'container' => 'nav',
    			'container_class' => 'menu-wrapper col7',
    			'container_id' => 'menu1-wrapper',
    			'menu_id' => 'menu1',
    			'menu_class' => 'cf menu',
    			'theme_location' => 'menu1',
    			'fallback_cb' => 'bfa_page_menu'
    		) ); ?>
    	</div>
    </div>
    
    <a href="<?php bloginfo( 'rss2_url' ); ?>" class="rsslink" title="<?php _e( 'Subscribe to RSS Feed', 'montezuma' ); ?>"></a>
    
    <div id="breadcrumbs1-bg">
    	<nav id="breadcrumbs1" class="breadcrumbs lw">
    		<?php bfa_breadcrumbs( 'breadcrumbs1' ); ?>
          	</nav>
        </div>
      <?php include ('/wp-content/plugins/wp-newsticker/news.php');?>

    regards
    max

    Forum: Plugins
    In reply to: login and registration
    Thread Starter masmaz

    (@masmaz)

Viewing 7 replies - 31 through 37 (of 37 total)