Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get content published in other page
#10
Greetings Melmoth.

I also have had some difficulty with following function instructions and I know it's pilot error. Anyway, you can get news into your site another way. I use NewsOffice in my GS work and I just make another template [I call it News.php or whatever] I use it as my home page and I add the php for the news script below the get_page_content(); php like this...

<div id="bodycontent">

<div class="post">
<h1><?php get_page_title(); ?></h1>
<div class="postcontent">
<?php get_page_content(); ?>


<!-- // News Office Script //-->

<?php
$selected_category = "1";
$theme_selected = "default";
include('/Users/me/webdesignwork/GetSimpleA/myplugins/newsoffice/news_show.php');
?>

The example uses the Default_Simple theme.

You can find NewsOffice here...
http://newsoffice.newanz.com/?page=home


I got some help early on from Pixelita and Chris. [Many Thanks again.]
Peace.

homershines
Reply


Messages In This Thread
Get content published in other page - by Soueb - 2009-08-19, 00:11:54
Get content published in other page - by ccagle8 - 2009-12-14, 12:09:24
Get content published in other page - by focoves - 2009-12-16, 05:59:36
Get content published in other page - by focoves - 2009-12-19, 02:11:25
Get content published in other page - by melmoth - 2010-02-04, 22:03:52
Get content published in other page - by homershines - 2010-02-05, 14:10:03
Get content published in other page - by melmoth - 2010-02-05, 21:41:03
Get content published in other page - by melmoth - 2010-02-10, 19:32:26
Get content published in other page - by geggal - 2010-09-28, 05:30:45
Get content published in other page - by geggal - 2010-09-28, 06:04:57
Get content published in other page - by geggal - 2010-09-28, 06:35:27



Users browsing this thread: 1 Guest(s)