zagore
Forum Replies Created
-
Forum: Plugins
In reply to: [Author Bio Box] Is possible add link web?Thanks for reply quickly.
I have added the website in user profile, but this don´t appear in plugin.
I don´t know the reason. 🙁
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] I need add a code in php?Great, the solution is in add this code <?php if( function_exists( ‘ts_fab’ ) ) ts_fab(); ?> en author.php.
But i just want that this appear when the user do click in name of the author, No post.
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] I need add a code in php?Yes i disable others plugin but i don´t change other themes because now i can´t change all my web.
I will tried with other plugin for authors.
Thank you and sorry for disturb,
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] I need add a code in php?Finally,it is impossible, i did all steps but no appear the plugin.
The author of my theme is missind, he doesn´t reply.
Shit! I love your plugin.
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] I need add a code in php?so, The plugin doesn´t work in my website 🙁
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] I need add a code in php?I used the admired theme. I want add social links in my autors.
But this no appear. I have try others plugin of box author and others plugin work if i add a code in author.php, but i like your plugin but this doesn’t work
Forum: Fixing WordPress
In reply to: Add category in the funtionesc_attr( get_the_date( ‘c’ ) ),
esc_html( get_the_date() ),
esc_url( get_author_posts_url( get_the_author_meta( ‘ID’ ) ) ),
esc_attr( sprintf( __( ‘View all posts by %s’, ‘twentyeleven’ ), get_the_author() ) ),
get_the_author()
);
}How add this line in this code?
in_category( ‘5’ )
Forum: Fixing WordPress
In reply to: Images relatives and absolutesNo site, it isn´t active
Forum: Fixing WordPress
In reply to: Images relatives and absolutesYes it affect, i have change the permalinks and now i don´t have images
I just add / in each images and these appear.
Forum: Fixing WordPress
In reply to: Menu is post or page?Hello cubecolour, do you know if this is well?
A Page of Posts
The following custom page template file displays the content of the Page, followed by the posts from two specific categories (specified by their category slugs). It is designed to work within a child Theme of the Twenty Thirteen theme. If you are using a different theme, you need to replicate the HTML structure of your own theme within this template.
Save this to pageofposts.php and then assign the Page of Posts Template to your new Page:
<?php
/*
Template Name: Page Of Posts
*//* This example is for a child theme of Twenty Thirteen:
* You’ll need to adapt it the HTML structure of your own theme.
*/get_header(); ?>
<div id=”primary” class=”content-area”>
<div id=”content” class=”site-content” role=”main”>
<?php
/* The loop: the_post retrieves the content
* of the new Page you created to list the posts,
* e.g., an intro describing the posts shown listed on this Page..
*/
if ( have_posts() ) :
while ( have_posts() ) : the_post();// Display content of page
get_template_part( ‘content’, get_post_format() );
wp_reset_postdata();endwhile;
endif;$paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
$args = array(
// Change these category SLUGS to suit your use.
‘category_name’ => ‘music, videos’,
‘paged’ => $paged
);$list_of_posts = new WP_Query( $args );
?>
<?php if ( $list_of_posts->have_posts() ) : ?>
<?php /* The loop */ ?>
<?php while ( $list_of_posts->have_posts() ) : $list_of_posts->the_post(); ?>
<?php // Display content of posts ?>
<?php get_template_part( ‘content’, get_post_format() ); ?>
<?php endwhile; ?><?php twentythirteen_paging_nav(); ?>
<?php else : ?>
<?php get_template_part( ‘content’, ‘none’ ); ?>
<?php endif; ?></div><!– #content –>
</div><!– #primary –><?php get_footer(); ?>
Have you ask with the developer?
I need a reply.
Thank you
I know it, but where do i modify this option, what php?
i don´t find it.
Forum: Plugins
In reply to: How I can do something like this on my website?Forum: Plugins
In reply to: [Cool Video Gallery] Not work playlistOk now work, thanks you
Forum: Plugins
In reply to: [Cool Video Gallery] Not work playlistYes i have clean the browser but the playlist not appear.
There aren´t errors, simple the playlist no appear.