Jump to content

Archived

This topic is now archived and is closed to further replies.

jason.

Anyway to add php include?

Recommended Posts

jason.

Website URL: boneyard.teddyaddiction.com/kruss

 

Framework Version: DMS 1.1.1

WordPress Version: 4.1.1

Plugins in Use: Custom Sidebars, Post Duplicator

Server/Host: Linux somethingOrOther/ASmallOrange

 

Details:

Ok, this is driving me up the wall. Ready to start breaking stuff :)

 

I can't seem to add a php include to grab a piece of code. I have a formatted email subscription box that I want to call from within a page. I've been trying and trying for hours now and can't get anything to work.

 

Here's my code. It's in a textbox section:

<div class="signupBox"><h5>Hungry for more?</h5>
More articles, coming right up. Punch in your email below and we'll let you know as soon as they're ready to devour.
</div>
<?php get_template_part( 'emailBox ' ); ?>
<?php include ( 'emailBox.php' ); ?>
<?php include 'emailBox.php'; ?>
<?php include ($_SERVER['DOCUMENT_ROOT'].'/emailBox.php'); ?>

The text looks great, the php stuff doesn't work. None of them.

 

I can't see any errors, and it looks like Pagelines adds comment tags around the php when it's rendered! Yikes!

 

When I view the page source they all look like this:

<!--?php get_template_part( 'emailBox ' ); ?-->

Really frustrating.

 

Everything was going along swimmingly and now I'm growing gray hairs faster than your grandma.

 

Any idea how I can add a simple php include?

 

Cheers,

J.

Share this post


Link to post
Share on other sites
Danny

Hi,

 

You can not include PHP in WordPress or DMS like that. You will want to use a hook, see here for more information - http://answers.pagelines.com/Customization/how-to-use-hooks

 

You could try creating your own section to include your PHP that way.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

  • Similar Content

    • jeomiland
      By jeomiland+
      Hi guys
      Hopefully an easy question. I have some custom code included in a Next section in a DMS site that I'm converting to platform5. What is the easiest way to insert my code into a "section" which I can easily add to my page structure with the platform5 page editor? I have the Embed extension but that takes javeascript, and my PHP test failed. Also have the Shortcodes extension, but looks like that only inserts objects into the WP-loop? and again, how to create a Hook that can go here?
      thanks...
    • KathleenAspenns
      By KathleenAspenns+
      I would like to upgrade my site to PHP 7, but there is an error warning in the PL Framework theme. I should think this should be fixed asap, I cannot be the only person trying to be up to date.
      1976 | ERROR | preg_replace() - /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
       
    • Dan Haddock
      By Dan Haddock
      DMS: Latest Version
      Running a Child Theme
      Wordpress: 4.8.3
      Plugins:
      Akismet Anti-Spam 
      Coming Soon Page & Maintenance Mode by SeedProd
      Contact Form 7
      Cookie Law Info
      DMS Professional Tools    
      Enhanced Media Library
      Flamingo
      Google Analytics for WordPress by MonsterInsights
      Google XML Sitemap    
      Jetpack by WordPress.com
      Legull
      Loginizer   
      MailChimp for WordPress
      PageLines Updater
      Really Simple SSL
      Schema App Structured Data
      Sucuri Security - Auditing, Malware Scanner and Hardening  
      Uber reCaptcha
      Yoast SEO
      Problem Below
      Hi Team,
      I am looking to style the Continue Reading Button with the PHP you provided in an earlier ticket here: 
       
      I put the PHP code into my site, however I do not get my Icon back, I just get back Read More >>
      I have attached a screenshot of the code in place on my site along with the output.
      Interested to know what I may be doing wrong? - I am very new to PHP so a bit apprehensive on this.
      The Images: https://drive.google.com/open?id=0B0i4JJXa2jdQN2xoakZNRUdmaU0
      Let me know if you need any more information from me.
       
    • casseysdesigns
      By casseysdesigns+
      In the past I would use nextbox for this task. However, Platform 5 does not have nextbox. I will do my best to describe what I am trying to do.
      I am creating a template for coaches, each product has its own link but they all share a common coach id. I want to set up the templates with the links for each product with a variable for the coach id so that I can change the coach id for all the links on the site by just changing the value of the variable $coachId. To do this I'll need to do something like the following...
      <a href="salesite.com/productcodes/referringRepId=<?= $coachId ?>" target="_blank">Product Purchase Link</a> Is it possible to do this with Platform 5?
    • Barnaby Skinner
      By Barnaby Skinner+
      Hey team,
      Really simple question: where would I add code to a specific page header? I can see in the settings I can add code to the global header, but can't see how to do it for a single specific page. It's related to facebook pixel tracking
      Cheers
×