redleafnetwork
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Footer CreditsThank you! I will look at it. I will update the result here. ??
Thanks for your response. I will install it again tomorrow and if it still behaves the same way I will post the url here and do some before/after screen shots.
Thank you ??
Forum: Themes and Templates
In reply to: What is a child theme?Thank you t-p and thank you Adeptris. I am going through the tutorials now. I will keep you posted.
Forum: Plugins
In reply to: SEO PluginsThank you for your response Esmi.
I guess I will go with the one that is most used – All In One – although I see that Platinum claims to have more added options.
Thank you, once again ??
Contact the Longtail people.
Forum: Fixing WordPress
In reply to: Fixed position footer graphic… help!How do I remove your footer credit? Or, at least modify it? Too much information. Instead I would rather throw up a page crediting you and promoting the theme and list all my plugins etc. I would call it “About This Theme”
I need that space if you don’t mind.
Thank you.
What I did was enclose only your code with the <?php> tags and WOW!!!! This is an awesome plugin and add to it the great support! Thank you so much!
Will there be more options in the future? For example –
Back end options for:
Related by category
Related by context
Ajax type smooth auto scrolling (slide up/down)
Scroll bar
Built in search formThose would be great additions but right now I am very happy. Thank you and good luck with Kickstart.
See how it looks on a 15 second delay.
https://redleafsports.com/2010/08/28/test-post-2/Thank you by the way. You have been very supportive.
Ok I made some headway and got it into the right spot, I think. The reason it was not loading the page was because I included this tag before the code: And I was in the wrong file.
<?php tweet_blender_widget(); ?>
I removed that and just put this in:
tweet_blender_widget_for_tags(array(
‘unique_div_id’ => ‘tweetblender-tt1’,
‘refresh_rate’ => 60,
‘tweets_num’ => 5
));BUT it just shows as text that you can see here:
https://redleafsports.com/2010/08/28/test-post-2/
Obviously I am missing something.
I am sorry for the stupid questions. I really don’t know much about php.
Here is the entire php file:
<?php
get_header();
?>
<div id=”main-col”>
<div id=”content”>
<?php
if (have_posts()) {
while (have_posts()) {
the_post();
if (suffusion_post_count() > 1) {
?>
<div class=’post-nav’>
<table>
<tr>
<td class=’previous’><?php previous_post_link(‘%link’, ‘%title’) ?></td>
<td class=’next’><?php next_post_link(‘%link’, ‘%title’) ?></td>
</tr>
</table>
</div>
<?php
}
$custom_class = “”;
if ($post->post_type != ‘post’ && $post->post_type != ‘page’) {
// Custom post type. See if there is style inheritance
$suffusion_post_types = get_option(‘suffusion_post_types’);
if (is_array($suffusion_post_types)) {
foreach ($suffusion_post_types as $suffusion_post_type) {
if ($suffusion_post_type[‘style_inherit’] != ‘custom’) {
$custom_class = $suffusion_post_type[‘style_inherit’];
}
}
}
if ($custom_class == “”) {
$custom_class = “post”;
}
}
?>
<div <?php post_class($custom_class);?> id=”post-<?php the_ID(); ?>”>
<?php suffusion_after_begin_post(); ?>
<div class=”entry fix”>
<?php
suffusion_content();
?>
</div><!–/entry –>
<?php suffusion_before_end_post(); ?>tweet_blender_widget_for_tags(array(
‘unique_div_id’ => ‘tweetblender-tt1’,
‘refresh_rate’ => 60,
‘tweets_num’ => 5
));
<?php comments_template(); ?>
</div><!–/post –>
<?php
}
}
else {
?>
<div class=”post fix”>
<p><?php _e(‘Sorry, no posts matched your criteria.’, ‘suf_theme’); ?></p>
</div><!–post –><?php
}
?>
</div><!– content –>
</div><!– main col –>
<?php
get_footer();
?>I have now removed the code from the single.php because the site was not loading with it. I still need help. I can install the sidebar widget easily of course but I want it below the post using the code you suggested. Please help. Thank you:)
Hi kirilln – thank you for responding.
This is the code I used:
tweet_blender_widget_for_tags(array(
‘unique_div_id’ => ‘tweetblender-tt1’,
‘refresh_rate’ => 60,
‘tweets_num’ => 5
));I inserted it into the theme’s single.php file.
I am in the process of building the site behind ‘theme test drive’. However I have opened up the url for you so you can help me.
I installed Twitter’s search code from Twitter itself on this page as part of the post itself. Obviously this is a headache to do everytime I post:
https://redleafsports.com/2010/08/17/hello-world/This post has no search code within the post:
https://redleafsports.com/2010/08/28/test-post-2/The blender does not show up on either page therefore I must be missing something.
I am hoping to have it work like the Searchles plugin (which I don’t like because of lack of support).
This is an example of what I am trying to do.
https://www.huffingtonpost.com/2010/09/07/bp-to-accept-some-blame-f_n_708029.html
If you scroll down to below the post on this page you will see a twitter widget like I think yours would work.I thank you for your efforts on my part. Please contact me if you need anything more ??
Karim
Forum: Networking WordPress
In reply to: Subdirectories Or Subdomains?Yes I do.
Forum: Networking WordPress
In reply to: Subdirectories Or Subdomains?Yes, I know that plugin. A network within a network. I guess my questions is; is it better or easier, down the road, to have one or the other insofar as mixing and matching both options.
Let’s say I am using a subdirectory and I map a domain to it. Can I then create subdomains of that domain when creating a mini or sub-network even though the original or parent network uses subdirectories to create sites?
If not, will doing the reverse work? Whereby I create the parent network using subdomains then the mini network using subdirectories?
As far as SEO goes – does it matter if you are domain mapping anyway?
Thanks ??
Seems like you want multi-sites within multi-sites. I may be wrong but this plugin may help. This is a late post so you may have already fixed your problem.
Turn your multi-site installation of WordPress into many multi-site networks, all surrounding one central user base.
Forum: Networking WordPress
In reply to: Aggregating Recent Posts to Parent Site in Multisite InstallI may end up using this theme using simplepie for a while until I can find a better way.
https://templatic.com/news/aggegator-all-your-feeds-at-your-website-front