tristan-lee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change [click to continue] to Continue reading…When I get to “function thesis_read_more_text()”
what do I do from here to change the
[click to continue] to Continue reading…
Sorry guys for this; I didn’t know doing something as simple as this would be so complicated!
Forum: Fixing WordPress
In reply to: How to change [click to continue] to Continue reading…Thank you.
Forum: Fixing WordPress
In reply to: How to change [click to continue] to Continue reading…Forum: Fixing WordPress
In reply to: How to change [click to continue] to Continue reading…That’s okay, thanks for your help anyway Arnold.
Forum: Fixing WordPress
In reply to: Can Someone Please Help Me?I can’t find the_content here?
?php
/**
* Primary entry-point to the Thesis theme framework.
*
* @package Thesis
*/thesis_html_framework();
/**
* NOT WHAT YOU WERE EXPECTING?
*
* Thesis stores much of its programming in a unique manner when
* compared to other themes; in order to reduce redundancy and to
* improve efficiency, we have extracted much of what usually
* constitutes a theme into logical, programmatic functions.
*
* In order to customize items, such as the famous Loop, we
* provide dozens of “hooks” into the Thesis code — the same
* sort of hooks which makes WordPress so extensible to plugin
* authors.
*
* Much more information can be found on DIYthemes.com and in our
* support community, but here is a brief example:
*
* A plugin wants you to add my_social_links() to to the Loop in
* order to add social links to your posts; here’s how you would
* do that with Thesis:
*
* In your custom/custom_functions.php file, add this line:
*
* add_action(‘thesis_hook_after_post’, ‘my_social_links’);
*
* That is the simplest of examples and is just a taste of what
* is actually possible. We highly encourage you to experiment.
*
* Remember: Customizations made only to the custom directory
* are not only kept together for easy reference, but they are
* also futureproof agaisnt any Thesis updates.
*/
?>Forum: Fixing WordPress
In reply to: How to change [click to continue] to Continue reading…Hi I didn’t find this <?php the_content(‘Click to continue ?’); ?> under the thesis_151 folder.
Edit index.php
<?php
/**
* Primary entry-point to the Thesis theme framework.
*
* @package Thesis
*/thesis_html_framework();
/**
* NOT WHAT YOU WERE EXPECTING?
*
* Thesis stores much of its programming in a unique manner when
* compared to other themes; in order to reduce redundancy and to
* improve efficiency, we have extracted much of what usually
* constitutes a theme into logical, programmatic functions.
*
* In order to customize items, such as the famous Loop, we
* provide dozens of “hooks” into the Thesis code — the same
* sort of hooks which makes WordPress so extensible to plugin
* authors.
*
* Much more information can be found on DIYthemes.com and in our
* support community, but here is a brief example:
*
* A plugin wants you to add my_social_links() to to the Loop in
* order to add social links to your posts; here’s how you would
* do that with Thesis:
*
* In your custom/custom_functions.php file, add this line:
*
* add_action(‘thesis_hook_after_post’, ‘my_social_links’);
*
* That is the simplest of examples and is just a taste of what
* is actually possible. We highly encourage you to experiment.
*
* Remember: Customizations made only to the custom directory
* are not only kept together for easy reference, but they are
* also futureproof agaisnt any Thesis updates.
*/
?>Forum: Fixing WordPress
In reply to: How Do I Add a “Read Me” link in my excerpts?Thanks crayoncrisis.
Forum: Fixing WordPress
In reply to: How Do I Give Credit to This Photo Here?No this doesn’t work. This puts the link under the title, but not the image itself.
Forum: Fixing WordPress
In reply to: Google Analytics Stopped Working for Me – Can Someone Help Please?Cool, thanks for your help man!
Forum: Fixing WordPress
In reply to: Google Analytics Stopped Working for Me – Can Someone Help Please?Hi, I’m glad you are still with me as I thought you are getting tired and will soon go to sleep.
I have decided to go to the second choice – WordPress Stats (even though can I do both).
The first step states:
1. Upload stats.php to your /wp-content/plugins/ directory.I don’t get this, how do I do this first step?
Forum: Fixing WordPress
In reply to: Google Analytics Stopped Working for Me – Can Someone Help Please?What should I do now, or how can I get it to work again?
Forum: Fixing WordPress
In reply to: Google Analytics Stopped Working for Me – Can Someone Help Please?Well, I’m not sure. I just went to Google Analytics and it told me how to install it on WordPress. But this was about a month ago?
Forum: Fixing WordPress
In reply to: Google Analytics Stopped Working for Me – Can Someone Help Please?Right before
</body>
</html>the code that you showed me above is not there.
Right before
</body>
</html>there is
</div>
<!– footer END –></div>
<!– container END –>
</div>
<!– wrap END –>Is this good or bad? Also, what does this mean?
Forum: Fixing WordPress
In reply to: Google Analytics Stopped Working for Me – Can Someone Help Please?Excuse me, how do I open page?
Forum: Fixing WordPress
In reply to: Quick Question About Comments and Avatars…. Anybody?I don’t see, “Turn on avatar support.”
By this, do you mean, “Show Avatars”?