Forum Replies Created
-
I’m using the Advanced Excerpt. And I’ll turn it off now.
Take a look at this time in my site
The only thing I did was change the options for the theme itself. Nothing more.
I’m using a plugin to return my excerpts. But not good as it was before …
In reply to: Excerpt in Index page, and content in category page. How can I do it?
June 8, 2013 at 11:43 am #38562I do not believe I have not seen that option.
She helped me a lot and did what I needed.
Sorry for the inconvenience. I’m happy for your help and hospitality.
So I’m making more with my adsense, newly placed on the site, I will make a donation for the your excellent work.
Thanks again.
In reply to: Excerpt in Index page, and content in category page. How can I do it?
June 7, 2013 at 11:15 pm #38560Hello Syahir Hakim!
I’m auditioning here. The final version will be in a child theme. Only need to resolve this issue. How to show, in this special gallery, the content, and in the homepage show only excerpt.
I hope you can help me.
Greetings!
In reply to: Excerpt in Index page, and content in category page. How can I do it?
June 1, 2013 at 2:21 pm #38558Hello Syahir Hakim!
I do not use child theme. I have not made any changes to the index.php file, just copied it and renamed as the category I use, well, my category use the same template of index. I am a beginner in mecher with themes, but I can already some cool stuff, but the fact that, in this category, the contents is not easy.
Below follows the index. I hope to be able to do that.
<?php
/**
* The main template file.
*
* This is the most generic template file in a WordPress theme
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* E.g., it puts together the home page when no home.php file exists.
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package Graphene
* @since Graphene 1.0
*/
global $graphene_settings;
get_header(); ?>
<?php
do_action('graphene_index_pre_loop');
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-index.php and that will be used instead.
*/
while ( have_posts() ) {
the_post();
get_template_part( 'loop', 'index' );
}
/* Posts navigation. */
graphene_posts_nav();
?>
<?php get_footer(); ?>To get an idea, look at my site: http://blogdocaminhoneiro.com/
And here I must leave the category with the complete content: http://blogdocaminhoneiro.com/category/fotosdecaminhoes/
Greetings.
Viewing 5 posts - 1 through 5 (of 5 total)
