alexwrld
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category link (with get_option) is not workingI was not posting code in the code box ??
`<span class=”catname”>
<a href=”<?php echo get_category_link(get_option(‘nt_cat2’));?>”>
<?php echo get_cat_name(get_option(‘nt_cat2’)); ?></a>
</span>Can you see something?
Forum: Fixing WordPress
In reply to: Category link (with get_option) is not workingTHis is the code:
<span class=”catname”>
<?php echo get_category_link(get_option(‘nt_cat2’));?>
<?php echo get_cat_name(get_option(‘nt_cat2’)); ?>
</span>Forum: Fixing WordPress
In reply to: Image Behavior in incorrect: What's wrong with my coding?I have solved the problem myself….I was kind of fooling around…blush blush….
The website will not show up as I’m going to put it offline….
Thank you forum!Forum: Fixing WordPress
In reply to: Image Behavior in incorrect: What's wrong with my coding?Hey guys…please look into my situation. I’m stuck ??
How about changing the DNS setting?
Thanks Clayton!
Is there any way out?
Can I take my domain to Godaddy; I just want to ditch WordPress.Com
Somebody said it takes at least 29 days to transfer the domain.
Is there any faster way to do that?Please help
Sincerely,
AlexForum: Fixing WordPress
In reply to: How to create youtube thumbnail image in wordpress theme?Thanks Esmi!
The problem is solved ??
Forum: Fixing WordPress
In reply to: How to create youtube thumbnail image in wordpress theme?Hi Esmi!
I’m not that expert of WP. In fact, this is my first project. I’ll appreciate your help ??Forum: Fixing WordPress
In reply to: How to create youtube thumbnail image in wordpress theme?Yes, the theme’s category template file use the_excerpt() instead of the_content()
Forum: Fixing WordPress
In reply to: How to create youtube thumbnail image in wordpress theme?Please click on the link above! My question is how to create the “Thumbnail Image”
You’ll see a headline “How to live before you die – Steve Job explains”
But you don’t see the Thumbnail image. Landing page is working fine but what I want is that thumbnails show up in the category page.
Forum: Fixing WordPress
In reply to: How to create youtube thumbnail image in wordpress theme?I forgot to share the url with you https://www.successstories.co.in/category/video/
Oh! I just solved the issue ??
A million thanks and well wishes to you and your family.Regards,
AlexYou are right. I just checked it by removing the JavaScript. Now my biggest concern is if I remove it, it might hamper some of the functions such as image sliders etc. Is there any other way I could fix this issue?
Also, why the same JavaScript was working properly for weeks until today?
I’m using the following code in functions.php to upload the images. Does this get you any clue?
[Code moderated as per the Forum Rules. Please use the pastebin]
These three sections are just below the front page slider. I hope you are there.