Viewing 10 replies - 1 through 10 (of 10 total)
  • What’s in your WP root .htaccess file? This looks like a re-direct.

    Thread Starter ssoszka

    (@ssoszka)

    Here’s the contents of .htaccess file
    ————————————————
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    ————————————————–
    I don’t have any redirects in place for this page.

    Oh, a strange thing I found a bunch of code in this post, its a whole lot, I hesitate to post it, but here goes:
    —————————————————–
    <!–[if gte mso 9]><xml> <w:LatentStyles DefLockedState=”false” DefUnhideWhenUsed=”true” DefSemiHidden=”true” DefQFormat=”false” DefPriority=”99″ LatentStyleCount=”267″> <w:LsdException Locked=”false” Priority=”0″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Normal” /> <w:LsdException Locked=”false” Priority=”9″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”heading 1″ /> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 2″ /> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 3″ /> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 4″ /> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 5″ /> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 6″ /> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 7″ /> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 8″ /> <w:LsdException Locked=”false” Priority=”9″ QFormat=”true” Name=”heading 9″ /> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 1″ /> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 2″ /> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 3″ /> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 4″ /> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 5″ /> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 6″ /> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 7″ /> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 8″ /> <w:LsdException Locked=”false” Priority=”39″ Name=”toc 9″ /> <w:LsdException Locked=”false” Priority=”35″ QFormat=”true” Name=”caption” /> <w:LsdException Locked=”false” Priority=”10″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Title” /> <w:LsdException Locked=”false” Priority=”1″ Name=”Default Paragraph Font” /> <w:LsdException Locked=”false” Priority=”11″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Subtitle” /> <w:LsdException Locked=”false” Priority=”22″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Strong” /> <w:LsdException Locked=”false” Priority=”20″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Emphasis” /> <w:LsdException Locked=”false” Priority=”59″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Table Grid” /> <w:LsdException Locked=”false” UnhideWhenUsed=”false” Name=”Placeholder Text” /> <w:LsdException Locked=”false” Priority=”1″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”No Spacing” /> <w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading” /> <w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List” /> <w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid” /> <w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1″ /> <w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2″ /> <w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1″ /> <w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2″ /> <w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1″ /> <w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2″ /> <w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3″ /> <w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List” /> <w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading” /> <w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List” /> <w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid” /> <w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 1″ /> <w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 1″ /> <w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 1″ /> <w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 1″ /> <w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 1″ /> <w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 1″ /> <w:LsdException Locked=”false” UnhideWhenUsed=”false” Name=”Revision” /> <w:LsdException Locked=”false” Priority=”34″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”List Paragraph” /> <w:LsdException Locked=”false” Priority=”29″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Quote” /> <w:LsdException Locked=”false” Priority=”30″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Intense Quote” /> <w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 1″ /> <w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 1″ /> <w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 1″ /> <w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 1″ /> <w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 1″ /> <w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 1″ /> <w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 1″ /> <w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 1″ /> <w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 2″ /> <w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 2″ /> <w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 2″ /> <w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 2″ /> <w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 2″ /> <w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 2″ /> <w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 2″ /> <w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 2″ /> <w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 2″ /> <w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 2″ /> <w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 2″ /> <w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 2″ /> <w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 2″ /> <w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 2″ /> <w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 3″ /> <w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 3″ /> <w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 3″ /> <w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 3″ /> <w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 3″ /> <w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 3″ /> <w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 3″ /> <w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 3″ /> <w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 3″ /> <w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 3″ /> <w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 3″ /> <w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 3″ /> <w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 3″ /> <w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 3″ /> <w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 4″ /> <w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 4″ /> <w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 4″ /> <w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 4″ /> <w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 4″ /> <w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 4″ /> <w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 4″ /> <w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 4″ /> <w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 4″ /> <w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 4″ /> <w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 4″ /> <w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 4″ /> <w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 4″ /> <w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 4″ /> <w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 5″ /> <w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 5″ /> <w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 5″ /> <w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 5″ /> <w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 5″ /> <w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 5″ /> <w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 5″ /> <w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 5″ /> <w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 5″ /> <w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 5″ /> <w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 5″ /> <w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 5″ /> <w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 5″ /> <w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 5″ /> <w:LsdException Locked=”false” Priority=”60″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Shading Accent 6″ /> <w:LsdException Locked=”false” Priority=”61″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light List Accent 6″ /> <w:LsdException Locked=”false” Priority=”62″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Light Grid Accent 6″ /> <w:LsdException Locked=”false” Priority=”63″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 1 Accent 6″ /> <w:LsdException Locked=”false” Priority=”64″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Shading 2 Accent 6″ /> <w:LsdException Locked=”false” Priority=”65″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 1 Accent 6″ /> <w:LsdException Locked=”false” Priority=”66″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium List 2 Accent 6″ /> <w:LsdException Locked=”false” Priority=”67″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 1 Accent 6″ /> <w:LsdException Locked=”false” Priority=”68″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 2 Accent 6″ /> <w:LsdException Locked=”false” Priority=”69″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Medium Grid 3 Accent 6″ /> <w:LsdException Locked=”false” Priority=”70″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Dark List Accent 6″ /> <w:LsdException Locked=”false” Priority=”71″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Shading Accent 6″ /> <w:LsdException Locked=”false” Priority=”72″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful List Accent 6″ /> <w:LsdException Locked=”false” Priority=”73″ SemiHidden=”false” UnhideWhenUsed=”false” Name=”Colorful Grid Accent 6″ /> <w:LsdException Locked=”false” Priority=”19″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Subtle Emphasis” /> <w:LsdException Locked=”false” Priority=”21″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Intense Emphasis” /> <w:LsdException Locked=”false” Priority=”31″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Subtle Reference” /> <w:LsdException Locked=”false” Priority=”32″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Intense Reference” /> <w:LsdException Locked=”false” Priority=”33″ SemiHidden=”false” UnhideWhenUsed=”false” QFormat=”true” Name=”Book Title” /> <w:LsdException Locked=”false” Priority=”37″ Name=”Bibliography” /> <w:LsdException Locked=”false” Priority=”39″ QFormat=”true” Name=”TOC Heading” /> </w:LatentStyles> </xml><![endif]–><!– /* Font Definitions */ @font-face {font-family:”New York”; panose-1:2 4 5 3 6 5 6 2 3 4; mso-font-alt:”Times New Roman”; mso-font-charset:0; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:3 0 0 0 1 0;} @font-face {font-family:”Cambria Math”; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face {font-family:”Gill Sans MT”; panose-1:2 11 5 2 2 1 4 2 2 3; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:7 0 0 0 3 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:””; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; mso-bidi-font-size:10.0pt; font-family:”New York”,”serif”; mso-fareast-font-family:”Times New Roman”; mso-bidi-font-family:”New York”;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; font-size:10.0pt; mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt; mso-ascii-font-family:”New York”; mso-hansi-font-family:”New York”;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} –><!–[if gte mso 10]> <mce:style><! /* Style Definitions */ table.MsoNormalTable {mso-style-name:”Table Normal”; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:””; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:”Calibri”,”sans-serif”; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:”Times New Roman”; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:”Times New Roman”; mso-bidi-theme-font:minor-bidi;} –> <!–[endif]–></p>

    ———————————————————

    Yeah, a whole lot of code, but none of my other posts had this… I imported via MS word… Any thoughts about my primary problem? Worse case, can I do a reinstall of WP without losing my work?

    Yeah, get rid of all that crap. Don’t copy from Word is the short answer as it brings all that sort of stuff along with it.

    Use something simple like notepad if you want to use an external text editor, then copy from there into the WordPress editor and sort out any formatting with that.

    Thread Starter ssoszka

    (@ssoszka)

    I rid of the excess code from word – lesson learned. I still have the same problem that my home page is effectively static and only shows one post – as if I had already clicked on the title. (See my original post)

    Please help!!!

    When you say that you don’t have any redirects in place? Does that mean you’re running a redirect plugin? If so, disable it and see what happens. In fact, disable all your plugins and try and narrow it down by turning the back on one by one.

    You can also try re-saving your Permalinks again, just in case:
    Admin > Settings > Permalinks

    Thread Starter ssoszka

    (@ssoszka)

    I’ve disabled all my plugins – no change. resaved permalinks – no change.

    Looks like it’s fixed now. What did you do then?

    Thread Starter ssoszka

    (@ssoszka)

    just disabled my plugins – I’m going to re-enable them slowly…

    Thread Starter ssoszka

    (@ssoszka)

    The Culprit was the Redirection plugin by John Godley. I’m using v. 2.1.22 and really like its features.

    Does anyone have any other plugin suggestions that won’t cause grevious injury to my site?

    I use redirection for one of my pages which links to my online store.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Home page displays only one particular post…’ is closed to new replies.