Title: atlanticislander's Replies | WordPress.org

---

# atlanticislander

  [  ](https://wordpress.org/support/users/atlanticislander/)

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Frontpage recognized as part of post category](https://wordpress.org/support/topic/frontpage-recognized-as-part-of-post-category/)
 *  Thread Starter [atlanticislander](https://wordpress.org/support/users/atlanticislander/)
 * (@atlanticislander)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/frontpage-recognized-as-part-of-post-category/#post-2019427)
 * That didn’t do it.
 * I also tried to remove any link present in that page, and that also didn’t make
   any difference.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Frontpage recognized as part of post category](https://wordpress.org/support/topic/frontpage-recognized-as-part-of-post-category/)
 *  Thread Starter [atlanticislander](https://wordpress.org/support/users/atlanticislander/)
 * (@atlanticislander)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/frontpage-recognized-as-part-of-post-category/#post-2019294)
 * In the page in question, there is only text and links to various categories of
   posts,
 * Then menu code is this:
 *     ```
       <div class="menu" style="float: left; width: 180px; margin-left: 0;">
       		<li<?php if ( in_category(3) || post_is_in_descendant_category(3) && !is_home() ) {
       		    echo " id=\"current\""; } ?>><a href="<?php echo home_url(); ?>/utgafa/nuverandi/">Útgáfa 2010</a></li>
   
       		<li<?php if ( in_category(27) || post_is_in_descendant_category(27) && !is_home() ) {
       		    echo " id=\"current\""; } ?>><a href="<?php echo home_url(); ?>/utgafa/serhefti/">Sérhefti 2010</a></li>
   
       			<li<?php if ( in_category(4) || post_is_in_descendant_category(4) && !is_home() ) {
       			echo " id=\"current\""; } ?>><a href="<?php echo home_url(); ?>/utgafa/eldri/">Eldri útgáfur</a></li>
   
       		<li<?php if (is_page('Leit í greinasafni')) { echo " id=\"current\""; }?>><a href="<?php echo home_url(); ?>/leit-i-greinasafni/">Leit í greinasafni</a></li>
   
       		<li<?php if (is_page('Um ritrýni')) { echo " id=\"current\""; }?>><a href="<?php echo home_url(); ?>/um-ritryni/">Um ritrýni</a></li>
   
       		<li<?php if (is_page('Frágángur fræðigreina')) { echo " id=\"current\""; }?>><a href="<?php echo home_url(); ?>/fragangur-fræðigreina/">Frágangur fræðigreina</a></li>
   
       		<li<?php if (is_page('Um tímaritið')) { echo " id=\"current\""; }?>><a href="<?php echo home_url(); ?>/um-timaritið/">Um tímaritið</a></li>
   
       		<li<?php if ( in_category(26) || post_is_in_descendant_category(26) && !is_home() ) {
       		    echo " id=\"current\""; } ?>><a href="<?php echo home_url(); ?>/utgafa/umraeduhornid/">Umræðuhornið</a></li>
   
       		<img src="<?php bloginfo('stylesheet_directory'); ?>/images/logos.png" style="width: 185px; position: absolute; bottom: 20px; left: 25px">
       </div>
       ```
   
 * The link is [http://www.efnahagsmal.is](http://www.efnahagsmal.is)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Random post changes everyday](https://wordpress.org/support/topic/random-post-changes-everyday/)
 *  Thread Starter [atlanticislander](https://wordpress.org/support/users/atlanticislander/)
 * (@atlanticislander)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/random-post-changes-everyday/#post-898842)
 * I had checked this plugin before. But i need something more complex: the picked
   post has to remain the same for a whole day, and then the next picked post has
   to be different the next day..

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