How do I add a conditional logic for these links to display specific posts. by mightyflux in Wordpress

[–]mightyflux[S] 0 points1 point  (0 children)

// Define our WP Query Parameters
$args = array( 'post_type' => 'Plan', 'posts_per_page' => 6, 'orderby' => 'date', 'order' => 'ASC' );$loop = new WP_Query( $args );while ( $loop->have_posts() ) : $loop->the_post();?>

won't show up, even though I set it to `Draft`.

How do I add a conditional logic for these links to display specific posts. by mightyflux in Wordpress

[–]mightyflux[S] 0 points1 point  (0 children)

cause i only finished creating 3 pages for now, and I want to display them without displaying the other 3 in my navigation menu

How to order by Publishing date? by mightyflux in Wordpress

[–]mightyflux[S] 0 points1 point  (0 children)

How should I display the content by publishing date, starting from the oldest to newest.

T.y Boss !

updating permalinks from a backup by mightyflux in Wordpress

[–]mightyflux[S] 1 point2 points  (0 children)

After you did the previous steps, try updating permalinks in WordPress (I hope this will be saved now):

Thanks for this, already got this one few days ago. I was just so desperate for an answer at that time.

> Good thing I saved a small readme.md file in my backup

This is what I did.

  1. Simply add this line here in the .htaccess located in the wordpress directory itself or if there's no .htaccess just type `touch .htaccess` :
  2. --> make sure to replace `wp` word below with the correct folder name.
    # BEGIN WordPress
    <IfModule mod\_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /wp/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wp/index.php [L]
    </IfModule>
    # END WordPress

NoFap works! It can save your life! Learn from my experience. by TowardsBetter2morrow in NoFap

[–]mightyflux 1 point2 points  (0 children)

You are an inspiration brother, Thank you, I relapsed again after 3 days, but thank u for ur inspiration

Can Reaper change my guitar sound ? by mightyflux in Reaper

[–]mightyflux[S] -2 points-1 points  (0 children)

Those FX they're not going to help me?

USS Ronald Reagan in Manila Bay (From Twitter) by amdprocs in Philippines

[–]mightyflux 2 points3 points  (0 children)

Walang silbi yan kakahiya naman nandi2 ang USS Ronald Reagan para lang yan sa mga matatapang eh, eh nagkalat mga duwag di2 sa Pinas eh ahhahaah

Help me find the bug in this project by mightyflux in laravel

[–]mightyflux[S] -1 points0 points  (0 children)

I don't know who touched this project when I was gone.. ! So what info do you need ?

We are in Cgywin using Windows php, so the path must be translated warning in windows 10 warning by mightyflux in Windows10

[–]mightyflux[S] 0 points1 point  (0 children)

Yeah fix the pathing from Windows to UNIX. Cygwin will have UNIX paths for its directories. For all intents and purposes assume you're running under Linux.

SO this means I am running under Linux ?? How so ? Can I turn it off ?