Karmapants
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How do i edit the html that wordpress generates.im just curious as to why when i inspect element (in chrome) on the top photograph of:
karmapants.com/blog
i get this code string:
<img width=”940″ height=”500″ src=”https://karmapants.com/blog/wp-content/uploads/2013/09/topsail_feature_1300x515-940×500.jpg” class=”attachment-blogify-post wp-post-image” alt=”topsail_feature_1300x515″>Where is this code generated?
When i right click on that code and edit as html i can type in what it should be:
<img width=”1300″ height=”515″ src=”https://karmapants.com/blog/wp-content/uploads/2013/09/topsail_feature_1300x515.jpg” class=”attachment-blogify-post wp-post-image” alt=”topsail_feature_1300x515″>
Now It looks like it should.here is a screenshot of the post.
on the right you can see my feature image i chose. when i publish where does the code go..?Forum: Themes and Templates
In reply to: How do i edit the html that wordpress generates.ok i think i have this set up right so far. i created a directory blogify-child and a style.css file in there that reads:
/* Theme Name: Blogify Child Theme URI: https://karmapants.com/blog/wp-content/themes/blogify-child/ Description: Blogify Child Theme Author: jon doe Author URI: https://karmapants.com Template: blogify Version: 1.0.0 */ /* =Imports styles from the parent theme -------------------------------------------------------------- */ @import url('../blog/wp-content/themes/blogify/style.css'); /* =Theme customization starts here -------------------------------------------------------------- */
Now i have to find out where the picture is being changed to a whole different file.