masmaz
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] I did not understand<? php include_once( WP_CONTENT_DIR . ‘/plugins/wp-newsticker/news.php’ );?>
not work
grrrrr ??
Forum: Plugins
In reply to: [Code Snippets] I did not understandmy theme is montezuma, virtual templates
Forum: Plugins
In reply to: [Code Snippets] I did not understandsorry 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
maxForum: Plugins
In reply to: [WP-Newsticker] php code not workI 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?
Forum: Plugins
In reply to: [WP-Newsticker] php code not workmontezuma
Forum: Plugins
In reply to: [WP-Newsticker] php code not workI 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
maxForum: Plugins
In reply to: login and registrationopps sorry…