Title: mark-up's Replies | WordPress.org

---

# mark-up

  [  ](https://wordpress.org/support/users/mark-up/)

 *   [Profile](https://wordpress.org/support/users/mark-up/)
 *   [Topics Started](https://wordpress.org/support/users/mark-up/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mark-up/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mark-up/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mark-up/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mark-up/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mark-up/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [https/http: base-relative URIs for images?](https://wordpress.org/support/topic/httpshttp-base-relative-uris-for-images/)
 *  Thread Starter [mark-up](https://wordpress.org/support/users/mark-up/)
 * (@mark-up)
 * [14 years ago](https://wordpress.org/support/topic/httpshttp-base-relative-uris-for-images/#post-2755984)
 * Hey yogi,
 * thank’s but I’m afraid I didn’t get it:-) How does this help?
    Im searching for
   a method to generate base-relative image links..
 * Instead of ‘[https://www.mysite.org/test/test.jpg&#8217](https://www.mysite.org/test/test.jpg&#8217);
   the link saved to the db by WP should be ‘/test/test.jpg’ by default.
    In this
   case the image would be displayed under https AND https-protocol – otherwise 
   only under https.. 🙁
 * Mark
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] [Plugin: Advanced Custom Fields] WYSIWYG editor does not diplay with wp 3.3](https://wordpress.org/support/topic/plugin-advanced-custom-fields-wysiwyg-editor-does-not-diplay-with-wp-33/)
 *  [mark-up](https://wordpress.org/support/users/mark-up/)
 * (@mark-up)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-advanced-custom-fields-wysiwyg-editor-does-not-diplay-with-wp-33/#post-2471213)
 * Well, this might help:
 * [http://support.plugins.elliotcondon.com/discussion/1105/wysiwyg-field-toolbar-disappears-when-removing-content-editor](http://support.plugins.elliotcondon.com/discussion/1105/wysiwyg-field-toolbar-disappears-when-removing-content-editor)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] [Plugin: Advanced Custom Fields] WYSIWYG editor does not diplay with wp 3.3](https://wordpress.org/support/topic/plugin-advanced-custom-fields-wysiwyg-editor-does-not-diplay-with-wp-33/)
 *  [mark-up](https://wordpress.org/support/users/mark-up/)
 * (@mark-up)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-advanced-custom-fields-wysiwyg-editor-does-not-diplay-with-wp-33/#post-2471212)
 * same here, but in the beginning this worked finde… I think the icons disappeared
   when updating ACF to 3.06…
 * Mark
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Permalinks (taxonomy) break Links for "static" pages](https://wordpress.org/support/topic/custom-permalinks-taxonomy-break-links-for-static-pages/)
 *  Thread Starter [mark-up](https://wordpress.org/support/users/mark-up/)
 * (@mark-up)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/custom-permalinks-taxonomy-break-links-for-static-pages/#post-2471094)
 * Hello again,
 * I’m realy stuck with this issue.. 🙁 Some Ideas how to handle this problem would
   be great… Please HELP! 🙂
    Thanks Mark
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Avoid single-view of posts from a specifc category](https://wordpress.org/support/topic/avoid-single-view-of-posts-from-a-specifc-category/)
 *  Thread Starter [mark-up](https://wordpress.org/support/users/mark-up/)
 * (@mark-up)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/avoid-single-view-of-posts-from-a-specifc-category/#post-2460393)
 * HeyHey!
 * Well, but this would mean that several links of my blog show up identical content—
   right? Isn’t this duplicate content? Bad for Google?
    :-/
 * Thanks
    Mark
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post Thumbnail URL with Conditional tags](https://wordpress.org/support/topic/post-thumbnail-url-with-conditional-tags/)
 *  [mark-up](https://wordpress.org/support/users/mark-up/)
 * (@mark-up)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/post-thumbnail-url-with-conditional-tags/#post-2460379)
 * Hey Chozen,
 * I’m pretty new to wordpress, so maybe there’s a better way to solve this.. but
   I think this should work (untested):
 *     ```
       <?php $image_id = get_post_thumbnail_id(); $image_url = wp_get_attachment_image_src($image_id,'large');
   
       if(isset($image_url[0])){
           echo '<img src="'.$image_url[0].'" />';
       }
   
       ?>
       ```
   
 * Simple check if $image_url[0] is set… 🙂
 * Mark
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Get Posts by Category & Custom Taxonomy](https://wordpress.org/support/topic/get-posts-by-category-custom-taxonomy/)
 *  Thread Starter [mark-up](https://wordpress.org/support/users/mark-up/)
 * (@mark-up)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/get-posts-by-category-custom-taxonomy/#post-2455152)
 * That’s it!
    Thank you, keesiemeijer! 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Custom Archive Theme for Custom Post Types?](https://wordpress.org/support/topic/custom-archive-theme-for-custom-post-types/)
 *  Thread Starter [mark-up](https://wordpress.org/support/users/mark-up/)
 * (@mark-up)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/custom-archive-theme-for-custom-post-types/#post-2438733)
 * Hey keesiemeijer,
 * `'has_archive' => true`
 * was the solution. You’r my hero of the day!
    Thank you so much! 🙂 Mark

Viewing 8 replies - 1 through 8 (of 8 total)