awaise17
Forum Replies Created
-
Hi Cory, thank you for the response and tips.
I planned to follow what you have mentioned. But before applying any filter, I gave it another try to make a backup without any filters and settings and Whola!!! This time the plugin just created the backup as it has been excellently doing.
I don’t know why on Earth it was happening as I haven’t changed any settings again and haven’t touched anything but it has started working again. It must be waiting for me to tell your about the problem. Haha.
Sorry if it was a pain.
Sorry, I forgot to mention that I using it on localhost (wamp).
Forum: Fixing WordPress
In reply to: Problem with uploaded images in wordpressThanks for you concern. These links are very useful.
I am sorry for not explaining my question properly.
Let me explain it.Here is the code i am using in my custom page template (single-page.php)
<div class=”post-content”>
<p>
<img class=”” src=”” width=”” height=”” alt=””>
</p>
</div>
Now i want that when a user post any image from the post, these attributes of the image tag should be filled dynamically.
How to do that?
Meanwhile, i am reading those links you have provided me.EDIT:
i have gone through the function
wp_get_attachment_image_src();
i just want to know how to find the id of the uploaded image dynamically so that i can use the above function to work.Forum: Fixing WordPress
In reply to: timbthumb cropping image preventionyes i am creating a theme….when i post that contains a number of images, timthumb crops those images or do not know what does with them and make thumbnails of them and post them in the post instead of original images…i want timthumb to not to do this…..
Forum: Fixing WordPress
In reply to: timbthumb cropping image preventionThanks for your concern esmi….As i have mentioned that i am totally new to wordpress, infact i have installed it last night….so by default, there is only plugin which is named as “wordpress importer”….