Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Montezuma Theme »

[SOLVED] Can't get rid of the_excerpt


  #1  
Old Jan 16, 2013, 01:59 AM
shmish
 
2 posts · Jan 2013
[SOLVED] Can't get rid of the_excerpt

Hi,
On the front page I'm trying to get rid of the_excerpt and have my full posts show.
I went to /montezuma/admin/default-templates/sub-templates/postformat.php and changed line 19 to
Code:
<?php the_content(); ?>
I also tried
Code:
<?php get_content(); ?>
I also put in the patch that is from the Sticky thread.
Any ideas?
  #2  
Old Jan 16, 2013, 05:53 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what is the url?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jan 16, 2013, 06:05 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You need to make the changes in the theme MO>Sub Templates>postformat.php
HTML Code:
<?php the_content(); ?>
is the correct syntax. You can see all the code that can be use in the Limited PHP Code dropdown.

You should avoid changing the theme code where ever possible, edit the virtual templates instead.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Last edited by juggledad; Jan 16, 2013 at 07:36 AM.
  #4  
Old Jan 16, 2013, 10:56 PM
shmish
 
2 posts · Jan 2013
Quote:
Originally Posted by lmilesw
You need to make the changes in the theme MO>Sub Templates>postformat.php
HTML Code:
<?php the_content(); ?>
is the correct syntax. You can see all the code that can be use in the Limited PHP Code dropdown.

You should avoid changing the theme code where ever possible, edit the virtual templates instead.
Thanks for the help, I was manually changing the theme code. I changed the virtual template and it's all good.

cheers
  #5  
Old Jan 17, 2013, 07:18 AM
jerryc
 
367 posts · Oct 2012
Florida
Quote:
Originally Posted by shmish
Thanks for the help, I was manually changing the theme code. I changed the virtual template and it's all good.
For the newbies reading this, changing the virtual template means to edit the template files from the admin area, rather than manually such as via ftp.

Last edited by jerryc; Jan 17, 2013 at 07:24 AM.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Working with the_excerpt function bigliettaio Excerpts, Read more, Pagination 3 Dec 1, 2010 08:04 AM


All times are GMT -6. The time now is 05:39 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.